Shades of Golden Poppy #FBC000
Tints of Golden Poppy #FBC000
RGB
CMYK
RGB Variations
Color information
#FBC000 (or 0xFBC000) is known color: Golden Poppy. HEX triplet: FB, C0 and 00. RGB value is (251,192,0). Sum of RGB (Red+Green+Blue) = 251+192+0=443 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.66% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 0 (0.39% from 255 or 0% from 443); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC000 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC000 is #043FFF. Grayscale: #BCBCBC. Windows color (decimal): -278528 or 49403. OLE color: 49403.
HSL color Cylindrical-coordinate representation of color #FBC000: hue angle of 45.9º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBC000 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.02 |
| HSL | 45.9º | 1% | 0.49% | - |
| HSV(B) | 45.9º | 1% | 0.98% | - |
| XYZ | 58.63 | 58.21 | 8.15 | - |
| YUV | 187.75 | 22.05 | 173.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 0 | 0 | 0.24 | 1 | 0.02 | 45.9 | 1 | 0.49 |
| Hex | FB | C0 | 0 | 0 | 18 | 64 | 2 | 2E | 64 | 31 |
| Octal | 373 | 300 | 0 | 0 | 30 | 144 | 2 | 56 | 144 | 61 |
| Binary | 11111011 | 11000000 | 0 | 0 | 11000 | 1100100 | 10 | 101110 | 1100100 | 110001 |
Color Harmonies of #FBC000
Complementary color
Monochromatic Colors of #FBC000
Black with #FBC000
Text Example
Text Example
White with #FBC000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC000; }
p { color: rgb(251,192,0); }
H1.HeaderClassName
{
color: #FBC000;
}
.AnyTagClassName
{
color: #FBC000;
}
</style>
background-color css
<style>
a { background-color: #FBC000; }
a { background-color: rgb(251,192,0); }
div.DivClassName
{
background-color: #FBC000;
}
.BgClassName
{
background-color: #FBC000;
}
</style>
border-color css
<style>
span { border-color: #FBC000; }
span { border-color: rgb(251,192,0); }
td.TdClassName
{
border-color: #FBC000;
}
.TagClassName
{
border-color: #FBC000;
}
</style>