Shades of Safety Orange #F96A01
Tints of Safety Orange #F96A01
RGB
CMYK
RGB Variations
Color information
#F96A01 (or 0xF96A01) is known color: Safety Orange. HEX triplet: F9, 6A and 01. RGB value is (249,106,1). Sum of RGB (Red+Green+Blue) = 249+106+1=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 106 (41.80% from 255 or 29.78% from 356); Blue value is 1 (0.78% from 255 or 0.28% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F96A01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96A01 is #0695FE. Grayscale: #898989. Windows color (decimal): -431615 or 92921. OLE color: 92921.
HSL color Cylindrical-coordinate representation of color #F96A01: hue angle of 25.4º 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 #F96A01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 106 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.02 |
| HSL | 25.4º | 0.99% | 0.49% | - |
| HSV(B) | 25.4º | 1% | 0.98% | - |
| XYZ | 44.23 | 30.45 | 3.58 | - |
| YUV | 136.79 | 51.38 | 208.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 106 | 1 | 0 | 0.57 | 1.00 | 0.02 | 25.4 | 0.99 | 0.49 |
| Hex | F9 | 6A | 1 | 0 | 39 | 64 | 2 | 19 | 63 | 31 |
| Octal | 371 | 152 | 1 | 0 | 71 | 144 | 2 | 31 | 143 | 61 |
| Binary | 11111001 | 1101010 | 1 | 0 | 111001 | 1100100 | 10 | 11001 | 1100011 | 110001 |
Color Harmonies of #F96A01
Complementary color
Monochromatic Colors of #F96A01
Black with #F96A01
Text Example
Text Example
White with #F96A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96A01; }
p { color: rgb(249,106,1); }
H1.HeaderClassName
{
color: #F96A01;
}
.AnyTagClassName
{
color: #F96A01;
}
</style>
background-color css
<style>
a { background-color: #F96A01; }
a { background-color: rgb(249,106,1); }
div.DivClassName
{
background-color: #F96A01;
}
.BgClassName
{
background-color: #F96A01;
}
</style>
border-color css
<style>
span { border-color: #F96A01; }
span { border-color: rgb(249,106,1); }
td.TdClassName
{
border-color: #F96A01;
}
.TagClassName
{
border-color: #F96A01;
}
</style>