Html Css Color HEX #F03F12 Orange Red

📋 copy color: '#F03F12'

red 240 ◦ green 63 ◦ blue 18

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

Shades of Orange Red #F03F12

Tints of Orange Red #F03F12

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 74.77%
G = 19.63%
B = 5.61%

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

#F03F12 (or 0xF03F12) is known color: Orange Red. HEX triplet: F0, 3F and 12. RGB value is (240,63,18). Sum of RGB (Red+Green+Blue) = 240+63+18=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 18 (7.42% from 255 or 5.61% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F03F12 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03F12 is #0FC0ED. Grayscale: #6F6F6F. Windows color (decimal): -1032430 or 1196016. OLE color: 1196016.

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

Color convert

RGB 240 63 18 -
CMYK 0 0.74 0.92 0.06
HSL 12.16º 0.88% 0.51% -
HSV(B) 12.16º 0.93% 0.94% -
XYZ 37.82 22.12 2.85 -
YUV 110.79 75.64 220.16 -
System Red Green Blue C M Y K H S L
Decimal 240 63 18 0 0.74 0.92 0.06 12.16 0.88 0.51
Hex F0 3F 12 0 4A 5C 6 C 58 33
Octal 360 77 22 0 112 134 6 14 130 63
Binary 11110000 111111 10010 0 1001010 1011100 110 1100 1011000 110011

Color Harmonies of #F03F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03F12

Black with #F03F12

Text Example


Text Example

White with #F03F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03F12; }

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

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

background-color css

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

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

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

border-color css

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

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

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