#F0844F

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

Shades of Crusta #F0844F

Tints of Crusta #F0844F

Color information

#F0844F (or 0xF0844F) is unknown color: approx Crusta. HEX triplet: F0, 84 and 4F. RGB value is (240,132,79). Sum of RGB (Red+Green+Blue) = 240+132+79=451 (59% of max value = 765). Red value is 240 (94.14% from 255 or 53.22% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 79 (31.25% from 255 or 17.52% from 451); Max value from RGB is 240 - color contains mainly: red. Hex color #F0844F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0844F is #0F7BB0. Grayscale: #9E9E9E. Windows color (decimal): -1014705 or 5211376. OLE color: 5211376.

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

Color convert

RGB24013279-
CMYK00.450.670.06
HSL19.75º84.29%62.55%-
HSV(B)19.75º67.08%94.12%-
XYZ45.635.5911.86-
YUV158.2583.28186.31-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 53.22%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 79 (31.25% from 255) = 17.52%
R=53.22%
G=29.27%
B=17.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401327900.450.670.0619.7584.2962.55
HexF0844F02D43614543f
Octal36020411705510362412477
Binary1111000010000100100111101011011000011110101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0844F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0844F; }

 p { color: rgb(240,132,79); }

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

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

 a { background-color: rgb(240,132,79); }

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

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

 span { border-color: rgb(240,132,79); }

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