Shades of Safety Orange #F97101
Tints of Safety Orange #F97101
RGB
CMYK
RGB Variations
Color information
#F97101 (or 0xF97101) is known color: Safety Orange. HEX triplet: F9, 71 and 01. RGB value is (249,113,1). Sum of RGB (Red+Green+Blue) = 249+113+1=363 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.60% from 363); Green value is 113 (44.53% from 255 or 31.13% from 363); Blue value is 1 (0.78% from 255 or 0.28% from 363); Max value from RGB is 249 - color contains mainly: red. Hex color #F97101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97101 is #068EFE. Grayscale: #8D8D8D. Windows color (decimal): -429823 or 94713. OLE color: 94713.
HSL color Cylindrical-coordinate representation of color #F97101: hue angle of 27.1º 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 #F97101 is Cyan = 0, Magento = 0.55, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 113 | 1 | - |
| CMYK | 0 | 0.55 | 1.00 | 0.02 |
| HSL | 27.1º | 0.99% | 0.49% | - |
| HSV(B) | 27.1º | 1% | 0.98% | - |
| XYZ | 44.98 | 31.95 | 3.83 | - |
| YUV | 140.9 | 49.06 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 113 | 1 | 0 | 0.55 | 1.00 | 0.02 | 27.1 | 0.99 | 0.49 |
| Hex | F9 | 71 | 1 | 0 | 37 | 64 | 2 | 1B | 63 | 31 |
| Octal | 371 | 161 | 1 | 0 | 67 | 144 | 2 | 33 | 143 | 61 |
| Binary | 11111001 | 1110001 | 1 | 0 | 110111 | 1100100 | 10 | 11011 | 1100011 | 110001 |
Color Harmonies of #F97101
Complementary color
Monochromatic Colors of #F97101
Black with #F97101
Text Example
Text Example
White with #F97101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97101; }
p { color: rgb(249,113,1); }
H1.HeaderClassName
{
color: #F97101;
}
.AnyTagClassName
{
color: #F97101;
}
</style>
background-color css
<style>
a { background-color: #F97101; }
a { background-color: rgb(249,113,1); }
div.DivClassName
{
background-color: #F97101;
}
.BgClassName
{
background-color: #F97101;
}
</style>
border-color css
<style>
span { border-color: #F97101; }
span { border-color: rgb(249,113,1); }
td.TdClassName
{
border-color: #F97101;
}
.TagClassName
{
border-color: #F97101;
}
</style>