#F04219

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

Shades of Orange Red #F04219

Tints of Orange Red #F04219

Color information

#F04219 (or 0xF04219) is unknown color: approx Orange Red. HEX triplet: F0, 42 and 19. RGB value is (240,66,25). Sum of RGB (Red+Green+Blue) = 240+66+25=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 66 (26.17% from 255 or 19.94% from 331); Blue value is 25 (10.16% from 255 or 7.55% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04219 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04219 is #0FBDE6. Grayscale: #717171. Windows color (decimal): -1031655 or 1655536. OLE color: 1655536.

HSL color Cylindrical-coordinate representation of color #F04219: hue angle of 11.44º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04219 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.06.

Color convert

RGB2406625-
CMYK00.720.900.06
HSL11.44º87.76%51.96%-
HSV(B)11.44º89.58%94.12%-
XYZ38.0622.493.26-
YUV113.3578.15218.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 72.51%
GREEN value IS 66 (26.17% from 255) = 19.94%
BLUE value IS 25 (10.16% from 255) = 7.55%
R=72.51%
G=19.94%
B=7.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.90
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal240662500.720.900.0611.4487.7651.96
HexF042190485A6b5834
Octal36010231011013261313064
Binary1111000010000101100101001000101101011010111011000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F04219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F04219; }

 p { color: rgb(240,66,25); }

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

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

 a { background-color: rgb(240,66,25); }

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

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

 span { border-color: rgb(240,66,25); }

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