#F08760

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

Shades of Crusta #F08760

Tints of Crusta #F08760

Color information

#F08760 (or 0xF08760) is unknown color: approx Crusta. HEX triplet: F0, 87 and 60. RGB value is (240,135,96). Sum of RGB (Red+Green+Blue) = 240+135+96=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F08760 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08760 is #0F789F. Grayscale: #A2A2A2. Windows color (decimal): -1013920 or 6326256. OLE color: 6326256.

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

Color convert

RGB24013596-
CMYK00.440.60.06
HSL16.25º82.76%65.88%-
HSV(B)16.25º60%94.12%-
XYZ46.7136.715.69-
YUV161.9590.79183.67-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 50.96%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 96 (37.89% from 255) = 20.38%
R=50.96%
G=28.66%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401359600.440.60.0616.2582.7665.88
HexF0876002C3C6105342
Octal36020714005474620123102
Binary1111000010000111110000001011001111001101000010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08760; }

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

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

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

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

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

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

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

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