Shades of Safety Orange #F96607
Tints of Safety Orange #F96607
RGB
CMYK
RGB Variations
Color information
#F96607 (or 0xF96607) is known color: Safety Orange. HEX triplet: F9, 66 and 07. RGB value is (249,102,7). Sum of RGB (Red+Green+Blue) = 249+102+7=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 102 (40.23% from 255 or 28.49% from 358); Blue value is 7 (3.12% from 255 or 1.96% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F96607 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96607 is #0699F8. Grayscale: #878787. Windows color (decimal): -432633 or 485113. OLE color: 485113.
HSL color Cylindrical-coordinate representation of color #F96607: hue angle of 23.55º 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 #F96607 is Cyan = 0, Magento = 0.59, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 102 | 7 | - |
| CMYK | 0 | 0.59 | 0.97 | 0.02 |
| HSL | 23.55º | 0.95% | 0.5% | - |
| HSV(B) | 23.55º | 0.97% | 0.98% | - |
| XYZ | 43.86 | 29.66 | 3.61 | - |
| YUV | 135.12 | 55.7 | 209.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 102 | 7 | 0 | 0.59 | 0.97 | 0.02 | 23.55 | 0.95 | 0.5 |
| Hex | F9 | 66 | 7 | 0 | 3B | 61 | 2 | 18 | 5F | 32 |
| Octal | 371 | 146 | 7 | 0 | 73 | 141 | 2 | 30 | 137 | 62 |
| Binary | 11111001 | 1100110 | 111 | 0 | 111011 | 1100001 | 10 | 11000 | 1011111 | 110010 |
Color Harmonies of #F96607
Complementary color
Monochromatic Colors of #F96607
Black with #F96607
Text Example
Text Example
White with #F96607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96607; }
p { color: rgb(249,102,7); }
H1.HeaderClassName
{
color: #F96607;
}
.AnyTagClassName
{
color: #F96607;
}
</style>
background-color css
<style>
a { background-color: #F96607; }
a { background-color: rgb(249,102,7); }
div.DivClassName
{
background-color: #F96607;
}
.BgClassName
{
background-color: #F96607;
}
</style>
border-color css
<style>
span { border-color: #F96607; }
span { border-color: rgb(249,102,7); }
td.TdClassName
{
border-color: #F96607;
}
.TagClassName
{
border-color: #F96607;
}
</style>