Shades of Golden Poppy #F6C709
Tints of Golden Poppy #F6C709
RGB
CMYK
RGB Variations
Color information
#F6C709 (or 0xF6C709) is known color: Golden Poppy. HEX triplet: F6, C7 and 09. RGB value is (246,199,9). Sum of RGB (Red+Green+Blue) = 246+199+9=454 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.19% from 454); Green value is 199 (78.12% from 255 or 43.83% from 454); Blue value is 9 (3.91% from 255 or 1.98% from 454); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C709 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C709 is #0938F6. Grayscale: #C0C0C0. Windows color (decimal): -604407 or 641014. OLE color: 641014.
HSL color Cylindrical-coordinate representation of color #F6C709: hue angle of 48.1º 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 #F6C709 is Cyan = 0, Magento = 0.19, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 199 | 9 | - |
| CMYK | 0 | 0.19 | 0.96 | 0.04 |
| HSL | 48.1º | 0.93% | 0.5% | - |
| HSV(B) | 48.1º | 0.96% | 0.96% | - |
| XYZ | 58.48 | 60.46 | 8.85 | - |
| YUV | 191.39 | 25.07 | 166.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 199 | 9 | 0 | 0.19 | 0.96 | 0.04 | 48.1 | 0.93 | 0.5 |
| Hex | F6 | C7 | 9 | 0 | 13 | 60 | 4 | 30 | 5D | 32 |
| Octal | 366 | 307 | 11 | 0 | 23 | 140 | 4 | 60 | 135 | 62 |
| Binary | 11110110 | 11000111 | 1001 | 0 | 10011 | 1100000 | 100 | 110000 | 1011101 | 110010 |
Color Harmonies of #F6C709
Complementary color
Monochromatic Colors of #F6C709
Black with #F6C709
Text Example
Text Example
White with #F6C709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C709; }
p { color: rgb(246,199,9); }
H1.HeaderClassName
{
color: #F6C709;
}
.AnyTagClassName
{
color: #F6C709;
}
</style>
background-color css
<style>
a { background-color: #F6C709; }
a { background-color: rgb(246,199,9); }
div.DivClassName
{
background-color: #F6C709;
}
.BgClassName
{
background-color: #F6C709;
}
</style>
border-color css
<style>
span { border-color: #F6C709; }
span { border-color: rgb(246,199,9); }
td.TdClassName
{
border-color: #F6C709;
}
.TagClassName
{
border-color: #F6C709;
}
</style>