#F0885B

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

Shades of Crusta #F0885B

Tints of Crusta #F0885B

Color information

#F0885B (or 0xF0885B) is unknown color: approx Crusta. HEX triplet: F0, 88 and 5B. RGB value is (240,136,91). Sum of RGB (Red+Green+Blue) = 240+136+91=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 91 (35.94% from 255 or 19.49% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F0885B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0885B is #0F77A4. Grayscale: #A2A2A2. Windows color (decimal): -1013669 or 5998832. OLE color: 5998832.

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

Color convert

RGB24013691-
CMYK00.430.620.06
HSL18.12º83.24%64.9%-
HSV(B)18.12º62.08%94.12%-
XYZ46.6336.8914.56-
YUV161.9787.96183.66-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.39%
GREEN value IS 136 (53.52% from 255) = 29.12%
BLUE value IS 91 (35.94% from 255) = 19.49%
R=51.39%
G=29.12%
B=19.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401369100.430.620.0618.1283.2464.9
HexF0885B02B3E6125341
Octal36021013305376622123101
Binary1111000010001000101101101010111111101101001010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0885B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0885B; }

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

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

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

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

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

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

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

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