Html Css Color HEX #F44410 Orange Red

📋 copy color: '#F44410'

red 244 ◦ green 68 ◦ blue 16

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

Shades of Orange Red #F44410

Tints of Orange Red #F44410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.88%

R = 74.39%
G = 20.73%
B = 4.88%

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

#F44410 (or 0xF44410) is known color: Orange Red. HEX triplet: F4, 44 and 10. RGB value is (244,68,16). Sum of RGB (Red+Green+Blue) = 244+68+16=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 16 (6.64% from 255 or 4.88% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F44410 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44410 is #0BBBEF. Grayscale: #737373. Windows color (decimal): -769008 or 1066228. OLE color: 1066228.

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

Color convert

RGB 244 68 16 -
CMYK 0 0.72 0.93 0.04
HSL 13.68º 0.91% 0.51% -
HSV(B) 13.68º 0.93% 0.96% -
XYZ 39.47 23.4 2.93 -
YUV 114.7 72.31 220.23 -
System Red Green Blue C M Y K H S L
Decimal 244 68 16 0 0.72 0.93 0.04 13.68 0.91 0.51
Hex F4 44 10 0 48 5D 4 E 5B 33
Octal 364 104 20 0 110 135 4 16 133 63
Binary 11110100 1000100 10000 0 1001000 1011101 100 1110 1011011 110011

Color Harmonies of #F44410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44410

Black with #F44410

Text Example


Text Example

White with #F44410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44410; }

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

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

background-color css

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

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

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

border-color css

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

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

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