Html Css Color HEX #F4420A Orange Red

📋 copy color: '#F4420A'

red 244 ◦ green 66 ◦ blue 10

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

Shades of Orange Red #F4420A

Tints of Orange Red #F4420A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.13%

R = 76.25%
G = 20.63%
B = 3.13%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#F4420A (or 0xF4420A) is known color: Orange Red. HEX triplet: F4, 42 and 0A. RGB value is (244,66,10). Sum of RGB (Red+Green+Blue) = 244+66+10=320 (42% of max value = 765). Red value is 244 (95.70% from 255 or 76.25% from 320); Green value is 66 (26.17% from 255 or 20.62% from 320); Blue value is 10 (4.30% from 255 or 3.12% from 320); Max value from RGB is 244 - color contains mainly: red. Hex color #F4420A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4420A is #0BBDF5. Grayscale: #717171. Windows color (decimal): -769526 or 672500. OLE color: 672500.

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

Color convert

RGB 244 66 10 -
CMYK 0 0.73 0.96 0.04
HSL 14.36º 0.92% 0.5% -
HSV(B) 14.36º 0.96% 0.96% -
XYZ 39.31 23.15 2.68 -
YUV 112.84 69.97 221.55 -
System Red Green Blue C M Y K H S L
Decimal 244 66 10 0 0.73 0.96 0.04 14.36 0.92 0.5
Hex F4 42 A 0 49 60 4 E 5C 32
Octal 364 102 12 0 111 140 4 16 134 62
Binary 11110100 1000010 1010 0 1001001 1100000 100 1110 1011100 110010

Color Harmonies of #F4420A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4420A

Black with #F4420A

Text Example


Text Example

White with #F4420A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4420A; }

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

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

background-color css

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

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

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

border-color css

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

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

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