#F73F11

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

Shades of Orange Red #F73F11

Tints of Orange Red #F73F11

Color information

#F73F11 (or 0xF73F11) is unknown color: approx Orange Red. HEX triplet: F7, 3F and 11. RGB value is (247,63,17). Sum of RGB (Red+Green+Blue) = 247+63+17=327 (43% of max value = 765). Red value is 247 (96.88% from 255 or 75.54% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 17 (7.03% from 255 or 5.20% from 327); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73F11 is #08C0EE. Grayscale: #717171. Windows color (decimal): -573679 or 1130487. OLE color: 1130487.

HSL color Cylindrical-coordinate representation of color #F73F11: hue angle of 12º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F73F11 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.03.

Color convert

RGB2476317-
CMYK00.740.930.03
HSL12º93.5%51.76%-
HSV(B)12º93.12%96.86%-
XYZ40.2423.372.92-
YUV112.7773.96223.74-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 75.54%
GREEN value IS 63 (25% from 255) = 19.27%
BLUE value IS 17 (7.03% from 255) = 5.20%
R=75.54%
G=19.27%
B=5.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247631700.740.930.031293.551.76
HexF73F1104A5D3c5d34
Octal3677721011213531413564
Binary11110111111111100010100101010111011111001011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73F11; }

 p { color: rgb(247,63,17); }

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

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

 a { background-color: rgb(247,63,17); }

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

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

 span { border-color: rgb(247,63,17); }

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