Shades of Golden Poppy #F9C005
Tints of Golden Poppy #F9C005
RGB
CMYK
RGB Variations
Color information
#F9C005 (or 0xF9C005) is known color: Golden Poppy. HEX triplet: F9, C0 and 05. RGB value is (249,192,5). Sum of RGB (Red+Green+Blue) = 249+192+5=446 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.83% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 5 (2.34% from 255 or 1.12% from 446); Max value from RGB is 249 - color contains mainly: red. Hex color #F9C005 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9C005 is #063FFA. Grayscale: #BCBCBC. Windows color (decimal): -409595 or 377081. OLE color: 377081.
HSL color Cylindrical-coordinate representation of color #F9C005: hue angle of 45.98º degrees, saturation: 0.96, 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 #F9C005 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 192 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 45.98º | 0.96% | 0.5% | - |
| HSV(B) | 45.98º | 0.98% | 0.98% | - |
| XYZ | 57.94 | 57.85 | 8.26 | - |
| YUV | 187.73 | 24.88 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 192 | 5 | 0 | 0.23 | 0.98 | 0.02 | 45.98 | 0.96 | 0.5 |
| Hex | F9 | C0 | 5 | 0 | 17 | 62 | 2 | 2E | 60 | 32 |
| Octal | 371 | 300 | 5 | 0 | 27 | 142 | 2 | 56 | 140 | 62 |
| Binary | 11111001 | 11000000 | 101 | 0 | 10111 | 1100010 | 10 | 101110 | 1100000 | 110010 |
Color Harmonies of #F9C005
Complementary color
Monochromatic Colors of #F9C005
Black with #F9C005
Text Example
Text Example
White with #F9C005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9C005; }
p { color: rgb(249,192,5); }
H1.HeaderClassName
{
color: #F9C005;
}
.AnyTagClassName
{
color: #F9C005;
}
</style>
background-color css
<style>
a { background-color: #F9C005; }
a { background-color: rgb(249,192,5); }
div.DivClassName
{
background-color: #F9C005;
}
.BgClassName
{
background-color: #F9C005;
}
</style>
border-color css
<style>
span { border-color: #F9C005; }
span { border-color: rgb(249,192,5); }
td.TdClassName
{
border-color: #F9C005;
}
.TagClassName
{
border-color: #F9C005;
}
</style>