#F73C06

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

Shades of Orange Red #F73C06

Tints of Orange Red #F73C06

Color information

#F73C06 (or 0xF73C06) is unknown color: approx Orange Red. HEX triplet: F7, 3C and 06. RGB value is (247,60,6). Sum of RGB (Red+Green+Blue) = 247+60+6=313 (41% of max value = 765). Red value is 247 (96.88% from 255 or 78.91% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 6 (2.73% from 255 or 1.92% from 313); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F73C06 is #08C3F9. Grayscale: #6E6E6E. Windows color (decimal): -574458 or 408823. OLE color: 408823.

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

Color convert

RGB247606-
CMYK00.760.980.03
HSL13.44º95.26%49.61%-
HSV(B)13.44º97.57%96.86%-
XYZ40.0123.022.51-
YUV109.7669.45225.89-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 78.91%
GREEN value IS 60 (23.83% from 255) = 19.17%
BLUE value IS 6 (2.73% from 255) = 1.92%
R=78.91%
G=19.17%
B=1.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24760600.760.980.0313.4495.2649.61
HexF73C604C623d5f32
Octal367746011414231513762
Binary111101111111001100100110011000101111011011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73C06; }

 p { color: rgb(247,60,6); }

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

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

 a { background-color: rgb(247,60,6); }

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

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

 span { border-color: rgb(247,60,6); }

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