Shades of Safety Orange #F96211
Tints of Safety Orange #F96211
RGB
CMYK
RGB Variations
Color information
#F96211 (or 0xF96211) is known color: Safety Orange. HEX triplet: F9, 62 and 11. RGB value is (249,98,17). Sum of RGB (Red+Green+Blue) = 249+98+17=364 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.41% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 17 (7.03% from 255 or 4.67% from 364); Max value from RGB is 249 - color contains mainly: red. Hex color #F96211 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96211 is #069DEE. Grayscale: #868686. Windows color (decimal): -433647 or 1139449. OLE color: 1139449.
HSL color Cylindrical-coordinate representation of color #F96211: hue angle of 20.95º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F96211 is Cyan = 0, Magento = 0.61, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 98 | 17 | - |
| CMYK | 0 | 0.61 | 0.93 | 0.02 |
| HSL | 20.95º | 0.95% | 0.52% | - |
| HSV(B) | 20.95º | 0.93% | 0.98% | - |
| XYZ | 43.54 | 28.92 | 3.82 | - |
| YUV | 133.92 | 62.03 | 210.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 98 | 17 | 0 | 0.61 | 0.93 | 0.02 | 20.95 | 0.95 | 0.52 |
| Hex | F9 | 62 | 11 | 0 | 3D | 5D | 2 | 15 | 5F | 34 |
| Octal | 371 | 142 | 21 | 0 | 75 | 135 | 2 | 25 | 137 | 64 |
| Binary | 11111001 | 1100010 | 10001 | 0 | 111101 | 1011101 | 10 | 10101 | 1011111 | 110100 |
Color Harmonies of #F96211
Complementary color
Monochromatic Colors of #F96211
Black with #F96211
Text Example
Text Example
White with #F96211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96211; }
p { color: rgb(249,98,17); }
H1.HeaderClassName
{
color: #F96211;
}
.AnyTagClassName
{
color: #F96211;
}
</style>
background-color css
<style>
a { background-color: #F96211; }
a { background-color: rgb(249,98,17); }
div.DivClassName
{
background-color: #F96211;
}
.BgClassName
{
background-color: #F96211;
}
</style>
border-color css
<style>
span { border-color: #F96211; }
span { border-color: rgb(249,98,17); }
td.TdClassName
{
border-color: #F96211;
}
.TagClassName
{
border-color: #F96211;
}
</style>