#F44611

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

Shades of Orange Red #F44611

Tints of Orange Red #F44611

Color information

#F44611 (or 0xF44611) is unknown color: approx Orange Red. HEX triplet: F4, 46 and 11. RGB value is (244,70,17). Sum of RGB (Red+Green+Blue) = 244+70+17=331 (43% of max value = 765). Red value is 244 (95.70% from 255 or 73.72% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 17 (7.03% from 255 or 5.14% from 331); Max value from RGB is 244 - color contains mainly: red. Hex color #F44611 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F44611 is #0BB9EE. Grayscale: #747474. Windows color (decimal): -768495 or 1132276. OLE color: 1132276.

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

Color convert

RGB2447017-
CMYK00.710.930.04
HSL14.01º91.16%51.18%-
HSV(B)14.01º93.03%95.69%-
XYZ39.623.653.01-
YUV115.9872.15219.31-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 73.72%
GREEN value IS 70 (27.73% from 255) = 21.15%
BLUE value IS 17 (7.03% from 255) = 5.14%
R=73.72%
G=21.15%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal244701700.710.930.0414.0191.1651.18
HexF446110475D4e5b33
Octal36410621010713541613363
Binary1111010010001101000101000111101110110011101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F44611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F44611; }

 p { color: rgb(244,70,17); }

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

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

 a { background-color: rgb(244,70,17); }

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

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

 span { border-color: rgb(244,70,17); }

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