#F73F1B

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

Shades of Red Orange #F73F1B

Tints of Red Orange #F73F1B

Color information

#F73F1B (or 0xF73F1B) is unknown color: approx Red Orange. HEX triplet: F7, 3F and 1B. RGB value is (247,63,27). Sum of RGB (Red+Green+Blue) = 247+63+27=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 63 (25% from 255 or 18.69% from 337); Blue value is 27 (10.94% from 255 or 8.01% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73F1B is #08C0E4. Grayscale: #727272. Windows color (decimal): -573669 or 1785847. OLE color: 1785847.

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

Color convert

RGB2476327-
CMYK00.740.890.03
HSL9.82º93.22%53.73%-
HSV(B)9.82º89.07%96.86%-
XYZ40.3323.413.43-
YUV113.9178.96222.93-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 73.29%
GREEN value IS 63 (25% from 255) = 18.69%
BLUE value IS 27 (10.94% from 255) = 8.01%
R=73.29%
G=18.69%
B=8.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.89
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247632700.740.890.039.8293.2253.73
HexF73F1B04A593a5d36
Octal3677733011213131213566
Binary11110111111111110110100101010110011110101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73F1B; }

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

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

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

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

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

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

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

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