#F08B60

Color #F08B60 Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #F08B60

Tints of Crusta #F08B60

Color information

#F08B60 (or 0xF08B60) is unknown color: approx Crusta. HEX triplet: F0, 8B and 60. RGB value is (240,139,96). Sum of RGB (Red+Green+Blue) = 240+139+96=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 139 (54.69% from 255 or 29.26% from 475); Blue value is 96 (37.89% from 255 or 20.21% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08B60 is #0F749F. Grayscale: #A4A4A4. Windows color (decimal): -1012896 or 6327280. OLE color: 6327280.

HSL color Cylindrical-coordinate representation of color #F08B60: hue angle of 17.92º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F08B60 is Cyan = 0, Magento = 0.42, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24013996-
CMYK00.420.60.06
HSL17.92º82.76%65.88%-
HSV(B)17.92º60%94.12%-
XYZ47.2837.8415.88-
YUV164.389.46182-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 139 (54.69% from 255) = 29.26%
BLUE value IS 96 (37.89% from 255) = 20.21%
R=50.53%
G=29.26%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401399600.420.60.0617.9282.7665.88
HexF08B6002A3C6125342
Octal36021314005274622123102
Binary1111000010001011110000001010101111001101001010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08B60; }

 p { color: rgb(240,139,96); }

 H1.HeaderClassName
 {
   color: #F08B60;
 }
 .AnyTagClassName
 {
   color: #F08B60;
 }
</style>
background-color css

<style>
 a { background-color: #F08B60; }

 a { background-color: rgb(240,139,96); }

 div.DivClassName
 {
   background-color: #F08B60;
 }
 .BgClassName
 {
   background-color: #F08B60;
 }
</style>
border-color css

<style>
 span { border-color: #F08B60; }

 span { border-color: rgb(240,139,96); }

 td.TdClassName
 {
   border-color: #F08B60;
 }
 .TagClassName
 {
   border-color: #F08B60;
 }
</style>