Html Css Color HEX #F04912 Orange Red

📋 copy color: '#F04912'

red 240 ◦ green 73 ◦ blue 18

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

Shades of Orange Red #F04912

Tints of Orange Red #F04912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.05%

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

R = 72.51%
G = 22.05%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04912 (or 0xF04912) is known color: Orange Red. HEX triplet: F0, 49 and 12. RGB value is (240,73,18). Sum of RGB (Red+Green+Blue) = 240+73+18=331 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.51% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 18 (7.42% from 255 or 5.44% from 331); Max value from RGB is 240 - color contains mainly: red. Hex color #F04912 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04912 is #0FB6ED. Grayscale: #757575. Windows color (decimal): -1029870 or 1198576. OLE color: 1198576.

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

Color convert

RGB 240 73 18 -
CMYK 0 0.70 0.92 0.06
HSL 14.86º 0.88% 0.51% -
HSV(B) 14.86º 0.93% 0.94% -
XYZ 38.43 23.33 3.05 -
YUV 116.66 72.33 215.97 -
System Red Green Blue C M Y K H S L
Decimal 240 73 18 0 0.70 0.92 0.06 14.86 0.88 0.51
Hex F0 49 12 0 46 5C 6 F 58 33
Octal 360 111 22 0 106 134 6 17 130 63
Binary 11110000 1001001 10010 0 1000110 1011100 110 1111 1011000 110011

Color Harmonies of #F04912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04912

Black with #F04912

Text Example


Text Example

White with #F04912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04912; }

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

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

background-color css

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

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

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

border-color css

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

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

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