#F08855

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

Shades of Crusta #F08855

Tints of Crusta #F08855

Color information

#F08855 (or 0xF08855) is unknown color: approx Crusta. HEX triplet: F0, 88 and 55. RGB value is (240,136,85). Sum of RGB (Red+Green+Blue) = 240+136+85=461 (61% of max value = 765). Red value is 240 (94.14% from 255 or 52.06% from 461); Green value is 136 (53.52% from 255 or 29.50% from 461); Blue value is 85 (33.59% from 255 or 18.44% from 461); Max value from RGB is 240 - color contains mainly: red. Hex color #F08855 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08855 is #0F77AA. Grayscale: #A1A1A1. Windows color (decimal): -1013675 or 5605616. OLE color: 5605616.

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

Color convert

RGB24013685-
CMYK00.430.650.06
HSL19.74º83.78%63.73%-
HSV(B)19.74º64.58%94.12%-
XYZ46.3836.7913.25-
YUV161.2884.96184.15-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.06%
GREEN value IS 136 (53.52% from 255) = 29.50%
BLUE value IS 85 (33.59% from 255) = 18.44%
R=52.06%
G=29.50%
B=18.44%

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
Decimal2401368500.430.650.0619.7483.7863.73
HexF0885502B416145440
Octal360210125053101624124100
Binary11110000100010001010101010101110000011101010010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08855; }

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

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

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

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

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

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

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

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