Shades of Safety Orange #F97301
Tints of Safety Orange #F97301
RGB
CMYK
RGB Variations
Color information
#F97301 (or 0xF97301) is known color: Safety Orange. HEX triplet: F9, 73 and 01. RGB value is (249,115,1). Sum of RGB (Red+Green+Blue) = 249+115+1=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 115 (45.31% from 255 or 31.51% from 365); Blue value is 1 (0.78% from 255 or 0.27% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F97301 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97301 is #068CFE. Grayscale: #8E8E8E. Windows color (decimal): -429311 or 95225. OLE color: 95225.
HSL color Cylindrical-coordinate representation of color #F97301: hue angle of 27.58º 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 #F97301 is Cyan = 0, Magento = 0.54, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 115 | 1 | - |
| CMYK | 0 | 0.54 | 1.00 | 0.02 |
| HSL | 27.58º | 0.99% | 0.49% | - |
| HSV(B) | 27.58º | 1% | 0.98% | - |
| XYZ | 45.2 | 32.4 | 3.9 | - |
| YUV | 142.07 | 48.39 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 115 | 1 | 0 | 0.54 | 1.00 | 0.02 | 27.58 | 0.99 | 0.49 |
| Hex | F9 | 73 | 1 | 0 | 36 | 64 | 2 | 1C | 63 | 31 |
| Octal | 371 | 163 | 1 | 0 | 66 | 144 | 2 | 34 | 143 | 61 |
| Binary | 11111001 | 1110011 | 1 | 0 | 110110 | 1100100 | 10 | 11100 | 1100011 | 110001 |
Color Harmonies of #F97301
Complementary color
Monochromatic Colors of #F97301
Black with #F97301
Text Example
Text Example
White with #F97301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97301; }
p { color: rgb(249,115,1); }
H1.HeaderClassName
{
color: #F97301;
}
.AnyTagClassName
{
color: #F97301;
}
</style>
background-color css
<style>
a { background-color: #F97301; }
a { background-color: rgb(249,115,1); }
div.DivClassName
{
background-color: #F97301;
}
.BgClassName
{
background-color: #F97301;
}
</style>
border-color css
<style>
span { border-color: #F97301; }
span { border-color: rgb(249,115,1); }
td.TdClassName
{
border-color: #F97301;
}
.TagClassName
{
border-color: #F97301;
}
</style>