#F08955

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

Shades of Crusta #F08955

Tints of Crusta #F08955

Color information

#F08955 (or 0xF08955) is unknown color: approx Crusta. HEX triplet: F0, 89 and 55. RGB value is (240,137,85). Sum of RGB (Red+Green+Blue) = 240+137+85=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 85 (33.59% from 255 or 18.40% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F08955 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08955 is #0F76AA. Grayscale: #A2A2A2. Windows color (decimal): -1013419 or 5605872. OLE color: 5605872.

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

Color convert

RGB24013785-
CMYK00.430.650.06
HSL20.13º83.78%63.73%-
HSV(B)20.13º64.58%94.12%-
XYZ46.5237.0713.3-
YUV161.8784.62183.73-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 137 (53.91% from 255) = 29.65%
BLUE value IS 85 (33.59% from 255) = 18.40%
R=51.95%
G=29.65%
B=18.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401378500.430.650.0620.1383.7863.73
HexF0895502B416145440
Octal360211125053101624124100
Binary11110000100010011010101010101110000011101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08955; }

 p { color: rgb(240,137,85); }

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

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

 a { background-color: rgb(240,137,85); }

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

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

 span { border-color: rgb(240,137,85); }

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