Shades of Safety Orange #F86305
Tints of Safety Orange #F86305
RGB
CMYK
RGB Variations
Color information
#F86305 (or 0xF86305) is known color: Safety Orange. HEX triplet: F8, 63 and 05. RGB value is (248,99,5). Sum of RGB (Red+Green+Blue) = 248+99+5=352 (46% of max value = 765). Red value is 248 (97.27% from 255 or 70.45% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 5 (2.34% from 255 or 1.42% from 352); Max value from RGB is 248 - color contains mainly: red. Hex color #F86305 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86305 is #079CFA. Grayscale: #858585. Windows color (decimal): -498939 or 353272. OLE color: 353272.
HSL color Cylindrical-coordinate representation of color #F86305: hue angle of 23.21º 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 #F86305 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 99 | 5 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.03 |
| HSL | 23.21º | 0.96% | 0.5% | - |
| HSV(B) | 23.21º | 0.98% | 0.97% | - |
| XYZ | 43.2 | 28.89 | 3.44 | - |
| YUV | 132.84 | 55.86 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 99 | 5 | 0 | 0.60 | 0.98 | 0.03 | 23.21 | 0.96 | 0.5 |
| Hex | F8 | 63 | 5 | 0 | 3C | 62 | 3 | 17 | 60 | 32 |
| Octal | 370 | 143 | 5 | 0 | 74 | 142 | 3 | 27 | 140 | 62 |
| Binary | 11111000 | 1100011 | 101 | 0 | 111100 | 1100010 | 11 | 10111 | 1100000 | 110010 |
Color Harmonies of #F86305
Complementary color
Monochromatic Colors of #F86305
Black with #F86305
Text Example
Text Example
White with #F86305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86305; }
p { color: rgb(248,99,5); }
H1.HeaderClassName
{
color: #F86305;
}
.AnyTagClassName
{
color: #F86305;
}
</style>
background-color css
<style>
a { background-color: #F86305; }
a { background-color: rgb(248,99,5); }
div.DivClassName
{
background-color: #F86305;
}
.BgClassName
{
background-color: #F86305;
}
</style>
border-color css
<style>
span { border-color: #F86305; }
span { border-color: rgb(248,99,5); }
td.TdClassName
{
border-color: #F86305;
}
.TagClassName
{
border-color: #F86305;
}
</style>