Shades of Orange Red #F84417
Tints of Orange Red #F84417
RGB
CMYK
RGB Variations
Color information
#F84417 (or 0xF84417) is known color: Orange Red. HEX triplet: F8, 44 and 17. RGB value is (248,68,23). Sum of RGB (Red+Green+Blue) = 248+68+23=339 (44% of max value = 765). Red value is 248 (97.27% from 255 or 73.16% from 339); Green value is 68 (26.95% from 255 or 20.06% from 339); Blue value is 23 (9.38% from 255 or 6.78% from 339); Max value from RGB is 248 - color contains mainly: red. Hex color #F84417 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F84417 is #07BBE8. Grayscale: #757575. Windows color (decimal): -506857 or 1524984. OLE color: 1524984.
HSL color Cylindrical-coordinate representation of color #F84417: hue angle of 12º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F84417 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 68 | 23 | - |
| CMYK | 0 | 0.73 | 0.91 | 0.03 |
| HSL | 12º | 0.94% | 0.53% | - |
| HSV(B) | 12º | 0.91% | 0.97% | - |
| XYZ | 40.93 | 24.15 | 3.32 | - |
| YUV | 116.69 | 75.13 | 221.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 68 | 23 | 0 | 0.73 | 0.91 | 0.03 | 12 | 0.94 | 0.53 |
| Hex | F8 | 44 | 17 | 0 | 49 | 5B | 3 | C | 5E | 35 |
| Octal | 370 | 104 | 27 | 0 | 111 | 133 | 3 | 14 | 136 | 65 |
| Binary | 11111000 | 1000100 | 10111 | 0 | 1001001 | 1011011 | 11 | 1100 | 1011110 | 110101 |
Color Harmonies of #F84417
Complementary color
Monochromatic Colors of #F84417
Black with #F84417
Text Example
Text Example
White with #F84417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F84417; }
p { color: rgb(248,68,23); }
H1.HeaderClassName
{
color: #F84417;
}
.AnyTagClassName
{
color: #F84417;
}
</style>
background-color css
<style>
a { background-color: #F84417; }
a { background-color: rgb(248,68,23); }
div.DivClassName
{
background-color: #F84417;
}
.BgClassName
{
background-color: #F84417;
}
</style>
border-color css
<style>
span { border-color: #F84417; }
span { border-color: rgb(248,68,23); }
td.TdClassName
{
border-color: #F84417;
}
.TagClassName
{
border-color: #F84417;
}
</style>