Shades of Safety Orange #F96000
Tints of Safety Orange #F96000
RGB
CMYK
RGB Variations
Color information
#F96000 (or 0xF96000) is known color: Safety Orange. HEX triplet: F9, 60 and 00. RGB value is (249,96,0). Sum of RGB (Red+Green+Blue) = 249+96+0=345 (45% of max value = 765). Red value is 249 (97.66% from 255 or 72.17% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 249 - color contains mainly: red. Hex color #F96000 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96000 is #069FFF. Grayscale: #838383. Windows color (decimal): -434176 or 24825. OLE color: 24825.
HSL color Cylindrical-coordinate representation of color #F96000: hue angle of 23.13º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F96000 is Cyan = 0, Magento = 0.61, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 96 | 0 | - |
| CMYK | 0 | 0.61 | 1 | 0.02 |
| HSL | 23.13º | 1% | 0.49% | - |
| HSV(B) | 23.13º | 1% | 0.98% | - |
| XYZ | 43.25 | 28.51 | 3.22 | - |
| YUV | 130.8 | 54.19 | 212.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 96 | 0 | 0 | 0.61 | 1 | 0.02 | 23.13 | 1 | 0.49 |
| Hex | F9 | 60 | 0 | 0 | 3D | 64 | 2 | 17 | 64 | 31 |
| Octal | 371 | 140 | 0 | 0 | 75 | 144 | 2 | 27 | 144 | 61 |
| Binary | 11111001 | 1100000 | 0 | 0 | 111101 | 1100100 | 10 | 10111 | 1100100 | 110001 |
Color Harmonies of #F96000
Complementary color
Monochromatic Colors of #F96000
Black with #F96000
Text Example
Text Example
White with #F96000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96000; }
p { color: rgb(249,96,0); }
H1.HeaderClassName
{
color: #F96000;
}
.AnyTagClassName
{
color: #F96000;
}
</style>
background-color css
<style>
a { background-color: #F96000; }
a { background-color: rgb(249,96,0); }
div.DivClassName
{
background-color: #F96000;
}
.BgClassName
{
background-color: #F96000;
}
</style>
border-color css
<style>
span { border-color: #F96000; }
span { border-color: rgb(249,96,0); }
td.TdClassName
{
border-color: #F96000;
}
.TagClassName
{
border-color: #F96000;
}
</style>