Shades of Safety Orange #F96503
Tints of Safety Orange #F96503
RGB
CMYK
RGB Variations
Color information
#F96503 (or 0xF96503) is known color: Safety Orange. HEX triplet: F9, 65 and 03. RGB value is (249,101,3). Sum of RGB (Red+Green+Blue) = 249+101+3=353 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.54% from 353); Green value is 101 (39.84% from 255 or 28.61% from 353); Blue value is 3 (1.56% from 255 or 0.85% from 353); Max value from RGB is 249 - color contains mainly: red. Hex color #F96503 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96503 is #069AFC. Grayscale: #868686. Windows color (decimal): -432893 or 222713. OLE color: 222713.
HSL color Cylindrical-coordinate representation of color #F96503: hue angle of 23.9º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F96503 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 101 | 3 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.02 |
| HSL | 23.9º | 0.98% | 0.49% | - |
| HSV(B) | 23.9º | 0.99% | 0.98% | - |
| XYZ | 43.74 | 29.45 | 3.47 | - |
| YUV | 134.08 | 54.03 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 101 | 3 | 0 | 0.59 | 0.99 | 0.02 | 23.9 | 0.98 | 0.49 |
| Hex | F9 | 65 | 3 | 0 | 3B | 63 | 2 | 18 | 62 | 31 |
| Octal | 371 | 145 | 3 | 0 | 73 | 143 | 2 | 30 | 142 | 61 |
| Binary | 11111001 | 1100101 | 11 | 0 | 111011 | 1100011 | 10 | 11000 | 1100010 | 110001 |
Color Harmonies of #F96503
Complementary color
Monochromatic Colors of #F96503
Black with #F96503
Text Example
Text Example
White with #F96503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96503; }
p { color: rgb(249,101,3); }
H1.HeaderClassName
{
color: #F96503;
}
.AnyTagClassName
{
color: #F96503;
}
</style>
background-color css
<style>
a { background-color: #F96503; }
a { background-color: rgb(249,101,3); }
div.DivClassName
{
background-color: #F96503;
}
.BgClassName
{
background-color: #F96503;
}
</style>
border-color css
<style>
span { border-color: #F96503; }
span { border-color: rgb(249,101,3); }
td.TdClassName
{
border-color: #F96503;
}
.TagClassName
{
border-color: #F96503;
}
</style>