Html Css Color HEX #F44918 Orange Red

📋 copy color: '#F44918'

red 244 ◦ green 73 ◦ blue 24

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

Shades of Orange Red #F44918

Tints of Orange Red #F44918

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

 BLUE value IS 24 (9.77% from 255) = 7.04%

R = 71.55%
G = 21.41%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F44918 (or 0xF44918) is known color: Orange Red. HEX triplet: F4, 49 and 18. RGB value is (244,73,24). Sum of RGB (Red+Green+Blue) = 244+73+24=341 (45% of max value = 765). Red value is 244 (95.70% from 255 or 71.55% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 24 (9.77% from 255 or 7.04% from 341); Max value from RGB is 244 - color contains mainly: red. Hex color #F44918 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44918 is #0BB6E7. Grayscale: #767676. Windows color (decimal): -767720 or 1591796. OLE color: 1591796.

HSL color Cylindrical-coordinate representation of color #F44918: hue angle of 13.36º degrees, saturation: 0.91, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F44918 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 73 24 -
CMYK 0 0.70 0.90 0.04
HSL 13.36º 0.91% 0.53% -
HSV(B) 13.36º 0.9% 0.96% -
XYZ 39.86 24.06 3.41 -
YUV 118.54 74.65 217.48 -
System Red Green Blue C M Y K H S L
Decimal 244 73 24 0 0.70 0.90 0.04 13.36 0.91 0.53
Hex F4 49 18 0 46 5A 4 D 5B 35
Octal 364 111 30 0 106 132 4 15 133 65
Binary 11110100 1001001 11000 0 1000110 1011010 100 1101 1011011 110101

Color Harmonies of #F44918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44918

Black with #F44918

Text Example


Text Example

White with #F44918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44918; }

 p { color: rgb(244,73,24); }

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

background-color css

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

 a { background-color: rgb(244,73,24); }

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

border-color css

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

 span { border-color: rgb(244,73,24); }

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