Shades of Safety Orange #F96304
Tints of Safety Orange #F96304
RGB
CMYK
RGB Variations
Color information
#F96304 (or 0xF96304) is known color: Safety Orange. HEX triplet: F9, 63 and 04. RGB value is (249,99,4). Sum of RGB (Red+Green+Blue) = 249+99+4=352 (46% of max value = 765). Red value is 249 (97.66% from 255 or 70.74% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 4 (1.95% from 255 or 1.14% from 352); Max value from RGB is 249 - color contains mainly: red. Hex color #F96304 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96304 is #069CFB. Grayscale: #858585. Windows color (decimal): -433404 or 287737. OLE color: 287737.
HSL color Cylindrical-coordinate representation of color #F96304: hue angle of 23.27º degrees, saturation: 0.97, 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 #F96304 is Cyan = 0, Magento = 0.60, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 4 | - |
| CMYK | 0 | 0.60 | 0.98 | 0.02 |
| HSL | 23.27º | 0.97% | 0.5% | - |
| HSV(B) | 23.27º | 0.98% | 0.98% | - |
| XYZ | 43.55 | 29.07 | 3.43 | - |
| YUV | 133.02 | 55.2 | 210.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 4 | 0 | 0.60 | 0.98 | 0.02 | 23.27 | 0.97 | 0.5 |
| Hex | F9 | 63 | 4 | 0 | 3C | 62 | 2 | 17 | 61 | 32 |
| Octal | 371 | 143 | 4 | 0 | 74 | 142 | 2 | 27 | 141 | 62 |
| Binary | 11111001 | 1100011 | 100 | 0 | 111100 | 1100010 | 10 | 10111 | 1100001 | 110010 |
Color Harmonies of #F96304
Complementary color
Monochromatic Colors of #F96304
Black with #F96304
Text Example
Text Example
White with #F96304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96304; }
p { color: rgb(249,99,4); }
H1.HeaderClassName
{
color: #F96304;
}
.AnyTagClassName
{
color: #F96304;
}
</style>
background-color css
<style>
a { background-color: #F96304; }
a { background-color: rgb(249,99,4); }
div.DivClassName
{
background-color: #F96304;
}
.BgClassName
{
background-color: #F96304;
}
</style>
border-color css
<style>
span { border-color: #F96304; }
span { border-color: rgb(249,99,4); }
td.TdClassName
{
border-color: #F96304;
}
.TagClassName
{
border-color: #F96304;
}
</style>