Html Css Color HEX #F44412 Orange Red

📋 copy color: '#F44412'

red 244 ◦ green 68 ◦ blue 18

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

Shades of Orange Red #F44412

Tints of Orange Red #F44412

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.61%

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

R = 73.94%
G = 20.61%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F44412 (or 0xF44412) is known color: Orange Red. HEX triplet: F4, 44 and 12. RGB value is (244,68,18). Sum of RGB (Red+Green+Blue) = 244+68+18=330 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.94% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 18 (7.42% from 255 or 5.45% from 330); Max value from RGB is 244 - color contains mainly: red. Hex color #F44412 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44412 is #0BBBED. Grayscale: #737373. Windows color (decimal): -769006 or 1197300. OLE color: 1197300.

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

Color convert

RGB 244 68 18 -
CMYK 0 0.72 0.93 0.04
HSL 13.27º 0.91% 0.51% -
HSV(B) 13.27º 0.93% 0.96% -
XYZ 39.48 23.41 3.01 -
YUV 114.92 73.31 220.07 -
System Red Green Blue C M Y K H S L
Decimal 244 68 18 0 0.72 0.93 0.04 13.27 0.91 0.51
Hex F4 44 12 0 48 5D 4 D 5B 33
Octal 364 104 22 0 110 135 4 15 133 63
Binary 11110100 1000100 10010 0 1001000 1011101 100 1101 1011011 110011

Color Harmonies of #F44412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44412

Black with #F44412

Text Example


Text Example

White with #F44412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44412; }

 p { color: rgb(244,68,18); }

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

background-color css

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

 a { background-color: rgb(244,68,18); }

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

border-color css

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

 span { border-color: rgb(244,68,18); }

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