Shades of Safety Orange #F96803
Tints of Safety Orange #F96803
RGB
CMYK
RGB Variations
Color information
#F96803 (or 0xF96803) is known color: Safety Orange. HEX triplet: F9, 68 and 03. RGB value is (249,104,3). Sum of RGB (Red+Green+Blue) = 249+104+3=356 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.94% from 356); Green value is 104 (41.02% from 255 or 29.21% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 249 - color contains mainly: red. Hex color #F96803 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96803 is #0697FC. Grayscale: #888888. Windows color (decimal): -432125 or 223481. OLE color: 223481.
HSL color Cylindrical-coordinate representation of color #F96803: hue angle of 24.63º 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 #F96803 is Cyan = 0, Magento = 0.58, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 104 | 3 | - |
| CMYK | 0 | 0.58 | 0.99 | 0.02 |
| HSL | 24.63º | 0.98% | 0.49% | - |
| HSV(B) | 24.63º | 0.99% | 0.98% | - |
| XYZ | 44.03 | 30.05 | 3.56 | - |
| YUV | 135.84 | 53.04 | 208.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 104 | 3 | 0 | 0.58 | 0.99 | 0.02 | 24.63 | 0.98 | 0.49 |
| Hex | F9 | 68 | 3 | 0 | 3A | 63 | 2 | 19 | 62 | 31 |
| Octal | 371 | 150 | 3 | 0 | 72 | 143 | 2 | 31 | 142 | 61 |
| Binary | 11111001 | 1101000 | 11 | 0 | 111010 | 1100011 | 10 | 11001 | 1100010 | 110001 |
Color Harmonies of #F96803
Complementary color
Monochromatic Colors of #F96803
Black with #F96803
Text Example
Text Example
White with #F96803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96803; }
p { color: rgb(249,104,3); }
H1.HeaderClassName
{
color: #F96803;
}
.AnyTagClassName
{
color: #F96803;
}
</style>
background-color css
<style>
a { background-color: #F96803; }
a { background-color: rgb(249,104,3); }
div.DivClassName
{
background-color: #F96803;
}
.BgClassName
{
background-color: #F96803;
}
</style>
border-color css
<style>
span { border-color: #F96803; }
span { border-color: rgb(249,104,3); }
td.TdClassName
{
border-color: #F96803;
}
.TagClassName
{
border-color: #F96803;
}
</style>