Shades of Safety Orange #F96F01
Tints of Safety Orange #F96F01
RGB
CMYK
RGB Variations
Color information
#F96F01 (or 0xF96F01) is known color: Safety Orange. HEX triplet: F9, 6F and 01. RGB value is (249,111,1). Sum of RGB (Red+Green+Blue) = 249+111+1=361 (47% of max value = 765). Red value is 249 (97.66% from 255 or 68.98% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 1 (0.78% from 255 or 0.28% from 361); Max value from RGB is 249 - color contains mainly: red. Hex color #F96F01 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96F01 is #0690FE. Grayscale: #8C8C8C. Windows color (decimal): -430335 or 94201. OLE color: 94201.
HSL color Cylindrical-coordinate representation of color #F96F01: hue angle of 26.61º 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 #F96F01 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 111 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.02 |
| HSL | 26.61º | 0.99% | 0.49% | - |
| HSV(B) | 26.61º | 1% | 0.98% | - |
| XYZ | 44.76 | 31.51 | 3.75 | - |
| YUV | 139.72 | 49.72 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 111 | 1 | 0 | 0.55 | 1.00 | 0.02 | 26.61 | 0.99 | 0.49 |
| Hex | F9 | 6F | 1 | 0 | 37 | 64 | 2 | 1B | 63 | 31 |
| Octal | 371 | 157 | 1 | 0 | 67 | 144 | 2 | 33 | 143 | 61 |
| Binary | 11111001 | 1101111 | 1 | 0 | 110111 | 1100100 | 10 | 11011 | 1100011 | 110001 |
Color Harmonies of #F96F01
Complementary color
Monochromatic Colors of #F96F01
Black with #F96F01
Text Example
Text Example
White with #F96F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96F01; }
p { color: rgb(249,111,1); }
H1.HeaderClassName
{
color: #F96F01;
}
.AnyTagClassName
{
color: #F96F01;
}
</style>
background-color css
<style>
a { background-color: #F96F01; }
a { background-color: rgb(249,111,1); }
div.DivClassName
{
background-color: #F96F01;
}
.BgClassName
{
background-color: #F96F01;
}
</style>
border-color css
<style>
span { border-color: #F96F01; }
span { border-color: rgb(249,111,1); }
td.TdClassName
{
border-color: #F96F01;
}
.TagClassName
{
border-color: #F96F01;
}
</style>