Shades of Orange #F9AD07
Tints of Orange #F9AD07
RGB
CMYK
RGB Variations
Color information
#F9AD07 (or 0xF9AD07) is known color: Orange. HEX triplet: F9, AD and 07. RGB value is (249,173,7). Sum of RGB (Red+Green+Blue) = 249+173+7=429 (56% of max value = 765). Red value is 249 (97.66% from 255 or 58.04% from 429); Green value is 173 (67.97% from 255 or 40.33% from 429); Blue value is 7 (3.12% from 255 or 1.63% from 429); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD07 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F9AD07 is #0652F8. Grayscale: #B1B1B1. Windows color (decimal): -414457 or 503289. OLE color: 503289.
HSL color Cylindrical-coordinate representation of color #F9AD07: hue angle of 41.16º 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 #F9AD07 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 7 | - |
| CMYK | 0 | 0.31 | 0.97 | 0.02 |
| HSL | 41.16º | 0.95% | 0.5% | - |
| HSV(B) | 41.16º | 0.97% | 0.98% | - |
| XYZ | 54.05 | 50.04 | 7.01 | - |
| YUV | 176.8 | 32.18 | 179.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 7 | 0 | 0.31 | 0.97 | 0.02 | 41.16 | 0.95 | 0.5 |
| Hex | F9 | AD | 7 | 0 | 1F | 61 | 2 | 29 | 5F | 32 |
| Octal | 371 | 255 | 7 | 0 | 37 | 141 | 2 | 51 | 137 | 62 |
| Binary | 11111001 | 10101101 | 111 | 0 | 11111 | 1100001 | 10 | 101001 | 1011111 | 110010 |
Color Harmonies of #F9AD07
Complementary color
Monochromatic Colors of #F9AD07
Black with #F9AD07
Text Example
Text Example
White with #F9AD07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD07; }
p { color: rgb(249,173,7); }
H1.HeaderClassName
{
color: #F9AD07;
}
.AnyTagClassName
{
color: #F9AD07;
}
</style>
background-color css
<style>
a { background-color: #F9AD07; }
a { background-color: rgb(249,173,7); }
div.DivClassName
{
background-color: #F9AD07;
}
.BgClassName
{
background-color: #F9AD07;
}
</style>
border-color css
<style>
span { border-color: #F9AD07; }
span { border-color: rgb(249,173,7); }
td.TdClassName
{
border-color: #F9AD07;
}
.TagClassName
{
border-color: #F9AD07;
}
</style>