Shades of Orange Red #F04710
Tints of Orange Red #F04710
RGB
CMYK
RGB Variations
Color information
#F04710 (or 0xF04710) is known color: Orange Red. HEX triplet: F0, 47 and 10. RGB value is (240,71,16). Sum of RGB (Red+Green+Blue) = 240+71+16=327 (43% of max value = 765). Red value is 240 (94.14% from 255 or 73.39% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 16 (6.64% from 255 or 4.89% from 327); Max value from RGB is 240 - color contains mainly: red. Hex color #F04710 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04710 is #0FB8EF. Grayscale: #737373. Windows color (decimal): -1030384 or 1066992. OLE color: 1066992.
HSL color Cylindrical-coordinate representation of color #F04710: hue angle of 14.73º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F04710 is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 16 | - |
| CMYK | 0 | 0.70 | 0.93 | 0.06 |
| HSL | 14.73º | 0.88% | 0.5% | - |
| HSV(B) | 14.73º | 0.93% | 0.94% | - |
| XYZ | 38.28 | 23.07 | 2.93 | - |
| YUV | 115.26 | 71.99 | 216.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 16 | 0 | 0.70 | 0.93 | 0.06 | 14.73 | 0.88 | 0.5 |
| Hex | F0 | 47 | 10 | 0 | 46 | 5D | 6 | F | 58 | 32 |
| Octal | 360 | 107 | 20 | 0 | 106 | 135 | 6 | 17 | 130 | 62 |
| Binary | 11110000 | 1000111 | 10000 | 0 | 1000110 | 1011101 | 110 | 1111 | 1011000 | 110010 |
Color Harmonies of #F04710
Complementary color
Monochromatic Colors of #F04710
Black with #F04710
Text Example
Text Example
White with #F04710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04710; }
p { color: rgb(240,71,16); }
H1.HeaderClassName
{
color: #F04710;
}
.AnyTagClassName
{
color: #F04710;
}
</style>
background-color css
<style>
a { background-color: #F04710; }
a { background-color: rgb(240,71,16); }
div.DivClassName
{
background-color: #F04710;
}
.BgClassName
{
background-color: #F04710;
}
</style>
border-color css
<style>
span { border-color: #F04710; }
span { border-color: rgb(240,71,16); }
td.TdClassName
{
border-color: #F04710;
}
.TagClassName
{
border-color: #F04710;
}
</style>