Shades of Safety Orange #F96905
Tints of Safety Orange #F96905
RGB
CMYK
RGB Variations
Color information
#F96905 (or 0xF96905) is known color: Safety Orange. HEX triplet: F9, 69 and 05. RGB value is (249,105,5). Sum of RGB (Red+Green+Blue) = 249+105+5=359 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.36% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 5 (2.34% from 255 or 1.39% from 359); Max value from RGB is 249 - color contains mainly: red. Hex color #F96905 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96905 is #0696FA. Grayscale: #898989. Windows color (decimal): -431867 or 354809. OLE color: 354809.
HSL color Cylindrical-coordinate representation of color #F96905: hue angle of 24.59º 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 #F96905 is Cyan = 0, Magento = 0.58, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 105 | 5 | - |
| CMYK | 0 | 0.58 | 0.98 | 0.02 |
| HSL | 24.59º | 0.96% | 0.5% | - |
| HSV(B) | 24.59º | 0.98% | 0.98% | - |
| XYZ | 44.15 | 30.25 | 3.66 | - |
| YUV | 136.66 | 53.71 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 105 | 5 | 0 | 0.58 | 0.98 | 0.02 | 24.59 | 0.96 | 0.5 |
| Hex | F9 | 69 | 5 | 0 | 3A | 62 | 2 | 19 | 60 | 32 |
| Octal | 371 | 151 | 5 | 0 | 72 | 142 | 2 | 31 | 140 | 62 |
| Binary | 11111001 | 1101001 | 101 | 0 | 111010 | 1100010 | 10 | 11001 | 1100000 | 110010 |
Color Harmonies of #F96905
Complementary color
Monochromatic Colors of #F96905
Black with #F96905
Text Example
Text Example
White with #F96905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96905; }
p { color: rgb(249,105,5); }
H1.HeaderClassName
{
color: #F96905;
}
.AnyTagClassName
{
color: #F96905;
}
</style>
background-color css
<style>
a { background-color: #F96905; }
a { background-color: rgb(249,105,5); }
div.DivClassName
{
background-color: #F96905;
}
.BgClassName
{
background-color: #F96905;
}
</style>
border-color css
<style>
span { border-color: #F96905; }
span { border-color: rgb(249,105,5); }
td.TdClassName
{
border-color: #F96905;
}
.TagClassName
{
border-color: #F96905;
}
</style>