Shades of Safety Orange #F86008
Tints of Safety Orange #F86008
RGB
CMYK
RGB Variations
Color information
#F86008 (or 0xF86008) is known color: Safety Orange. HEX triplet: F8, 60 and 08. RGB value is (248,96,8). Sum of RGB (Red+Green+Blue) = 248+96+8=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 8 (3.52% from 255 or 2.27% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F86008 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86008 is #079FF7. Grayscale: #838383. Windows color (decimal): -499704 or 549112. OLE color: 549112.
HSL color Cylindrical-coordinate representation of color #F86008: hue angle of 22º 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 #F86008 is Cyan = 0, Magento = 0.61, Yellow = 0.97 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 96 | 8 | - |
| CMYK | 0 | 0.61 | 0.97 | 0.03 |
| HSL | 22º | 0.94% | 0.5% | - |
| HSV(B) | 22º | 0.97% | 0.97% | - |
| XYZ | 42.94 | 28.34 | 3.44 | - |
| YUV | 131.42 | 58.36 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 96 | 8 | 0 | 0.61 | 0.97 | 0.03 | 22 | 0.94 | 0.5 |
| Hex | F8 | 60 | 8 | 0 | 3D | 61 | 3 | 16 | 5E | 32 |
| Octal | 370 | 140 | 10 | 0 | 75 | 141 | 3 | 26 | 136 | 62 |
| Binary | 11111000 | 1100000 | 1000 | 0 | 111101 | 1100001 | 11 | 10110 | 1011110 | 110010 |
Color Harmonies of #F86008
Complementary color
Monochromatic Colors of #F86008
Black with #F86008
Text Example
Text Example
White with #F86008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86008; }
p { color: rgb(248,96,8); }
H1.HeaderClassName
{
color: #F86008;
}
.AnyTagClassName
{
color: #F86008;
}
</style>
background-color css
<style>
a { background-color: #F86008; }
a { background-color: rgb(248,96,8); }
div.DivClassName
{
background-color: #F86008;
}
.BgClassName
{
background-color: #F86008;
}
</style>
border-color css
<style>
span { border-color: #F86008; }
span { border-color: rgb(248,96,8); }
td.TdClassName
{
border-color: #F86008;
}
.TagClassName
{
border-color: #F86008;
}
</style>