Shades of Red Orange #F73C1B
Tints of Red Orange #F73C1B
RGB
CMYK
RGB Variations
Color information
#F73C1B (or 0xF73C1B) is known color: Red Orange. HEX triplet: F7, 3C and 1B. RGB value is (247,60,27). Sum of RGB (Red+Green+Blue) = 247+60+27=334 (44% of max value = 765). Red value is 247 (96.88% from 255 or 73.95% from 334); Green value is 60 (23.83% from 255 or 17.96% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 247 - color contains mainly: red. Hex color #F73C1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73C1B is #08C3E4. Grayscale: #707070. Windows color (decimal): -574437 or 1785079. OLE color: 1785079.
HSL color Cylindrical-coordinate representation of color #F73C1B: hue angle of 9º 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 #F73C1B is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 60 | 27 | - |
| CMYK | 0 | 0.76 | 0.89 | 0.03 |
| HSL | 9º | 0.93% | 0.54% | - |
| HSV(B) | 9º | 0.89% | 0.97% | - |
| XYZ | 40.17 | 23.09 | 3.38 | - |
| YUV | 112.15 | 79.95 | 224.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 60 | 27 | 0 | 0.76 | 0.89 | 0.03 | 9 | 0.93 | 0.54 |
| Hex | F7 | 3C | 1B | 0 | 4C | 59 | 3 | 9 | 5D | 36 |
| Octal | 367 | 74 | 33 | 0 | 114 | 131 | 3 | 11 | 135 | 66 |
| Binary | 11110111 | 111100 | 11011 | 0 | 1001100 | 1011001 | 11 | 1001 | 1011101 | 110110 |
Color Harmonies of #F73C1B
Complementary color
Monochromatic Colors of #F73C1B
Black with #F73C1B
Text Example
Text Example
White with #F73C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73C1B; }
p { color: rgb(247,60,27); }
H1.HeaderClassName
{
color: #F73C1B;
}
.AnyTagClassName
{
color: #F73C1B;
}
</style>
background-color css
<style>
a { background-color: #F73C1B; }
a { background-color: rgb(247,60,27); }
div.DivClassName
{
background-color: #F73C1B;
}
.BgClassName
{
background-color: #F73C1B;
}
</style>
border-color css
<style>
span { border-color: #F73C1B; }
span { border-color: rgb(247,60,27); }
td.TdClassName
{
border-color: #F73C1B;
}
.TagClassName
{
border-color: #F73C1B;
}
</style>