#F08160

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

Shades of Crusta #F08160

Tints of Crusta #F08160

Color information

#F08160 (or 0xF08160) is unknown color: approx Crusta. HEX triplet: F0, 81 and 60. RGB value is (240,129,96). Sum of RGB (Red+Green+Blue) = 240+129+96=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 96 (37.89% from 255 or 20.65% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F08160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08160 is #0F7E9F. Grayscale: #9E9E9E. Windows color (decimal): -1015456 or 6324720. OLE color: 6324720.

HSL color Cylindrical-coordinate representation of color #F08160: hue angle of 13.75º 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 #F08160 is Cyan = 0, Magento = 0.46, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB24012996-
CMYK00.460.60.06
HSL13.75º82.76%65.88%-
HSV(B)13.75º60%94.12%-
XYZ45.935.0715.42-
YUV158.4392.77186.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.61%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 96 (37.89% from 255) = 20.65%
R=51.61%
G=27.74%
B=20.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401299600.460.60.0613.7582.7665.88
HexF0816002E3C6e5342
Octal36020114005674616123102
Binary111100001000000111000000101110111100110111010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08160; }

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

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

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

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

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

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

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

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