Shades of Golden Poppy #F9C407
Tints of Golden Poppy #F9C407
RGB
CMYK
RGB Variations
Color information
#F9C407 (or 0xF9C407) is known color: Golden Poppy. HEX triplet: F9, C4 and 07. RGB value is (249,196,7). Sum of RGB (Red+Green+Blue) = 249+196+7=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 196 (76.95% from 255 or 43.36% from 452); Blue value is 7 (3.12% from 255 or 1.55% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C407 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C407 is #063BF8. Grayscale: #BFBFBF. Windows color (decimal): -408569 or 509177. OLE color: 509177.
HSL color Cylindrical-coordinate representation of color #F9C407: hue angle of 46.86º 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 #F9C407 is Cyan = 0, Magento = 0.21, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 196 | 7 | - |
| CMYK | 0 | 0.21 | 0.97 | 0.02 |
| HSL | 46.86º | 0.95% | 0.5% | - |
| HSV(B) | 46.86º | 0.97% | 0.98% | - |
| XYZ | 58.85 | 59.63 | 8.61 | - |
| YUV | 190.3 | 24.56 | 169.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 196 | 7 | 0 | 0.21 | 0.97 | 0.02 | 46.86 | 0.95 | 0.5 |
| Hex | F9 | C4 | 7 | 0 | 15 | 61 | 2 | 2F | 5F | 32 |
| Octal | 371 | 304 | 7 | 0 | 25 | 141 | 2 | 57 | 137 | 62 |
| Binary | 11111001 | 11000100 | 111 | 0 | 10101 | 1100001 | 10 | 101111 | 1011111 | 110010 |
Color Harmonies of #F9C407
Complementary color
Monochromatic Colors of #F9C407
Black with #F9C407
Text Example
Text Example
White with #F9C407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C407; }
p { color: rgb(249,196,7); }
H1.HeaderClassName
{
color: #F9C407;
}
.AnyTagClassName
{
color: #F9C407;
}
</style>
background-color css
<style>
a { background-color: #F9C407; }
a { background-color: rgb(249,196,7); }
div.DivClassName
{
background-color: #F9C407;
}
.BgClassName
{
background-color: #F9C407;
}
</style>
border-color css
<style>
span { border-color: #F9C407; }
span { border-color: rgb(249,196,7); }
td.TdClassName
{
border-color: #F9C407;
}
.TagClassName
{
border-color: #F9C407;
}
</style>