Shades of Safety Orange #F96C01
Tints of Safety Orange #F96C01
RGB
CMYK
RGB Variations
Color information
#F96C01 (or 0xF96C01) is known color: Safety Orange. HEX triplet: F9, 6C and 01. RGB value is (249,108,1). Sum of RGB (Red+Green+Blue) = 249+108+1=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 108 (42.58% from 255 or 30.17% from 358); Blue value is 1 (0.78% from 255 or 0.28% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96C01 is #0693FE. Grayscale: #8A8A8A. Windows color (decimal): -431103 or 93433. OLE color: 93433.
HSL color Cylindrical-coordinate representation of color #F96C01: hue angle of 25.89º 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 #F96C01 is Cyan = 0, Magento = 0.57, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 1 | - |
| CMYK | 0 | 0.57 | 1.00 | 0.02 |
| HSL | 25.89º | 0.99% | 0.49% | - |
| HSV(B) | 25.89º | 1% | 0.98% | - |
| XYZ | 44.43 | 30.87 | 3.64 | - |
| YUV | 137.96 | 50.71 | 207.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 1 | 0 | 0.57 | 1.00 | 0.02 | 25.89 | 0.99 | 0.49 |
| Hex | F9 | 6C | 1 | 0 | 39 | 64 | 2 | 1A | 63 | 31 |
| Octal | 371 | 154 | 1 | 0 | 71 | 144 | 2 | 32 | 143 | 61 |
| Binary | 11111001 | 1101100 | 1 | 0 | 111001 | 1100100 | 10 | 11010 | 1100011 | 110001 |
Color Harmonies of #F96C01
Complementary color
Monochromatic Colors of #F96C01
Black with #F96C01
Text Example
Text Example
White with #F96C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C01; }
p { color: rgb(249,108,1); }
H1.HeaderClassName
{
color: #F96C01;
}
.AnyTagClassName
{
color: #F96C01;
}
</style>
background-color css
<style>
a { background-color: #F96C01; }
a { background-color: rgb(249,108,1); }
div.DivClassName
{
background-color: #F96C01;
}
.BgClassName
{
background-color: #F96C01;
}
</style>
border-color css
<style>
span { border-color: #F96C01; }
span { border-color: rgb(249,108,1); }
td.TdClassName
{
border-color: #F96C01;
}
.TagClassName
{
border-color: #F96C01;
}
</style>