Shades of Safety Orange #F86210
Tints of Safety Orange #F86210
RGB
CMYK
RGB Variations
Color information
#F86210 (or 0xF86210) is known color: Safety Orange. HEX triplet: F8, 62 and 10. RGB value is (248,98,16). Sum of RGB (Red+Green+Blue) = 248+98+16=362 (47% of max value = 765). Red value is 248 (97.27% from 255 or 68.51% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 248 - color contains mainly: red. Hex color #F86210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F86210 is #079DEF. Grayscale: #858585. Windows color (decimal): -499184 or 1073912. OLE color: 1073912.
HSL color Cylindrical-coordinate representation of color #F86210: hue angle of 21.21º 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 #F86210 is Cyan = 0, Magento = 0.60, Yellow = 0.94 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 98 | 16 | - |
| CMYK | 0 | 0.60 | 0.94 | 0.03 |
| HSL | 21.21º | 0.94% | 0.52% | - |
| HSV(B) | 21.21º | 0.94% | 0.97% | - |
| XYZ | 43.17 | 28.73 | 3.76 | - |
| YUV | 133.5 | 61.7 | 209.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 98 | 16 | 0 | 0.60 | 0.94 | 0.03 | 21.21 | 0.94 | 0.52 |
| Hex | F8 | 62 | 10 | 0 | 3C | 5E | 3 | 15 | 5E | 34 |
| Octal | 370 | 142 | 20 | 0 | 74 | 136 | 3 | 25 | 136 | 64 |
| Binary | 11111000 | 1100010 | 10000 | 0 | 111100 | 1011110 | 11 | 10101 | 1011110 | 110100 |
Color Harmonies of #F86210
Complementary color
Monochromatic Colors of #F86210
Black with #F86210
Text Example
Text Example
White with #F86210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86210; }
p { color: rgb(248,98,16); }
H1.HeaderClassName
{
color: #F86210;
}
.AnyTagClassName
{
color: #F86210;
}
</style>
background-color css
<style>
a { background-color: #F86210; }
a { background-color: rgb(248,98,16); }
div.DivClassName
{
background-color: #F86210;
}
.BgClassName
{
background-color: #F86210;
}
</style>
border-color css
<style>
span { border-color: #F86210; }
span { border-color: rgb(248,98,16); }
td.TdClassName
{
border-color: #F86210;
}
.TagClassName
{
border-color: #F86210;
}
</style>