#F73A10

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

Shades of Orange Red #F73A10

Tints of Orange Red #F73A10

Color information

#F73A10 (or 0xF73A10) is unknown color: approx Orange Red. HEX triplet: F7, 3A and 10. RGB value is (247,58,16). Sum of RGB (Red+Green+Blue) = 247+58+16=321 (42% of max value = 765). Red value is 247 (96.88% from 255 or 76.95% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 16 (6.64% from 255 or 4.98% from 321); Max value from RGB is 247 - color contains mainly: red. Hex color #F73A10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73A10 is #08C5EF. Grayscale: #6E6E6E. Windows color (decimal): -574960 or 1063671. OLE color: 1063671.

HSL color Cylindrical-coordinate representation of color #F73A10: hue angle of 10.91º 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 #F73A10 is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.03.

Color convert

RGB2475816-
CMYK00.770.940.03
HSL10.91º93.52%51.57%-
HSV(B)10.91º93.52%96.86%-
XYZ39.9622.842.79-
YUV109.7275.12225.92-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 76.95%
GREEN value IS 58 (23.05% from 255) = 18.07%
BLUE value IS 16 (6.64% from 255) = 4.98%
R=76.95%
G=18.07%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.94
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247581600.770.940.0310.9193.5251.57
HexF73A1004D5E3b5e34
Octal3677220011513631313664
Binary11110111111010100000100110110111101110111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73A10; }

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

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

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

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

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

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

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

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