Shades of Orange Red #F74510
Tints of Orange Red #F74510
RGB
CMYK
RGB Variations
Color information
#F74510 (or 0xF74510) is known color: Orange Red. HEX triplet: F7, 45 and 10. RGB value is (247,69,16). Sum of RGB (Red+Green+Blue) = 247+69+16=332 (43% of max value = 765). Red value is 247 (96.88% from 255 or 74.40% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 16 (6.64% from 255 or 4.82% from 332); Max value from RGB is 247 - color contains mainly: red. Hex color #F74510 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F74510 is #08BAEF. Grayscale: #747474. Windows color (decimal): -572144 or 1066487. OLE color: 1066487.
HSL color Cylindrical-coordinate representation of color #F74510: hue angle of 13.77º 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 #F74510 is Cyan = 0, Magento = 0.72, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 69 | 16 | - |
| CMYK | 0 | 0.72 | 0.94 | 0.03 |
| HSL | 13.77º | 0.94% | 0.52% | - |
| HSV(B) | 13.77º | 0.94% | 0.97% | - |
| XYZ | 40.58 | 24.07 | 3 | - |
| YUV | 116.18 | 71.47 | 221.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 69 | 16 | 0 | 0.72 | 0.94 | 0.03 | 13.77 | 0.94 | 0.52 |
| Hex | F7 | 45 | 10 | 0 | 48 | 5E | 3 | E | 5E | 34 |
| Octal | 367 | 105 | 20 | 0 | 110 | 136 | 3 | 16 | 136 | 64 |
| Binary | 11110111 | 1000101 | 10000 | 0 | 1001000 | 1011110 | 11 | 1110 | 1011110 | 110100 |
Color Harmonies of #F74510
Complementary color
Monochromatic Colors of #F74510
Black with #F74510
Text Example
Text Example
White with #F74510
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F74510; }
p { color: rgb(247,69,16); }
H1.HeaderClassName
{
color: #F74510;
}
.AnyTagClassName
{
color: #F74510;
}
</style>
background-color css
<style>
a { background-color: #F74510; }
a { background-color: rgb(247,69,16); }
div.DivClassName
{
background-color: #F74510;
}
.BgClassName
{
background-color: #F74510;
}
</style>
border-color css
<style>
span { border-color: #F74510; }
span { border-color: rgb(247,69,16); }
td.TdClassName
{
border-color: #F74510;
}
.TagClassName
{
border-color: #F74510;
}
</style>