Shades of Orange Red #F04217
Tints of Orange Red #F04217
RGB
CMYK
RGB Variations
Color information
#F04217 (or 0xF04217) is known color: Orange Red. HEX triplet: F0, 42 and 17. RGB value is (240,66,23). Sum of RGB (Red+Green+Blue) = 240+66+23=329 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.95% from 329); Green value is 66 (26.17% from 255 or 20.06% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 240 - color contains mainly: red. Hex color #F04217 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04217 is #0FBDE8. Grayscale: #717171. Windows color (decimal): -1031657 or 1524464. OLE color: 1524464.
HSL color Cylindrical-coordinate representation of color #F04217: hue angle of 11.89º 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 #F04217 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 66 | 23 | - |
| CMYK | 0 | 0.72 | 0.90 | 0.06 |
| HSL | 11.89º | 0.88% | 0.52% | - |
| HSV(B) | 11.89º | 0.9% | 0.94% | - |
| XYZ | 38.04 | 22.48 | 3.15 | - |
| YUV | 113.12 | 77.15 | 218.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 66 | 23 | 0 | 0.72 | 0.90 | 0.06 | 11.89 | 0.88 | 0.52 |
| Hex | F0 | 42 | 17 | 0 | 48 | 5A | 6 | C | 58 | 34 |
| Octal | 360 | 102 | 27 | 0 | 110 | 132 | 6 | 14 | 130 | 64 |
| Binary | 11110000 | 1000010 | 10111 | 0 | 1001000 | 1011010 | 110 | 1100 | 1011000 | 110100 |
Color Harmonies of #F04217
Complementary color
Monochromatic Colors of #F04217
Black with #F04217
Text Example
Text Example
White with #F04217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04217; }
p { color: rgb(240,66,23); }
H1.HeaderClassName
{
color: #F04217;
}
.AnyTagClassName
{
color: #F04217;
}
</style>
background-color css
<style>
a { background-color: #F04217; }
a { background-color: rgb(240,66,23); }
div.DivClassName
{
background-color: #F04217;
}
.BgClassName
{
background-color: #F04217;
}
</style>
border-color css
<style>
span { border-color: #F04217; }
span { border-color: rgb(240,66,23); }
td.TdClassName
{
border-color: #F04217;
}
.TagClassName
{
border-color: #F04217;
}
</style>