Shades of Safety Orange #F86905
Tints of Safety Orange #F86905
RGB
CMYK
RGB Variations
Color information
#F86905 (or 0xF86905) is known color: Safety Orange. HEX triplet: F8, 69 and 05. RGB value is (248,105,5). Sum of RGB (Red+Green+Blue) = 248+105+5=358 (47% of max value = 765). Red value is 248 (97.27% from 255 or 69.27% from 358); Green value is 105 (41.41% from 255 or 29.33% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 248 - color contains mainly: red. Hex color #F86905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86905 is #0796FA. Grayscale: #888888. Windows color (decimal): -497403 or 354808. OLE color: 354808.
HSL color Cylindrical-coordinate representation of color #F86905: hue angle of 24.69º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F86905 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 105 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.03 |
| HSL | 24.69º | 0.96% | 0.5% | - |
| HSV(B) | 24.69º | 0.98% | 0.97% | - |
| XYZ | 43.79 | 30.07 | 3.64 | - |
| YUV | 136.36 | 53.88 | 207.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 105 | 5 | 0 | 0.58 | 0.98 | 0.03 | 24.69 | 0.96 | 0.5 |
| Hex | F8 | 69 | 5 | 0 | 3A | 62 | 3 | 19 | 60 | 32 |
| Octal | 370 | 151 | 5 | 0 | 72 | 142 | 3 | 31 | 140 | 62 |
| Binary | 11111000 | 1101001 | 101 | 0 | 111010 | 1100010 | 11 | 11001 | 1100000 | 110010 |
Color Harmonies of #F86905
Complementary color
Monochromatic Colors of #F86905
Black with #F86905
Text Example
Text Example
White with #F86905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86905; }
p { color: rgb(248,105,5); }
H1.HeaderClassName
{
color: #F86905;
}
.AnyTagClassName
{
color: #F86905;
}
</style>
background-color css
<style>
a { background-color: #F86905; }
a { background-color: rgb(248,105,5); }
div.DivClassName
{
background-color: #F86905;
}
.BgClassName
{
background-color: #F86905;
}
</style>
border-color css
<style>
span { border-color: #F86905; }
span { border-color: rgb(248,105,5); }
td.TdClassName
{
border-color: #F86905;
}
.TagClassName
{
border-color: #F86905;
}
</style>