Html Css Color HEX #F44112 Orange Red

📋 copy color: '#F44112'

red 244 ◦ green 65 ◦ blue 18

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

Shades of Orange Red #F44112

Tints of Orange Red #F44112

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 74.62%
G = 19.88%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F44112 (or 0xF44112) is known color: Orange Red. HEX triplet: F4, 41 and 12. RGB value is (244,65,18). Sum of RGB (Red+Green+Blue) = 244+65+18=327 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.62% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 18 (7.42% from 255 or 5.50% from 327); Max value from RGB is 244 - color contains mainly: red. Hex color #F44112 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44112 is #0BBEED. Grayscale: #717171. Windows color (decimal): -769774 or 1196532. OLE color: 1196532.

HSL color Cylindrical-coordinate representation of color #F44112: hue angle of 12.48º 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 #F44112 is Cyan = 0, Magento = 0.73, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 65 18 -
CMYK 0 0.73 0.93 0.04
HSL 12.48º 0.91% 0.51% -
HSV(B) 12.48º 0.93% 0.96% -
XYZ 39.31 23.06 2.95 -
YUV 113.16 74.3 221.32 -
System Red Green Blue C M Y K H S L
Decimal 244 65 18 0 0.73 0.93 0.04 12.48 0.91 0.51
Hex F4 41 12 0 49 5D 4 C 5B 33
Octal 364 101 22 0 111 135 4 14 133 63
Binary 11110100 1000001 10010 0 1001001 1011101 100 1100 1011011 110011

Color Harmonies of #F44112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44112

Black with #F44112

Text Example


Text Example

White with #F44112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44112; }

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

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

background-color css

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

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

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

border-color css

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

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

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