Shades of Red Orange #F73F1D
Tints of Red Orange #F73F1D
RGB
CMYK
RGB Variations
Color information
#F73F1D (or 0xF73F1D) is known color: Red Orange. HEX triplet: F7, 3F and 1D. RGB value is (247,63,29). Sum of RGB (Red+Green+Blue) = 247+63+29=339 (44% of max value = 765). Red value is 247 (96.88% from 255 or 72.86% from 339); Green value is 63 (25% from 255 or 18.58% from 339); Blue value is 29 (11.72% from 255 or 8.55% from 339); Max value from RGB is 247 - color contains mainly: red. Hex color #F73F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F73F1D is #08C0E2. Grayscale: #727272. Windows color (decimal): -573667 or 1916919. OLE color: 1916919.
HSL color Cylindrical-coordinate representation of color #F73F1D: hue angle of 9.36º 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 #F73F1D is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 63 | 29 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.03 |
| HSL | 9.36º | 0.93% | 0.54% | - |
| HSV(B) | 9.36º | 0.88% | 0.97% | - |
| XYZ | 40.36 | 23.42 | 3.56 | - |
| YUV | 114.14 | 79.96 | 222.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 63 | 29 | 0 | 0.74 | 0.88 | 0.03 | 9.36 | 0.93 | 0.54 |
| Hex | F7 | 3F | 1D | 0 | 4A | 58 | 3 | 9 | 5D | 36 |
| Octal | 367 | 77 | 35 | 0 | 112 | 130 | 3 | 11 | 135 | 66 |
| Binary | 11110111 | 111111 | 11101 | 0 | 1001010 | 1011000 | 11 | 1001 | 1011101 | 110110 |
Color Harmonies of #F73F1D
Complementary color
Monochromatic Colors of #F73F1D
Black with #F73F1D
Text Example
Text Example
White with #F73F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F73F1D; }
p { color: rgb(247,63,29); }
H1.HeaderClassName
{
color: #F73F1D;
}
.AnyTagClassName
{
color: #F73F1D;
}
</style>
background-color css
<style>
a { background-color: #F73F1D; }
a { background-color: rgb(247,63,29); }
div.DivClassName
{
background-color: #F73F1D;
}
.BgClassName
{
background-color: #F73F1D;
}
</style>
border-color css
<style>
span { border-color: #F73F1D; }
span { border-color: rgb(247,63,29); }
td.TdClassName
{
border-color: #F73F1D;
}
.TagClassName
{
border-color: #F73F1D;
}
</style>