Html Css Color HEX #F04212 Orange Red

📋 copy color: '#F04212'

red 240 ◦ green 66 ◦ blue 18

#F04212
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orange Red #F04212

Tints of Orange Red #F04212

RGB

 RED value IS 240 (94.14% from 255) = 74.07%

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 18 (7.42% from 255) = 5.56%

R = 74.07%
G = 20.37%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04212 (or 0xF04212) is known color: Orange Red. HEX triplet: F0, 42 and 12. RGB value is (240,66,18). Sum of RGB (Red+Green+Blue) = 240+66+18=324 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.07% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 18 (7.42% from 255 or 5.56% from 324); Max value from RGB is 240 - color contains mainly: red. Hex color #F04212 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04212 is #0FBDED. Grayscale: #707070. Windows color (decimal): -1031662 or 1196784. OLE color: 1196784.

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

Color convert

RGB 240 66 18 -
CMYK 0 0.72 0.92 0.06
HSL 12.97º 0.88% 0.51% -
HSV(B) 12.97º 0.93% 0.94% -
XYZ 37.99 22.47 2.91 -
YUV 112.55 74.65 218.9 -
System Red Green Blue C M Y K H S L
Decimal 240 66 18 0 0.72 0.92 0.06 12.97 0.88 0.51
Hex F0 42 12 0 48 5C 6 D 58 33
Octal 360 102 22 0 110 134 6 15 130 63
Binary 11110000 1000010 10010 0 1001000 1011100 110 1101 1011000 110011

Color Harmonies of #F04212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04212

Black with #F04212

Text Example


Text Example

White with #F04212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04212; }

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

 H1.HeaderClassName
 {
   color: #F04212;
 }
 .AnyTagClassName
 {
   color: #F04212;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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