Shades of Golden Poppy #F9C006
Tints of Golden Poppy #F9C006
RGB
CMYK
RGB Variations
Color information
#F9C006 (or 0xF9C006) is known color: Golden Poppy. HEX triplet: F9, C0 and 06. RGB value is (249,192,6). Sum of RGB (Red+Green+Blue) = 249+192+6=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 6 (2.73% from 255 or 1.34% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C006 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C006 is #063FF9. Grayscale: #BCBCBC. Windows color (decimal): -409594 or 442617. OLE color: 442617.
HSL color Cylindrical-coordinate representation of color #F9C006: hue angle of 45.93º 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 #F9C006 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 45.93º | 0.95% | 0.5% | - |
| HSV(B) | 45.93º | 0.98% | 0.98% | - |
| XYZ | 57.95 | 57.85 | 8.28 | - |
| YUV | 187.84 | 25.38 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 6 | 0 | 0.23 | 0.98 | 0.02 | 45.93 | 0.95 | 0.5 |
| Hex | F9 | C0 | 6 | 0 | 17 | 62 | 2 | 2E | 5F | 32 |
| Octal | 371 | 300 | 6 | 0 | 27 | 142 | 2 | 56 | 137 | 62 |
| Binary | 11111001 | 11000000 | 110 | 0 | 10111 | 1100010 | 10 | 101110 | 1011111 | 110010 |
Color Harmonies of #F9C006
Complementary color
Monochromatic Colors of #F9C006
Black with #F9C006
Text Example
Text Example
White with #F9C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C006; }
p { color: rgb(249,192,6); }
H1.HeaderClassName
{
color: #F9C006;
}
.AnyTagClassName
{
color: #F9C006;
}
</style>
background-color css
<style>
a { background-color: #F9C006; }
a { background-color: rgb(249,192,6); }
div.DivClassName
{
background-color: #F9C006;
}
.BgClassName
{
background-color: #F9C006;
}
</style>
border-color css
<style>
span { border-color: #F9C006; }
span { border-color: rgb(249,192,6); }
td.TdClassName
{
border-color: #F9C006;
}
.TagClassName
{
border-color: #F9C006;
}
</style>