Shades of Golden Poppy #F9C506
Tints of Golden Poppy #F9C506
RGB
CMYK
RGB Variations
Color information
#F9C506 (or 0xF9C506) is known color: Golden Poppy. HEX triplet: F9, C5 and 06. RGB value is (249,197,6). Sum of RGB (Red+Green+Blue) = 249+197+6=452 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.09% from 452); Green value is 197 (77.34% from 255 or 43.58% from 452); Blue value is 6 (2.73% from 255 or 1.33% from 452); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C506 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C506 is #063AF9. Grayscale: #BFBFBF. Windows color (decimal): -408314 or 443897. OLE color: 443897.
HSL color Cylindrical-coordinate representation of color #F9C506: hue angle of 47.16º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F9C506 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 197 | 6 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.02 |
| HSL | 47.16º | 0.95% | 0.5% | - |
| HSV(B) | 47.16º | 0.98% | 0.98% | - |
| XYZ | 59.07 | 60.09 | 8.66 | - |
| YUV | 190.77 | 23.73 | 169.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 197 | 6 | 0 | 0.21 | 0.98 | 0.02 | 47.16 | 0.95 | 0.5 |
| Hex | F9 | C5 | 6 | 0 | 15 | 62 | 2 | 2F | 5F | 32 |
| Octal | 371 | 305 | 6 | 0 | 25 | 142 | 2 | 57 | 137 | 62 |
| Binary | 11111001 | 11000101 | 110 | 0 | 10101 | 1100010 | 10 | 101111 | 1011111 | 110010 |
Color Harmonies of #F9C506
Complementary color
Monochromatic Colors of #F9C506
Black with #F9C506
Text Example
Text Example
White with #F9C506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C506; }
p { color: rgb(249,197,6); }
H1.HeaderClassName
{
color: #F9C506;
}
.AnyTagClassName
{
color: #F9C506;
}
</style>
background-color css
<style>
a { background-color: #F9C506; }
a { background-color: rgb(249,197,6); }
div.DivClassName
{
background-color: #F9C506;
}
.BgClassName
{
background-color: #F9C506;
}
</style>
border-color css
<style>
span { border-color: #F9C506; }
span { border-color: rgb(249,197,6); }
td.TdClassName
{
border-color: #F9C506;
}
.TagClassName
{
border-color: #F9C506;
}
</style>