Html Css Color HEX #F03E12 Orange Red

📋 copy color: '#F03E12'

red 240 ◦ green 62 ◦ blue 18

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

Shades of Orange Red #F03E12

Tints of Orange Red #F03E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.38%

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

R = 75%
G = 19.38%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03E12 (or 0xF03E12) is known color: Orange Red. HEX triplet: F0, 3E and 12. RGB value is (240,62,18). Sum of RGB (Red+Green+Blue) = 240+62+18=320 (42% of max value = 765). Red value is 240 (94.14% from 255 or 75% from 320); Green value is 62 (24.61% from 255 or 19.38% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03E12 is #0FC1ED. Grayscale: #6E6E6E. Windows color (decimal): -1032686 or 1195760. OLE color: 1195760.

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

Color convert

RGB 240 62 18 -
CMYK 0 0.74 0.92 0.06
HSL 11.89º 0.88% 0.51% -
HSV(B) 11.89º 0.93% 0.94% -
XYZ 37.77 22.01 2.83 -
YUV 110.21 75.97 220.58 -
System Red Green Blue C M Y K H S L
Decimal 240 62 18 0 0.74 0.92 0.06 11.89 0.88 0.51
Hex F0 3E 12 0 4A 5C 6 C 58 33
Octal 360 76 22 0 112 134 6 14 130 63
Binary 11110000 111110 10010 0 1001010 1011100 110 1100 1011000 110011

Color Harmonies of #F03E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E12

Black with #F03E12

Text Example


Text Example

White with #F03E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E12; }

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

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

background-color css

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

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

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

border-color css

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

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

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