#F0835B

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

Shades of Crusta #F0835B

Tints of Crusta #F0835B

Color information

#F0835B (or 0xF0835B) is unknown color: approx Crusta. HEX triplet: F0, 83 and 5B. RGB value is (240,131,91). Sum of RGB (Red+Green+Blue) = 240+131+91=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 91 (35.94% from 255 or 19.70% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0835B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0835B is #0F7CA4. Grayscale: #9F9F9F. Windows color (decimal): -1014949 or 5997552. OLE color: 5997552.

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

Color convert

RGB24013191-
CMYK00.450.620.06
HSL16.11º83.24%64.9%-
HSV(B)16.11º62.08%94.12%-
XYZ45.9435.5114.33-
YUV159.0389.61185.75-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 91 (35.94% from 255) = 19.70%
R=51.95%
G=28.35%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401319100.450.620.0616.1183.2464.9
HexF0835B02D3E6105341
Octal36020313305576620123101
Binary1111000010000011101101101011011111101101000010100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0835B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0835B; }

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

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

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

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

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

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

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

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