Html Css Color HEX #F4420E Orange Red

📋 copy color: '#F4420E'

red 244 ◦ green 66 ◦ blue 14

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

Shades of Orange Red #F4420E

Tints of Orange Red #F4420E

RGB

 RED value IS 244 (95.7% from 255) = 75.31%

 GREEN value IS 66 (26.17% from 255) = 20.37%

 BLUE value IS 14 (5.86% from 255) = 4.32%

R = 75.31%
G = 20.37%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4420E (or 0xF4420E) is known color: Orange Red. HEX triplet: F4, 42 and 0E. RGB value is (244,66,14). Sum of RGB (Red+Green+Blue) = 244+66+14=324 (42% of max value = 765). Red value is 244 (95.70% from 255 or 75.31% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 244 - color contains mainly: red. Hex color #F4420E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4420E is #0BBDF1. Grayscale: #717171. Windows color (decimal): -769522 or 934644. OLE color: 934644.

HSL color Cylindrical-coordinate representation of color #F4420E: hue angle of 13.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4420E is Cyan = 0, Magento = 0.73, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 66 14 -
CMYK 0 0.73 0.94 0.04
HSL 13.57º 0.91% 0.51% -
HSV(B) 13.57º 0.94% 0.96% -
XYZ 39.34 23.16 2.81 -
YUV 113.29 71.97 221.23 -
System Red Green Blue C M Y K H S L
Decimal 244 66 14 0 0.73 0.94 0.04 13.57 0.91 0.51
Hex F4 42 E 0 49 5E 4 E 5B 33
Octal 364 102 16 0 111 136 4 16 133 63
Binary 11110100 1000010 1110 0 1001001 1011110 100 1110 1011011 110011

Color Harmonies of #F4420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4420E

Black with #F4420E

Text Example


Text Example

White with #F4420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4420E; }

 p { color: rgb(244,66,14); }

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

background-color css

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

 a { background-color: rgb(244,66,14); }

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

border-color css

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

 span { border-color: rgb(244,66,14); }

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