#F44014

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

Shades of Orange Red #F44014

Tints of Orange Red #F44014

Color information

#F44014 (or 0xF44014) is unknown color: approx Orange Red. HEX triplet: F4, 40 and 14. RGB value is (244,64,20). Sum of RGB (Red+Green+Blue) = 244+64+20=328 (43% of max value = 765). Red value is 244 (95.70% from 255 or 74.39% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 20 (8.20% from 255 or 6.10% from 328); Max value from RGB is 244 - color contains mainly: red. Hex color #F44014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44014 is #0BBFEB. Grayscale: #717171. Windows color (decimal): -770028 or 1327348. OLE color: 1327348.

HSL color Cylindrical-coordinate representation of color #F44014: hue angle of 11.79º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F44014 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB2446420-
CMYK00.740.920.04
HSL11.79º91.06%51.76%-
HSV(B)11.79º91.8%95.69%-
XYZ39.2722.953.02-
YUV112.875.63221.58-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 74.39%
GREEN value IS 64 (25.39% from 255) = 19.51%
BLUE value IS 20 (8.20% from 255) = 6.10%
R=74.39%
G=19.51%
B=6.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244642000.740.920.0411.7991.0651.76
HexF4401404A5C4c5b34
Octal36410024011213441413364
Binary1111010010000001010001001010101110010011001011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44014; }

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

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

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

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

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

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

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

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