Shades of Golden Poppy #FBC500
Tints of Golden Poppy #FBC500
RGB
CMYK
RGB Variations
Color information
#FBC500 (or 0xFBC500) is known color: Golden Poppy. HEX triplet: FB, C5 and 00. RGB value is (251,197,0). Sum of RGB (Red+Green+Blue) = 251+197+0=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 197 (77.34% from 255 or 43.97% from 448); Blue value is 0 (0.39% from 255 or 0% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC500 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC500 is #043AFF. Grayscale: #BFBFBF. Windows color (decimal): -277248 or 50683. OLE color: 50683.
HSL color Cylindrical-coordinate representation of color #FBC500: hue angle of 47.09º 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 #FBC500 is Cyan = 0, Magento = 0.22, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 0 | - |
| CMYK | 0 | 0.22 | 1 | 0.02 |
| HSL | 47.09º | 1% | 0.49% | - |
| HSV(B) | 47.09º | 1% | 0.98% | - |
| XYZ | 59.75 | 60.44 | 8.52 | - |
| YUV | 190.69 | 20.39 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 0 | 0 | 0.22 | 1 | 0.02 | 47.09 | 1 | 0.49 |
| Hex | FB | C5 | 0 | 0 | 16 | 64 | 2 | 2F | 64 | 31 |
| Octal | 373 | 305 | 0 | 0 | 26 | 144 | 2 | 57 | 144 | 61 |
| Binary | 11111011 | 11000101 | 0 | 0 | 10110 | 1100100 | 10 | 101111 | 1100100 | 110001 |
Color Harmonies of #FBC500
Complementary color
Monochromatic Colors of #FBC500
Black with #FBC500
Text Example
Text Example
White with #FBC500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC500; }
p { color: rgb(251,197,0); }
H1.HeaderClassName
{
color: #FBC500;
}
.AnyTagClassName
{
color: #FBC500;
}
</style>
background-color css
<style>
a { background-color: #FBC500; }
a { background-color: rgb(251,197,0); }
div.DivClassName
{
background-color: #FBC500;
}
.BgClassName
{
background-color: #FBC500;
}
</style>
border-color css
<style>
span { border-color: #FBC500; }
span { border-color: rgb(251,197,0); }
td.TdClassName
{
border-color: #FBC500;
}
.TagClassName
{
border-color: #FBC500;
}
</style>