Shades of Safety Orange #F86405
Tints of Safety Orange #F86405
RGB
CMYK
RGB Variations
Color information
#F86405 (or 0xF86405) is known color: Safety Orange. HEX triplet: F8, 64 and 05. RGB value is (248,100,5). Sum of RGB (Red+Green+Blue) = 248+100+5=353 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.25% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 248 - color contains mainly: red. Hex color #F86405 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86405 is #079BFA. Grayscale: #858585. Windows color (decimal): -498683 or 353528. OLE color: 353528.
HSL color Cylindrical-coordinate representation of color #F86405: hue angle of 23.46º 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 #F86405 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 100 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.03 |
| HSL | 23.46º | 0.96% | 0.5% | - |
| HSV(B) | 23.46º | 0.98% | 0.97% | - |
| XYZ | 43.3 | 29.08 | 3.47 | - |
| YUV | 133.42 | 55.53 | 209.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 100 | 5 | 0 | 0.60 | 0.98 | 0.03 | 23.46 | 0.96 | 0.5 |
| Hex | F8 | 64 | 5 | 0 | 3C | 62 | 3 | 17 | 60 | 32 |
| Octal | 370 | 144 | 5 | 0 | 74 | 142 | 3 | 27 | 140 | 62 |
| Binary | 11111000 | 1100100 | 101 | 0 | 111100 | 1100010 | 11 | 10111 | 1100000 | 110010 |
Color Harmonies of #F86405
Complementary color
Monochromatic Colors of #F86405
Black with #F86405
Text Example
Text Example
White with #F86405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86405; }
p { color: rgb(248,100,5); }
H1.HeaderClassName
{
color: #F86405;
}
.AnyTagClassName
{
color: #F86405;
}
</style>
background-color css
<style>
a { background-color: #F86405; }
a { background-color: rgb(248,100,5); }
div.DivClassName
{
background-color: #F86405;
}
.BgClassName
{
background-color: #F86405;
}
</style>
border-color css
<style>
span { border-color: #F86405; }
span { border-color: rgb(248,100,5); }
td.TdClassName
{
border-color: #F86405;
}
.TagClassName
{
border-color: #F86405;
}
</style>