Shades of Orange Red #F04717
Tints of Orange Red #F04717
RGB
CMYK
RGB Variations
Color information
#F04717 (or 0xF04717) is known color: Orange Red. HEX triplet: F0, 47 and 17. RGB value is (240,71,23). Sum of RGB (Red+Green+Blue) = 240+71+23=334 (44% of max value = 765). Red value is 240 (94.14% from 255 or 71.86% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 240 - color contains mainly: red. Hex color #F04717 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04717 is #0FB8E8. Grayscale: #747474. Windows color (decimal): -1030377 or 1525744. OLE color: 1525744.
HSL color Cylindrical-coordinate representation of color #F04717: hue angle of 13.27º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F04717 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 71 | 23 | - |
| CMYK | 0 | 0.70 | 0.90 | 0.06 |
| HSL | 13.27º | 0.88% | 0.52% | - |
| HSV(B) | 13.27º | 0.9% | 0.94% | - |
| XYZ | 38.34 | 23.09 | 3.25 | - |
| YUV | 116.06 | 75.49 | 216.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 71 | 23 | 0 | 0.70 | 0.90 | 0.06 | 13.27 | 0.88 | 0.52 |
| Hex | F0 | 47 | 17 | 0 | 46 | 5A | 6 | D | 58 | 34 |
| Octal | 360 | 107 | 27 | 0 | 106 | 132 | 6 | 15 | 130 | 64 |
| Binary | 11110000 | 1000111 | 10111 | 0 | 1000110 | 1011010 | 110 | 1101 | 1011000 | 110100 |
Color Harmonies of #F04717
Complementary color
Monochromatic Colors of #F04717
Black with #F04717
Text Example
Text Example
White with #F04717
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04717; }
p { color: rgb(240,71,23); }
H1.HeaderClassName
{
color: #F04717;
}
.AnyTagClassName
{
color: #F04717;
}
</style>
background-color css
<style>
a { background-color: #F04717; }
a { background-color: rgb(240,71,23); }
div.DivClassName
{
background-color: #F04717;
}
.BgClassName
{
background-color: #F04717;
}
</style>
border-color css
<style>
span { border-color: #F04717; }
span { border-color: rgb(240,71,23); }
td.TdClassName
{
border-color: #F04717;
}
.TagClassName
{
border-color: #F04717;
}
</style>