Shades of Safety Orange #F97400
Tints of Safety Orange #F97400
RGB
CMYK
RGB Variations
Color information
#F97400 (or 0xF97400) is known color: Safety Orange. HEX triplet: F9, 74 and 00. RGB value is (249,116,0). Sum of RGB (Red+Green+Blue) = 249+116+0=365 (48% of max value = 765). Red value is 249 (97.66% from 255 or 68.22% from 365); Green value is 116 (45.70% from 255 or 31.78% from 365); Blue value is 0 (0.39% from 255 or 0% from 365); Max value from RGB is 249 - color contains mainly: red. Hex color #F97400 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F97400 is #068BFF. Grayscale: #8F8F8F. Windows color (decimal): -429056 or 29945. OLE color: 29945.
HSL color Cylindrical-coordinate representation of color #F97400: hue angle of 27.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F97400 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 116 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.02 |
| HSL | 27.95º | 1% | 0.49% | - |
| HSV(B) | 27.95º | 1% | 0.98% | - |
| XYZ | 45.31 | 32.63 | 3.91 | - |
| YUV | 142.54 | 47.56 | 203.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 116 | 0 | 0 | 0.53 | 1 | 0.02 | 27.95 | 1 | 0.49 |
| Hex | F9 | 74 | 0 | 0 | 35 | 64 | 2 | 1C | 64 | 31 |
| Octal | 371 | 164 | 0 | 0 | 65 | 144 | 2 | 34 | 144 | 61 |
| Binary | 11111001 | 1110100 | 0 | 0 | 110101 | 1100100 | 10 | 11100 | 1100100 | 110001 |
Color Harmonies of #F97400
Complementary color
Monochromatic Colors of #F97400
Black with #F97400
Text Example
Text Example
White with #F97400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F97400; }
p { color: rgb(249,116,0); }
H1.HeaderClassName
{
color: #F97400;
}
.AnyTagClassName
{
color: #F97400;
}
</style>
background-color css
<style>
a { background-color: #F97400; }
a { background-color: rgb(249,116,0); }
div.DivClassName
{
background-color: #F97400;
}
.BgClassName
{
background-color: #F97400;
}
</style>
border-color css
<style>
span { border-color: #F97400; }
span { border-color: rgb(249,116,0); }
td.TdClassName
{
border-color: #F97400;
}
.TagClassName
{
border-color: #F97400;
}
</style>