Shades of Safety Orange #F96901
Tints of Safety Orange #F96901
RGB
CMYK
RGB Variations
Color information
#F96901 (or 0xF96901) is known color: Safety Orange. HEX triplet: F9, 69 and 01. RGB value is (249,105,1). Sum of RGB (Red+Green+Blue) = 249+105+1=355 (47% of max value = 765). Red value is 249 (97.66% from 255 or 70.14% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 1 (0.78% from 255 or 0.28% from 355); Max value from RGB is 249 - color contains mainly: red. Hex color #F96901 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96901 is #0696FE. Grayscale: #888888. Windows color (decimal): -431871 or 92665. OLE color: 92665.
HSL color Cylindrical-coordinate representation of color #F96901: hue angle of 25.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F96901 is Cyan = 0, Magento = 0.58, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 1 | - |
| CMYK | 0 | 0.58 | 1.00 | 0.02 |
| HSL | 25.16º | 0.99% | 0.49% | - |
| HSV(B) | 25.16º | 1% | 0.98% | - |
| XYZ | 44.12 | 30.25 | 3.54 | - |
| YUV | 136.2 | 51.71 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 1 | 0 | 0.58 | 1.00 | 0.02 | 25.16 | 0.99 | 0.49 |
| Hex | F9 | 69 | 1 | 0 | 3A | 64 | 2 | 19 | 63 | 31 |
| Octal | 371 | 151 | 1 | 0 | 72 | 144 | 2 | 31 | 143 | 61 |
| Binary | 11111001 | 1101001 | 1 | 0 | 111010 | 1100100 | 10 | 11001 | 1100011 | 110001 |
Color Harmonies of #F96901
Complementary color
Monochromatic Colors of #F96901
Black with #F96901
Text Example
Text Example
White with #F96901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96901; }
p { color: rgb(249,105,1); }
H1.HeaderClassName
{
color: #F96901;
}
.AnyTagClassName
{
color: #F96901;
}
</style>
background-color css
<style>
a { background-color: #F96901; }
a { background-color: rgb(249,105,1); }
div.DivClassName
{
background-color: #F96901;
}
.BgClassName
{
background-color: #F96901;
}
</style>
border-color css
<style>
span { border-color: #F96901; }
span { border-color: rgb(249,105,1); }
td.TdClassName
{
border-color: #F96901;
}
.TagClassName
{
border-color: #F96901;
}
</style>