Shades of Safety Orange #F86808
Tints of Safety Orange #F86808
RGB
CMYK
RGB Variations
Color information
#F86808 (or 0xF86808) is known color: Safety Orange. HEX triplet: F8, 68 and 08. RGB value is (248,104,8). Sum of RGB (Red+Green+Blue) = 248+104+8=360 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.89% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 248 - color contains mainly: red. Hex color #F86808 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86808 is #0797F7. Grayscale: #888888. Windows color (decimal): -497656 or 551160. OLE color: 551160.
HSL color Cylindrical-coordinate representation of color #F86808: hue angle of 24º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F86808 is Cyan = 0, Magento = 0.58, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 8 | - |
| CMYK | 0 | 0.58 | 0.97 | 0.03 |
| HSL | 24º | 0.94% | 0.5% | - |
| HSV(B) | 24º | 0.97% | 0.97% | - |
| XYZ | 43.71 | 29.87 | 3.69 | - |
| YUV | 136.11 | 55.71 | 207.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 8 | 0 | 0.58 | 0.97 | 0.03 | 24 | 0.94 | 0.5 |
| Hex | F8 | 68 | 8 | 0 | 3A | 61 | 3 | 18 | 5E | 32 |
| Octal | 370 | 150 | 10 | 0 | 72 | 141 | 3 | 30 | 136 | 62 |
| Binary | 11111000 | 1101000 | 1000 | 0 | 111010 | 1100001 | 11 | 11000 | 1011110 | 110010 |
Color Harmonies of #F86808
Complementary color
Monochromatic Colors of #F86808
Black with #F86808
Text Example
Text Example
White with #F86808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86808; }
p { color: rgb(248,104,8); }
H1.HeaderClassName
{
color: #F86808;
}
.AnyTagClassName
{
color: #F86808;
}
</style>
background-color css
<style>
a { background-color: #F86808; }
a { background-color: rgb(248,104,8); }
div.DivClassName
{
background-color: #F86808;
}
.BgClassName
{
background-color: #F86808;
}
</style>
border-color css
<style>
span { border-color: #F86808; }
span { border-color: rgb(248,104,8); }
td.TdClassName
{
border-color: #F86808;
}
.TagClassName
{
border-color: #F86808;
}
</style>