Shades of Golden Poppy #FBC505
Tints of Golden Poppy #FBC505
RGB
CMYK
RGB Variations
Color information
#FBC505 (or 0xFBC505) is known color: Golden Poppy. HEX triplet: FB, C5 and 05. RGB value is (251,197,5). Sum of RGB (Red+Green+Blue) = 251+197+5=453 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.41% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC505 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC505 is #043AFA. Grayscale: #C0C0C0. Windows color (decimal): -277243 or 378363. OLE color: 378363.
HSL color Cylindrical-coordinate representation of color #FBC505: hue angle of 46.83º 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 #FBC505 is Cyan = 0, Magento = 0.22, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 5 | - |
| CMYK | 0 | 0.22 | 0.98 | 0.02 |
| HSL | 46.83º | 0.97% | 0.5% | - |
| HSV(B) | 46.83º | 0.98% | 0.98% | - |
| XYZ | 59.78 | 60.45 | 8.66 | - |
| YUV | 191.26 | 22.89 | 170.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 5 | 0 | 0.22 | 0.98 | 0.02 | 46.83 | 0.97 | 0.5 |
| Hex | FB | C5 | 5 | 0 | 16 | 62 | 2 | 2F | 61 | 32 |
| Octal | 373 | 305 | 5 | 0 | 26 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111011 | 11000101 | 101 | 0 | 10110 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #FBC505
Complementary color
Monochromatic Colors of #FBC505
Black with #FBC505
Text Example
Text Example
White with #FBC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC505; }
p { color: rgb(251,197,5); }
H1.HeaderClassName
{
color: #FBC505;
}
.AnyTagClassName
{
color: #FBC505;
}
</style>
background-color css
<style>
a { background-color: #FBC505; }
a { background-color: rgb(251,197,5); }
div.DivClassName
{
background-color: #FBC505;
}
.BgClassName
{
background-color: #FBC505;
}
</style>
border-color css
<style>
span { border-color: #FBC505; }
span { border-color: rgb(251,197,5); }
td.TdClassName
{
border-color: #FBC505;
}
.TagClassName
{
border-color: #FBC505;
}
</style>