Html Css Color HEX #F03D14 Orange Red

📋 copy color: '#F03D14'

red 240 ◦ green 61 ◦ blue 20

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

Shades of Orange Red #F03D14

Tints of Orange Red #F03D14

RGB

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

 GREEN value IS 61 (24.22% from 255) = 19%

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

R = 74.77%
G = 19%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#F03D14 (or 0xF03D14) is known color: Orange Red. HEX triplet: F0, 3D and 14. RGB value is (240,61,20). Sum of RGB (Red+Green+Blue) = 240+61+20=321 (42% of max value = 765). Red value is 240 (94.14% from 255 or 74.77% from 321); Green value is 61 (24.22% from 255 or 19.00% from 321); Blue value is 20 (8.20% from 255 or 6.23% from 321); Max value from RGB is 240 - color contains mainly: red. Hex color #F03D14 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F03D14 is #0FC2EB. Grayscale: #6E6E6E. Windows color (decimal): -1032940 or 1326576. OLE color: 1326576.

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

Color convert

RGB 240 61 20 -
CMYK 0 0.75 0.92 0.06
HSL 11.18º 0.88% 0.51% -
HSV(B) 11.18º 0.92% 0.94% -
XYZ 37.73 21.91 2.9 -
YUV 109.85 77.3 220.83 -
System Red Green Blue C M Y K H S L
Decimal 240 61 20 0 0.75 0.92 0.06 11.18 0.88 0.51
Hex F0 3D 14 0 4B 5C 6 B 58 33
Octal 360 75 24 0 113 134 6 13 130 63
Binary 11110000 111101 10100 0 1001011 1011100 110 1011 1011000 110011

Color Harmonies of #F03D14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F03D14

Black with #F03D14

Text Example


Text Example

White with #F03D14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F03D14; }

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

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

background-color css

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

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

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

border-color css

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

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

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