#F09160

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

Shades of Crusta #F09160

Tints of Crusta #F09160

Color information

#F09160 (or 0xF09160) is unknown color: approx Crusta. HEX triplet: F0, 91 and 60. RGB value is (240,145,96). Sum of RGB (Red+Green+Blue) = 240+145+96=481 (63% of max value = 765). Red value is 240 (94.14% from 255 or 49.90% from 481); Green value is 145 (57.03% from 255 or 30.15% from 481); Blue value is 96 (37.89% from 255 or 19.96% from 481); Max value from RGB is 240 - color contains mainly: red. Hex color #F09160 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F09160 is #0F6E9F. Grayscale: #A8A8A8. Windows color (decimal): -1011360 or 6328816. OLE color: 6328816.

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

Color convert

RGB24014596-
CMYK00.400.60.06
HSL20.42º82.76%65.88%-
HSV(B)20.42º60%94.12%-
XYZ48.1739.6216.17-
YUV167.8287.47179.48-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 49.90%
GREEN value IS 145 (57.03% from 255) = 30.15%
BLUE value IS 96 (37.89% from 255) = 19.96%
R=49.90%
G=30.15%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401459600.400.60.0620.4282.7665.88
HexF091600283C6145342
Octal36022114005074624123102
Binary1111000010010001110000001010001111001101010010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F09160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F09160; }

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

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

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

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

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

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

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

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