Shades of Safety Orange #F86610
Tints of Safety Orange #F86610
RGB
CMYK
RGB Variations
Color information
#F86610 (or 0xF86610) is known color: Safety Orange. HEX triplet: F8, 66 and 10. RGB value is (248,102,16). Sum of RGB (Red+Green+Blue) = 248+102+16=366 (48% of max value = 765). Red value is 248 (97.27% from 255 or 67.76% from 366); Green value is 102 (40.23% from 255 or 27.87% from 366); Blue value is 16 (6.64% from 255 or 4.37% from 366); Max value from RGB is 248 - color contains mainly: red. Hex color #F86610 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86610 is #0799EF. Grayscale: #888888. Windows color (decimal): -498160 or 1074936. OLE color: 1074936.
HSL color Cylindrical-coordinate representation of color #F86610: hue angle of 22.24º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F86610 is Cyan = 0, Magento = 0.59, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 102 | 16 | - |
| CMYK | 0 | 0.59 | 0.94 | 0.03 |
| HSL | 22.24º | 0.94% | 0.52% | - |
| HSV(B) | 22.24º | 0.94% | 0.97% | - |
| XYZ | 43.56 | 29.5 | 3.89 | - |
| YUV | 135.85 | 60.37 | 207.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 102 | 16 | 0 | 0.59 | 0.94 | 0.03 | 22.24 | 0.94 | 0.52 |
| Hex | F8 | 66 | 10 | 0 | 3B | 5E | 3 | 16 | 5E | 34 |
| Octal | 370 | 146 | 20 | 0 | 73 | 136 | 3 | 26 | 136 | 64 |
| Binary | 11111000 | 1100110 | 10000 | 0 | 111011 | 1011110 | 11 | 10110 | 1011110 | 110100 |
Color Harmonies of #F86610
Complementary color
Monochromatic Colors of #F86610
Black with #F86610
Text Example
Text Example
White with #F86610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86610; }
p { color: rgb(248,102,16); }
H1.HeaderClassName
{
color: #F86610;
}
.AnyTagClassName
{
color: #F86610;
}
</style>
background-color css
<style>
a { background-color: #F86610; }
a { background-color: rgb(248,102,16); }
div.DivClassName
{
background-color: #F86610;
}
.BgClassName
{
background-color: #F86610;
}
</style>
border-color css
<style>
span { border-color: #F86610; }
span { border-color: rgb(248,102,16); }
td.TdClassName
{
border-color: #F86610;
}
.TagClassName
{
border-color: #F86610;
}
</style>