Html Css Color HEX #F04012 Orange Red

📋 copy color: '#F04012'

red 240 ◦ green 64 ◦ blue 18

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

Shades of Orange Red #F04012

Tints of Orange Red #F04012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.88%

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

R = 74.53%
G = 19.88%
B = 5.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F04012 (or 0xF04012) is known color: Orange Red. HEX triplet: F0, 40 and 12. RGB value is (240,64,18). Sum of RGB (Red+Green+Blue) = 240+64+18=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 64 (25.39% from 255 or 19.88% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F04012 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04012 is #0FBFED. Grayscale: #6F6F6F. Windows color (decimal): -1032174 or 1196272. OLE color: 1196272.

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

Color convert

RGB 240 64 18 -
CMYK 0 0.73 0.92 0.06
HSL 12.43º 0.88% 0.51% -
HSV(B) 12.43º 0.93% 0.94% -
XYZ 37.88 22.24 2.87 -
YUV 111.38 75.31 219.74 -
System Red Green Blue C M Y K H S L
Decimal 240 64 18 0 0.73 0.92 0.06 12.43 0.88 0.51
Hex F0 40 12 0 49 5C 6 C 58 33
Octal 360 100 22 0 111 134 6 14 130 63
Binary 11110000 1000000 10010 0 1001001 1011100 110 1100 1011000 110011

Color Harmonies of #F04012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F04012

Black with #F04012

Text Example


Text Example

White with #F04012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F04012; }

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

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

background-color css

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

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

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

border-color css

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

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

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