Shades of Safety Orange #F9700A
Tints of Safety Orange #F9700A
RGB
CMYK
RGB Variations
Color information
#F9700A (or 0xF9700A) is known color: Safety Orange. HEX triplet: F9, 70 and 0A. RGB value is (249,112,10). Sum of RGB (Red+Green+Blue) = 249+112+10=371 (49% of max value = 765). Red value is 249 (97.66% from 255 or 67.12% from 371); Green value is 112 (44.14% from 255 or 30.19% from 371); Blue value is 10 (4.30% from 255 or 2.70% from 371); Max value from RGB is 249 - color contains mainly: red. Hex color #F9700A is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F9700A is #068FF5. Grayscale: #8D8D8D. Windows color (decimal): -430070 or 684281. OLE color: 684281.
HSL color Cylindrical-coordinate representation of color #F9700A: hue angle of 25.61º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F9700A is Cyan = 0, Magento = 0.55, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 112 | 10 | - |
| CMYK | 0 | 0.55 | 0.96 | 0.02 |
| HSL | 25.61º | 0.95% | 0.51% | - |
| HSV(B) | 25.61º | 0.96% | 0.98% | - |
| XYZ | 44.92 | 31.75 | 4.05 | - |
| YUV | 141.34 | 53.89 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 112 | 10 | 0 | 0.55 | 0.96 | 0.02 | 25.61 | 0.95 | 0.51 |
| Hex | F9 | 70 | A | 0 | 37 | 60 | 2 | 1A | 5F | 33 |
| Octal | 371 | 160 | 12 | 0 | 67 | 140 | 2 | 32 | 137 | 63 |
| Binary | 11111001 | 1110000 | 1010 | 0 | 110111 | 1100000 | 10 | 11010 | 1011111 | 110011 |
Color Harmonies of #F9700A
Complementary color
Monochromatic Colors of #F9700A
Black with #F9700A
Text Example
Text Example
White with #F9700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9700A; }
p { color: rgb(249,112,10); }
H1.HeaderClassName
{
color: #F9700A;
}
.AnyTagClassName
{
color: #F9700A;
}
</style>
background-color css
<style>
a { background-color: #F9700A; }
a { background-color: rgb(249,112,10); }
div.DivClassName
{
background-color: #F9700A;
}
.BgClassName
{
background-color: #F9700A;
}
</style>
border-color css
<style>
span { border-color: #F9700A; }
span { border-color: rgb(249,112,10); }
td.TdClassName
{
border-color: #F9700A;
}
.TagClassName
{
border-color: #F9700A;
}
</style>