Shades of Golden Poppy #F9C204
Tints of Golden Poppy #F9C204
RGB
CMYK
RGB Variations
Color information
#F9C204 (or 0xF9C204) is known color: Golden Poppy. HEX triplet: F9, C2 and 04. RGB value is (249,194,4). Sum of RGB (Red+Green+Blue) = 249+194+4=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 4 (1.95% from 255 or 0.89% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C204 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C204 is #063DFB. Grayscale: #BDBDBD. Windows color (decimal): -409084 or 312057. OLE color: 312057.
HSL color Cylindrical-coordinate representation of color #F9C204: hue angle of 46.53º degrees, saturation: 0.97, 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 #F9C204 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 194 | 4 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.53º | 0.97% | 0.5% | - |
| HSV(B) | 46.53º | 0.98% | 0.98% | - |
| XYZ | 58.38 | 58.73 | 8.37 | - |
| YUV | 188.79 | 23.72 | 170.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 194 | 4 | 0 | 0.22 | 0.98 | 0.02 | 46.53 | 0.97 | 0.5 |
| Hex | F9 | C2 | 4 | 0 | 16 | 62 | 2 | 2F | 61 | 32 |
| Octal | 371 | 302 | 4 | 0 | 26 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111001 | 11000010 | 100 | 0 | 10110 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #F9C204
Complementary color
Monochromatic Colors of #F9C204
Black with #F9C204
Text Example
Text Example
White with #F9C204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C204; }
p { color: rgb(249,194,4); }
H1.HeaderClassName
{
color: #F9C204;
}
.AnyTagClassName
{
color: #F9C204;
}
</style>
background-color css
<style>
a { background-color: #F9C204; }
a { background-color: rgb(249,194,4); }
div.DivClassName
{
background-color: #F9C204;
}
.BgClassName
{
background-color: #F9C204;
}
</style>
border-color css
<style>
span { border-color: #F9C204; }
span { border-color: rgb(249,194,4); }
td.TdClassName
{
border-color: #F9C204;
}
.TagClassName
{
border-color: #F9C204;
}
</style>