Shades of Golden Poppy #FBC009
Tints of Golden Poppy #FBC009
RGB
CMYK
RGB Variations
Color information
#FBC009 (or 0xFBC009) is known color: Golden Poppy. HEX triplet: FB, C0 and 09. RGB value is (251,192,9). Sum of RGB (Red+Green+Blue) = 251+192+9=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 9 (3.91% from 255 or 1.99% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC009 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC009 is #043FF6. Grayscale: #BDBDBD. Windows color (decimal): -278519 or 639227. OLE color: 639227.
HSL color Cylindrical-coordinate representation of color #FBC009: hue angle of 45.37º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBC009 is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 9 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.02 |
| HSL | 45.37º | 0.97% | 0.51% | - |
| HSV(B) | 45.37º | 0.96% | 0.98% | - |
| XYZ | 58.68 | 58.23 | 8.4 | - |
| YUV | 188.78 | 26.55 | 172.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 9 | 0 | 0.24 | 0.96 | 0.02 | 45.37 | 0.97 | 0.51 |
| Hex | FB | C0 | 9 | 0 | 18 | 60 | 2 | 2D | 61 | 33 |
| Octal | 373 | 300 | 11 | 0 | 30 | 140 | 2 | 55 | 141 | 63 |
| Binary | 11111011 | 11000000 | 1001 | 0 | 11000 | 1100000 | 10 | 101101 | 1100001 | 110011 |
Color Harmonies of #FBC009
Complementary color
Monochromatic Colors of #FBC009
Black with #FBC009
Text Example
Text Example
White with #FBC009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC009; }
p { color: rgb(251,192,9); }
H1.HeaderClassName
{
color: #FBC009;
}
.AnyTagClassName
{
color: #FBC009;
}
</style>
background-color css
<style>
a { background-color: #FBC009; }
a { background-color: rgb(251,192,9); }
div.DivClassName
{
background-color: #FBC009;
}
.BgClassName
{
background-color: #FBC009;
}
</style>
border-color css
<style>
span { border-color: #FBC009; }
span { border-color: rgb(251,192,9); }
td.TdClassName
{
border-color: #FBC009;
}
.TagClassName
{
border-color: #FBC009;
}
</style>