Shades of Golden Poppy #F6C009
Tints of Golden Poppy #F6C009
RGB
CMYK
RGB Variations
Color information
#F6C009 (or 0xF6C009) is known color: Golden Poppy. HEX triplet: F6, C0 and 09. RGB value is (246,192,9). Sum of RGB (Red+Green+Blue) = 246+192+9=447 (59% of max value = 765). Red value is 246 (96.48% from 255 or 55.03% from 447); Green value is 192 (75.39% from 255 or 42.95% from 447); Blue value is 9 (3.91% from 255 or 2.01% from 447); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C009 is #093FF6. Grayscale: #BCBCBC. Windows color (decimal): -606199 or 639222. OLE color: 639222.
HSL color Cylindrical-coordinate representation of color #F6C009: hue angle of 46.33º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F6C009 is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 192 | 9 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.04 |
| HSL | 46.33º | 0.93% | 0.5% | - |
| HSV(B) | 46.33º | 0.96% | 0.96% | - |
| XYZ | 56.9 | 57.31 | 8.32 | - |
| YUV | 187.28 | 27.39 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 192 | 9 | 0 | 0.22 | 0.96 | 0.04 | 46.33 | 0.93 | 0.5 |
| Hex | F6 | C0 | 9 | 0 | 16 | 60 | 4 | 2E | 5D | 32 |
| Octal | 366 | 300 | 11 | 0 | 26 | 140 | 4 | 56 | 135 | 62 |
| Binary | 11110110 | 11000000 | 1001 | 0 | 10110 | 1100000 | 100 | 101110 | 1011101 | 110010 |
Color Harmonies of #F6C009
Complementary color
Monochromatic Colors of #F6C009
Black with #F6C009
Text Example
Text Example
White with #F6C009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C009; }
p { color: rgb(246,192,9); }
H1.HeaderClassName
{
color: #F6C009;
}
.AnyTagClassName
{
color: #F6C009;
}
</style>
background-color css
<style>
a { background-color: #F6C009; }
a { background-color: rgb(246,192,9); }
div.DivClassName
{
background-color: #F6C009;
}
.BgClassName
{
background-color: #F6C009;
}
</style>
border-color css
<style>
span { border-color: #F6C009; }
span { border-color: rgb(246,192,9); }
td.TdClassName
{
border-color: #F6C009;
}
.TagClassName
{
border-color: #F6C009;
}
</style>