Shades of Golden Poppy #F7BC09
Tints of Golden Poppy #F7BC09
RGB
CMYK
RGB Variations
Color information
#F7BC09 (or 0xF7BC09) is known color: Golden Poppy. HEX triplet: F7, BC and 09. RGB value is (247,188,9). Sum of RGB (Red+Green+Blue) = 247+188+9=444 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.63% from 444); Green value is 188 (73.83% from 255 or 42.34% from 444); Blue value is 9 (3.91% from 255 or 2.03% from 444); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BC09 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F7BC09 is #0843F6. Grayscale: #BABABA. Windows color (decimal): -541687 or 638199. OLE color: 638199.
HSL color Cylindrical-coordinate representation of color #F7BC09: hue angle of 45.13º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F7BC09 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 188 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.03 |
| HSL | 45.13º | 0.94% | 0.5% | - |
| HSV(B) | 45.13º | 0.96% | 0.97% | - |
| XYZ | 56.39 | 55.76 | 8.05 | - |
| YUV | 185.24 | 28.55 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 188 | 9 | 0 | 0.24 | 0.96 | 0.03 | 45.13 | 0.94 | 0.5 |
| Hex | F7 | BC | 9 | 0 | 18 | 60 | 3 | 2D | 5E | 32 |
| Octal | 367 | 274 | 11 | 0 | 30 | 140 | 3 | 55 | 136 | 62 |
| Binary | 11110111 | 10111100 | 1001 | 0 | 11000 | 1100000 | 11 | 101101 | 1011110 | 110010 |
Color Harmonies of #F7BC09
Complementary color
Monochromatic Colors of #F7BC09
Black with #F7BC09
Text Example
Text Example
White with #F7BC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7BC09; }
p { color: rgb(247,188,9); }
H1.HeaderClassName
{
color: #F7BC09;
}
.AnyTagClassName
{
color: #F7BC09;
}
</style>
background-color css
<style>
a { background-color: #F7BC09; }
a { background-color: rgb(247,188,9); }
div.DivClassName
{
background-color: #F7BC09;
}
.BgClassName
{
background-color: #F7BC09;
}
</style>
border-color css
<style>
span { border-color: #F7BC09; }
span { border-color: rgb(247,188,9); }
td.TdClassName
{
border-color: #F7BC09;
}
.TagClassName
{
border-color: #F7BC09;
}
</style>