Shades of Orange #F9A407
Tints of Orange #F9A407
RGB
CMYK
RGB Variations
Color information
#F9A407 (or 0xF9A407) is known color: Orange. HEX triplet: F9, A4 and 07. RGB value is (249,164,7). Sum of RGB (Red+Green+Blue) = 249+164+7=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 164 (64.45% from 255 or 39.05% from 420); Blue value is 7 (3.12% from 255 or 1.67% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9A407 is #065BF8. Grayscale: #ACACAC. Windows color (decimal): -416761 or 500985. OLE color: 500985.
HSL color Cylindrical-coordinate representation of color #F9A407: hue angle of 38.93º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F9A407 is Cyan = 0, Magento = 0.34, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 164 | 7 | - |
| CMYK | 0 | 0.34 | 0.97 | 0.02 |
| HSL | 38.93º | 0.95% | 0.5% | - |
| HSV(B) | 38.93º | 0.97% | 0.98% | - |
| XYZ | 52.38 | 46.71 | 6.46 | - |
| YUV | 171.52 | 35.16 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 164 | 7 | 0 | 0.34 | 0.97 | 0.02 | 38.93 | 0.95 | 0.5 |
| Hex | F9 | A4 | 7 | 0 | 22 | 61 | 2 | 27 | 5F | 32 |
| Octal | 371 | 244 | 7 | 0 | 42 | 141 | 2 | 47 | 137 | 62 |
| Binary | 11111001 | 10100100 | 111 | 0 | 100010 | 1100001 | 10 | 100111 | 1011111 | 110010 |
Color Harmonies of #F9A407
Complementary color
Monochromatic Colors of #F9A407
Black with #F9A407
Text Example
Text Example
White with #F9A407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A407; }
p { color: rgb(249,164,7); }
H1.HeaderClassName
{
color: #F9A407;
}
.AnyTagClassName
{
color: #F9A407;
}
</style>
background-color css
<style>
a { background-color: #F9A407; }
a { background-color: rgb(249,164,7); }
div.DivClassName
{
background-color: #F9A407;
}
.BgClassName
{
background-color: #F9A407;
}
</style>
border-color css
<style>
span { border-color: #F9A407; }
span { border-color: rgb(249,164,7); }
td.TdClassName
{
border-color: #F9A407;
}
.TagClassName
{
border-color: #F9A407;
}
</style>