Shades of Safety Orange #F96210
Tints of Safety Orange #F96210
RGB
CMYK
RGB Variations
Color information
#F96210 (or 0xF96210) is known color: Safety Orange. HEX triplet: F9, 62 and 10. RGB value is (249,98,16). Sum of RGB (Red+Green+Blue) = 249+98+16=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 16 (6.64% from 255 or 4.41% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F96210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96210 is #069DEF. Grayscale: #868686. Windows color (decimal): -433648 or 1073913. OLE color: 1073913.
HSL color Cylindrical-coordinate representation of color #F96210: hue angle of 21.12º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F96210 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 16 | - |
| CMYK | 0 | 0.61 | 0.94 | 0.02 |
| HSL | 21.12º | 0.95% | 0.52% | - |
| HSV(B) | 21.12º | 0.94% | 0.98% | - |
| XYZ | 43.53 | 28.91 | 3.78 | - |
| YUV | 133.8 | 61.53 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 16 | 0 | 0.61 | 0.94 | 0.02 | 21.12 | 0.95 | 0.52 |
| Hex | F9 | 62 | 10 | 0 | 3D | 5E | 2 | 15 | 5F | 34 |
| Octal | 371 | 142 | 20 | 0 | 75 | 136 | 2 | 25 | 137 | 64 |
| Binary | 11111001 | 1100010 | 10000 | 0 | 111101 | 1011110 | 10 | 10101 | 1011111 | 110100 |
Color Harmonies of #F96210
Complementary color
Monochromatic Colors of #F96210
Black with #F96210
Text Example
Text Example
White with #F96210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96210; }
p { color: rgb(249,98,16); }
H1.HeaderClassName
{
color: #F96210;
}
.AnyTagClassName
{
color: #F96210;
}
</style>
background-color css
<style>
a { background-color: #F96210; }
a { background-color: rgb(249,98,16); }
div.DivClassName
{
background-color: #F96210;
}
.BgClassName
{
background-color: #F96210;
}
</style>
border-color css
<style>
span { border-color: #F96210; }
span { border-color: rgb(249,98,16); }
td.TdClassName
{
border-color: #F96210;
}
.TagClassName
{
border-color: #F96210;
}
</style>