#F73B10

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

Shades of Orange Red #F73B10

Tints of Orange Red #F73B10

Color information

#F73B10 (or 0xF73B10) is unknown color: approx Orange Red. HEX triplet: F7, 3B and 10. RGB value is (247,59,16). Sum of RGB (Red+Green+Blue) = 247+59+16=322 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.71% from 322); Green value is 59 (23.44% from 255 or 18.32% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 247 - color contains mainly: red. Hex color #F73B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73B10 is #08C4EF. Grayscale: #6E6E6E. Windows color (decimal): -574704 or 1063927. OLE color: 1063927.

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

Color convert

RGB2475916-
CMYK00.760.940.03
HSL11.17º93.52%51.57%-
HSV(B)11.17º93.52%96.86%-
XYZ40.0222.942.81-
YUV110.3174.78225.5-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.71%
GREEN value IS 59 (23.44% from 255) = 18.32%
BLUE value IS 16 (6.64% from 255) = 4.97%
R=76.71%
G=18.32%
B=4.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247591600.760.940.0311.1793.5251.57
HexF73B1004C5E3b5e34
Octal3677320011413631313664
Binary11110111111011100000100110010111101110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73B10; }

 p { color: rgb(247,59,16); }

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

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

 a { background-color: rgb(247,59,16); }

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

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

 span { border-color: rgb(247,59,16); }

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