Shades of Safety Orange #F96312
Tints of Safety Orange #F96312
RGB
CMYK
RGB Variations
Color information
#F96312 (or 0xF96312) is known color: Safety Orange. HEX triplet: F9, 63 and 12. RGB value is (249,99,18). Sum of RGB (Red+Green+Blue) = 249+99+18=366 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.03% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 18 (7.42% from 255 or 4.92% from 366); Max value from RGB is 249 - color contains mainly: red. Hex color #F96312 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96312 is #069CED. Grayscale: #878787. Windows color (decimal): -433390 or 1205241. OLE color: 1205241.
HSL color Cylindrical-coordinate representation of color #F96312: hue angle of 21.04º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F96312 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 99 | 18 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.02 |
| HSL | 21.04º | 0.95% | 0.52% | - |
| HSV(B) | 21.04º | 0.93% | 0.98% | - |
| XYZ | 43.64 | 29.11 | 3.89 | - |
| YUV | 134.62 | 62.2 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 99 | 18 | 0 | 0.60 | 0.93 | 0.02 | 21.04 | 0.95 | 0.52 |
| Hex | F9 | 63 | 12 | 0 | 3C | 5D | 2 | 15 | 5F | 34 |
| Octal | 371 | 143 | 22 | 0 | 74 | 135 | 2 | 25 | 137 | 64 |
| Binary | 11111001 | 1100011 | 10010 | 0 | 111100 | 1011101 | 10 | 10101 | 1011111 | 110100 |
Color Harmonies of #F96312
Complementary color
Monochromatic Colors of #F96312
Black with #F96312
Text Example
Text Example
White with #F96312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96312; }
p { color: rgb(249,99,18); }
H1.HeaderClassName
{
color: #F96312;
}
.AnyTagClassName
{
color: #F96312;
}
</style>
background-color css
<style>
a { background-color: #F96312; }
a { background-color: rgb(249,99,18); }
div.DivClassName
{
background-color: #F96312;
}
.BgClassName
{
background-color: #F96312;
}
</style>
border-color css
<style>
span { border-color: #F96312; }
span { border-color: rgb(249,99,18); }
td.TdClassName
{
border-color: #F96312;
}
.TagClassName
{
border-color: #F96312;
}
</style>