Shades of Safety Orange #F96407
Tints of Safety Orange #F96407
RGB
CMYK
RGB Variations
Color information
#F96407 (or 0xF96407) is known color: Safety Orange. HEX triplet: F9, 64 and 07. RGB value is (249,100,7). Sum of RGB (Red+Green+Blue) = 249+100+7=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 7 (3.12% from 255 or 1.97% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F96407 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96407 is #069BF8. Grayscale: #868686. Windows color (decimal): -433145 or 484601. OLE color: 484601.
HSL color Cylindrical-coordinate representation of color #F96407: hue angle of 23.06º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F96407 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 100 | 7 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.02 |
| HSL | 23.06º | 0.95% | 0.5% | - |
| HSV(B) | 23.06º | 0.97% | 0.98% | - |
| XYZ | 43.66 | 29.27 | 3.55 | - |
| YUV | 133.95 | 56.36 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 100 | 7 | 0 | 0.60 | 0.97 | 0.02 | 23.06 | 0.95 | 0.5 |
| Hex | F9 | 64 | 7 | 0 | 3C | 61 | 2 | 17 | 5F | 32 |
| Octal | 371 | 144 | 7 | 0 | 74 | 141 | 2 | 27 | 137 | 62 |
| Binary | 11111001 | 1100100 | 111 | 0 | 111100 | 1100001 | 10 | 10111 | 1011111 | 110010 |
Color Harmonies of #F96407
Complementary color
Monochromatic Colors of #F96407
Black with #F96407
Text Example
Text Example
White with #F96407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96407; }
p { color: rgb(249,100,7); }
H1.HeaderClassName
{
color: #F96407;
}
.AnyTagClassName
{
color: #F96407;
}
</style>
background-color css
<style>
a { background-color: #F96407; }
a { background-color: rgb(249,100,7); }
div.DivClassName
{
background-color: #F96407;
}
.BgClassName
{
background-color: #F96407;
}
</style>
border-color css
<style>
span { border-color: #F96407; }
span { border-color: rgb(249,100,7); }
td.TdClassName
{
border-color: #F96407;
}
.TagClassName
{
border-color: #F96407;
}
</style>