Shades of Orange Red #F04517
Tints of Orange Red #F04517
RGB
CMYK
RGB Variations
Color information
#F04517 (or 0xF04517) is known color: Orange Red. HEX triplet: F0, 45 and 17. RGB value is (240,69,23). Sum of RGB (Red+Green+Blue) = 240+69+23=332 (43% of max value = 765). Red value is 240 (94.14% from 255 or 72.29% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 240 - color contains mainly: red. Hex color #F04517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F04517 is #0FBAE8. Grayscale: #737373. Windows color (decimal): -1030889 or 1525232. OLE color: 1525232.
HSL color Cylindrical-coordinate representation of color #F04517: hue angle of 12.72º 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 #F04517 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 69 | 23 | - |
| CMYK | 0 | 0.71 | 0.90 | 0.06 |
| HSL | 12.72º | 0.88% | 0.52% | - |
| HSV(B) | 12.72º | 0.9% | 0.94% | - |
| XYZ | 38.22 | 22.84 | 3.21 | - |
| YUV | 114.89 | 76.15 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 69 | 23 | 0 | 0.71 | 0.90 | 0.06 | 12.72 | 0.88 | 0.52 |
| Hex | F0 | 45 | 17 | 0 | 47 | 5A | 6 | D | 58 | 34 |
| Octal | 360 | 105 | 27 | 0 | 107 | 132 | 6 | 15 | 130 | 64 |
| Binary | 11110000 | 1000101 | 10111 | 0 | 1000111 | 1011010 | 110 | 1101 | 1011000 | 110100 |
Color Harmonies of #F04517
Complementary color
Monochromatic Colors of #F04517
Black with #F04517
Text Example
Text Example
White with #F04517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F04517; }
p { color: rgb(240,69,23); }
H1.HeaderClassName
{
color: #F04517;
}
.AnyTagClassName
{
color: #F04517;
}
</style>
background-color css
<style>
a { background-color: #F04517; }
a { background-color: rgb(240,69,23); }
div.DivClassName
{
background-color: #F04517;
}
.BgClassName
{
background-color: #F04517;
}
</style>
border-color css
<style>
span { border-color: #F04517; }
span { border-color: rgb(240,69,23); }
td.TdClassName
{
border-color: #F04517;
}
.TagClassName
{
border-color: #F04517;
}
</style>