Html Css Color HEX #F03E14 Orange Red

📋 copy color: '#F03E14'

red 240 ◦ green 62 ◦ blue 20

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

Shades of Orange Red #F03E14

Tints of Orange Red #F03E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.21%

R = 74.53%
G = 19.25%
B = 6.21%

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

#F03E14 (or 0xF03E14) is known color: Orange Red. HEX triplet: F0, 3E and 14. RGB value is (240,62,20). Sum of RGB (Red+Green+Blue) = 240+62+20=322 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.53% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 20 (8.20% from 255 or 6.21% from 322); Max value from RGB is 240 - color contains mainly: red. Hex color #F03E14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03E14 is #0FC1EB. Grayscale: #6E6E6E. Windows color (decimal): -1032684 or 1326832. OLE color: 1326832.

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

Color convert

RGB 240 62 20 -
CMYK 0 0.74 0.92 0.06
HSL 11.45º 0.88% 0.51% -
HSV(B) 11.45º 0.92% 0.94% -
XYZ 37.78 22.02 2.92 -
YUV 110.43 76.97 220.42 -
System Red Green Blue C M Y K H S L
Decimal 240 62 20 0 0.74 0.92 0.06 11.45 0.88 0.51
Hex F0 3E 14 0 4A 5C 6 B 58 33
Octal 360 76 24 0 112 134 6 13 130 63
Binary 11110000 111110 10100 0 1001010 1011100 110 1011 1011000 110011

Color Harmonies of #F03E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03E14

Black with #F03E14

Text Example


Text Example

White with #F03E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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