#F44018

Color #F44018 Orange Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orange Red #F44018

Tints of Orange Red #F44018

Color information

#F44018 (or 0xF44018) is unknown color: approx Orange Red. HEX triplet: F4, 40 and 18. RGB value is (244,64,24). Sum of RGB (Red+Green+Blue) = 244+64+24=332 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.49% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 244 - color contains mainly: red. Hex color #F44018 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44018 is #0BBFE7. Grayscale: #717171. Windows color (decimal): -770024 or 1589492. OLE color: 1589492.

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

Color convert

RGB2446424-
CMYK00.740.900.04
HSL10.91º90.91%52.55%-
HSV(B)10.91º90.16%95.69%-
XYZ39.3122.973.23-
YUV113.2677.63221.25-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 73.49%
GREEN value IS 64 (25.39% from 255) = 19.28%
BLUE value IS 24 (9.77% from 255) = 7.23%
R=73.49%
G=19.28%
B=7.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244642400.740.900.0410.9190.9152.55
HexF4401804A5A4b5b35
Octal36410030011213241313365
Binary1111010010000001100001001010101101010010111011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44018; }

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

 H1.HeaderClassName
 {
   color: #F44018;
 }
 .AnyTagClassName
 {
   color: #F44018;
 }
</style>
background-color css

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

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

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

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

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

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