Shades of Golden Poppy #F9BF04
Tints of Golden Poppy #F9BF04
RGB
CMYK
RGB Variations
Color information
#F9BF04 (or 0xF9BF04) is known color: Golden Poppy. HEX triplet: F9, BF and 04. RGB value is (249,191,4). Sum of RGB (Red+Green+Blue) = 249+191+4=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 4 (1.95% from 255 or 0.90% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F9BF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F9BF04 is #0640FB. Grayscale: #BBBBBB. Windows color (decimal): -409852 or 311289. OLE color: 311289.
HSL color Cylindrical-coordinate representation of color #F9BF04: hue angle of 45.8º 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 #F9BF04 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 191 | 4 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 45.8º | 0.97% | 0.5% | - |
| HSV(B) | 45.8º | 0.98% | 0.98% | - |
| XYZ | 57.72 | 57.41 | 8.15 | - |
| YUV | 187.02 | 24.72 | 172.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 191 | 4 | 0 | 0.23 | 0.98 | 0.02 | 45.8 | 0.97 | 0.5 |
| Hex | F9 | BF | 4 | 0 | 17 | 62 | 2 | 2E | 61 | 32 |
| Octal | 371 | 277 | 4 | 0 | 27 | 142 | 2 | 56 | 141 | 62 |
| Binary | 11111001 | 10111111 | 100 | 0 | 10111 | 1100010 | 10 | 101110 | 1100001 | 110010 |
Color Harmonies of #F9BF04
Complementary color
Monochromatic Colors of #F9BF04
Black with #F9BF04
Text Example
Text Example
White with #F9BF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9BF04; }
p { color: rgb(249,191,4); }
H1.HeaderClassName
{
color: #F9BF04;
}
.AnyTagClassName
{
color: #F9BF04;
}
</style>
background-color css
<style>
a { background-color: #F9BF04; }
a { background-color: rgb(249,191,4); }
div.DivClassName
{
background-color: #F9BF04;
}
.BgClassName
{
background-color: #F9BF04;
}
</style>
border-color css
<style>
span { border-color: #F9BF04; }
span { border-color: rgb(249,191,4); }
td.TdClassName
{
border-color: #F9BF04;
}
.TagClassName
{
border-color: #F9BF04;
}
</style>