#F73C1E

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

Shades of Red Orange #F73C1E

Tints of Red Orange #F73C1E

Color information

#F73C1E (or 0xF73C1E) is unknown color: approx Red Orange. HEX triplet: F7, 3C and 1E. RGB value is (247,60,30). Sum of RGB (Red+Green+Blue) = 247+60+30=337 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.29% from 337); Green value is 60 (23.83% from 255 or 17.80% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C1E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C1E is #08C3E1. Grayscale: #707070. Windows color (decimal): -574434 or 1981687. OLE color: 1981687.

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

Color convert

RGB2476030-
CMYK00.760.880.03
HSL8.29º93.13%54.31%-
HSV(B)8.29º87.85%96.86%-
XYZ40.2123.13.57-
YUV112.4981.45223.94-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 73.29%
GREEN value IS 60 (23.83% from 255) = 17.80%
BLUE value IS 30 (12.11% from 255) = 8.90%
R=73.29%
G=17.80%
B=8.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal247603000.760.880.038.2993.1354.31
HexF73C1E04C58385d36
Octal3677436011413031013566
Binary11110111111100111100100110010110001110001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F73C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F73C1E; }

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

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

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

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

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

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

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

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