Shades of Safety Orange #F96805
Tints of Safety Orange #F96805
RGB
CMYK
RGB Variations
Color information
#F96805 (or 0xF96805) is known color: Safety Orange. HEX triplet: F9, 68 and 05. RGB value is (249,104,5). Sum of RGB (Red+Green+Blue) = 249+104+5=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 5 (2.34% from 255 or 1.40% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F96805 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96805 is #0697FA. Grayscale: #888888. Windows color (decimal): -432123 or 354553. OLE color: 354553.
HSL color Cylindrical-coordinate representation of color #F96805: hue angle of 24.34º degrees, saturation: 0.96, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F96805 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.02 |
| HSL | 24.34º | 0.96% | 0.5% | - |
| HSV(B) | 24.34º | 0.98% | 0.98% | - |
| XYZ | 44.04 | 30.05 | 3.62 | - |
| YUV | 136.07 | 54.04 | 208.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 5 | 0 | 0.58 | 0.98 | 0.02 | 24.34 | 0.96 | 0.5 |
| Hex | F9 | 68 | 5 | 0 | 3A | 62 | 2 | 18 | 60 | 32 |
| Octal | 371 | 150 | 5 | 0 | 72 | 142 | 2 | 30 | 140 | 62 |
| Binary | 11111001 | 1101000 | 101 | 0 | 111010 | 1100010 | 10 | 11000 | 1100000 | 110010 |
Color Harmonies of #F96805
Complementary color
Monochromatic Colors of #F96805
Black with #F96805
Text Example
Text Example
White with #F96805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96805; }
p { color: rgb(249,104,5); }
H1.HeaderClassName
{
color: #F96805;
}
.AnyTagClassName
{
color: #F96805;
}
</style>
background-color css
<style>
a { background-color: #F96805; }
a { background-color: rgb(249,104,5); }
div.DivClassName
{
background-color: #F96805;
}
.BgClassName
{
background-color: #F96805;
}
</style>
border-color css
<style>
span { border-color: #F96805; }
span { border-color: rgb(249,104,5); }
td.TdClassName
{
border-color: #F96805;
}
.TagClassName
{
border-color: #F96805;
}
</style>