Shades of Safety Orange #F96101
Tints of Safety Orange #F96101
RGB
CMYK
RGB Variations
Color information
#F96101 (or 0xF96101) is known color: Safety Orange. HEX triplet: F9, 61 and 01. RGB value is (249,97,1). Sum of RGB (Red+Green+Blue) = 249+97+1=347 (45% of max value = 765). Red value is 249 (97.66% from 255 or 71.76% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 249 - color contains mainly: red. Hex color #F96101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96101 is #069EFE. Grayscale: #848484. Windows color (decimal): -433919 or 90617. OLE color: 90617.
HSL color Cylindrical-coordinate representation of color #F96101: hue angle of 23.23º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F96101 is Cyan = 0, Magento = 0.61, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 97 | 1 | - |
| CMYK | 0 | 0.61 | 1.00 | 0.02 |
| HSL | 23.23º | 0.99% | 0.49% | - |
| HSV(B) | 23.23º | 1% | 0.98% | - |
| XYZ | 43.35 | 28.69 | 3.28 | - |
| YUV | 131.5 | 54.36 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 97 | 1 | 0 | 0.61 | 1.00 | 0.02 | 23.23 | 0.99 | 0.49 |
| Hex | F9 | 61 | 1 | 0 | 3D | 64 | 2 | 17 | 63 | 31 |
| Octal | 371 | 141 | 1 | 0 | 75 | 144 | 2 | 27 | 143 | 61 |
| Binary | 11111001 | 1100001 | 1 | 0 | 111101 | 1100100 | 10 | 10111 | 1100011 | 110001 |
Color Harmonies of #F96101
Complementary color
Monochromatic Colors of #F96101
Black with #F96101
Text Example
Text Example
White with #F96101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96101; }
p { color: rgb(249,97,1); }
H1.HeaderClassName
{
color: #F96101;
}
.AnyTagClassName
{
color: #F96101;
}
</style>
background-color css
<style>
a { background-color: #F96101; }
a { background-color: rgb(249,97,1); }
div.DivClassName
{
background-color: #F96101;
}
.BgClassName
{
background-color: #F96101;
}
</style>
border-color css
<style>
span { border-color: #F96101; }
span { border-color: rgb(249,97,1); }
td.TdClassName
{
border-color: #F96101;
}
.TagClassName
{
border-color: #F96101;
}
</style>