Html Css Color HEX #F44518 Orange Red

📋 copy color: '#F44518'

red 244 ◦ green 69 ◦ blue 24

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

Shades of Orange Red #F44518

Tints of Orange Red #F44518

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.47%

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

R = 72.4%
G = 20.47%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.04

RGB Variations

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

Color information

#F44518 (or 0xF44518) is known color: Orange Red. HEX triplet: F4, 45 and 18. RGB value is (244,69,24). Sum of RGB (Red+Green+Blue) = 244+69+24=337 (44% of max value = 765). Red value is 244 (95.70% from 255 or 72.40% from 337); Green value is 69 (27.34% from 255 or 20.47% from 337); Blue value is 24 (9.77% from 255 or 7.12% from 337); Max value from RGB is 244 - color contains mainly: red. Hex color #F44518 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44518 is #0BBAE7. Grayscale: #747474. Windows color (decimal): -768744 or 1590772. OLE color: 1590772.

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

Color convert

RGB 244 69 24 -
CMYK 0 0.72 0.90 0.04
HSL 12.27º 0.91% 0.53% -
HSV(B) 12.27º 0.9% 0.96% -
XYZ 39.6 23.56 3.32 -
YUV 116.2 75.98 219.16 -
System Red Green Blue C M Y K H S L
Decimal 244 69 24 0 0.72 0.90 0.04 12.27 0.91 0.53
Hex F4 45 18 0 48 5A 4 C 5B 35
Octal 364 105 30 0 110 132 4 14 133 65
Binary 11110100 1000101 11000 0 1001000 1011010 100 1100 1011011 110101

Color Harmonies of #F44518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F44518

Black with #F44518

Text Example


Text Example

White with #F44518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F44518; }

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

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

background-color css

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

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

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

border-color css

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

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

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