#F08F5C

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

Shades of Crusta #F08F5C

Tints of Crusta #F08F5C

Color information

#F08F5C (or 0xF08F5C) is unknown color: approx Crusta. HEX triplet: F0, 8F and 5C. RGB value is (240,143,92). Sum of RGB (Red+Green+Blue) = 240+143+92=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 143 (56.25% from 255 or 30.11% from 475); Blue value is 92 (36.33% from 255 or 19.37% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F08F5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08F5C is #0F70A3. Grayscale: #A6A6A6. Windows color (decimal): -1011876 or 6066160. OLE color: 6066160.

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

Color convert

RGB24014392-
CMYK00.400.620.06
HSL20.68º83.15%65.1%-
HSV(B)20.68º61.67%94.12%-
XYZ47.6938.9415.13-
YUV166.1986.14180.65-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.53%
GREEN value IS 143 (56.25% from 255) = 30.11%
BLUE value IS 92 (36.33% from 255) = 19.37%
R=50.53%
G=30.11%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401439200.400.620.0620.6883.1565.1
HexF08F5C0283E6155341
Octal36021713405076625123101
Binary1111000010001111101110001010001111101101010110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08F5C; }

 p { color: rgb(240,143,92); }

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

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

 a { background-color: rgb(240,143,92); }

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

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

 span { border-color: rgb(240,143,92); }

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