Shades of Golden Poppy #F6C609
Tints of Golden Poppy #F6C609
RGB
CMYK
RGB Variations
Color information
#F6C609 (or 0xF6C609) is known color: Golden Poppy. HEX triplet: F6, C6 and 09. RGB value is (246,198,9). Sum of RGB (Red+Green+Blue) = 246+198+9=453 (60% of max value = 765). Red value is 246 (96.48% from 255 or 54.30% from 453); Green value is 198 (77.73% from 255 or 43.71% from 453); Blue value is 9 (3.91% from 255 or 1.99% from 453); Max value from RGB is 246 - color contains mainly: red. Hex color #F6C609 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F6C609 is #0939F6. Grayscale: #BFBFBF. Windows color (decimal): -604663 or 640758. OLE color: 640758.
HSL color Cylindrical-coordinate representation of color #F6C609: hue angle of 47.85º 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 #F6C609 is Cyan = 0, Magento = 0.20, Yellow = 0.96 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 198 | 9 | - |
| CMYK | 0 | 0.20 | 0.96 | 0.04 |
| HSL | 47.85º | 0.93% | 0.5% | - |
| HSV(B) | 47.85º | 0.96% | 0.96% | - |
| XYZ | 58.25 | 60 | 8.77 | - |
| YUV | 190.81 | 25.4 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 198 | 9 | 0 | 0.20 | 0.96 | 0.04 | 47.85 | 0.93 | 0.5 |
| Hex | F6 | C6 | 9 | 0 | 14 | 60 | 4 | 30 | 5D | 32 |
| Octal | 366 | 306 | 11 | 0 | 24 | 140 | 4 | 60 | 135 | 62 |
| Binary | 11110110 | 11000110 | 1001 | 0 | 10100 | 1100000 | 100 | 110000 | 1011101 | 110010 |
Color Harmonies of #F6C609
Complementary color
Monochromatic Colors of #F6C609
Black with #F6C609
Text Example
Text Example
White with #F6C609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6C609; }
p { color: rgb(246,198,9); }
H1.HeaderClassName
{
color: #F6C609;
}
.AnyTagClassName
{
color: #F6C609;
}
</style>
background-color css
<style>
a { background-color: #F6C609; }
a { background-color: rgb(246,198,9); }
div.DivClassName
{
background-color: #F6C609;
}
.BgClassName
{
background-color: #F6C609;
}
</style>
border-color css
<style>
span { border-color: #F6C609; }
span { border-color: rgb(246,198,9); }
td.TdClassName
{
border-color: #F6C609;
}
.TagClassName
{
border-color: #F6C609;
}
</style>