Shades of Golden Poppy #FBC50A
Tints of Golden Poppy #FBC50A
RGB
CMYK
RGB Variations
Color information
#FBC50A (or 0xFBC50A) is known color: Golden Poppy. HEX triplet: FB, C5 and 0A. RGB value is (251,197,10). Sum of RGB (Red+Green+Blue) = 251+197+10=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 10 (4.30% from 255 or 2.18% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC50A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC50A is #043AF5. Grayscale: #C0C0C0. Windows color (decimal): -277238 or 706043. OLE color: 706043.
HSL color Cylindrical-coordinate representation of color #FBC50A: hue angle of 46.56º 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 #FBC50A is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 10 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.02 |
| HSL | 46.56º | 0.97% | 0.51% | - |
| HSV(B) | 46.56º | 0.96% | 0.98% | - |
| XYZ | 59.8 | 60.46 | 8.81 | - |
| YUV | 191.83 | 25.39 | 170.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 10 | 0 | 0.22 | 0.96 | 0.02 | 46.56 | 0.97 | 0.51 |
| Hex | FB | C5 | A | 0 | 16 | 60 | 2 | 2F | 61 | 33 |
| Octal | 373 | 305 | 12 | 0 | 26 | 140 | 2 | 57 | 141 | 63 |
| Binary | 11111011 | 11000101 | 1010 | 0 | 10110 | 1100000 | 10 | 101111 | 1100001 | 110011 |
Color Harmonies of #FBC50A
Complementary color
Monochromatic Colors of #FBC50A
Black with #FBC50A
Text Example
Text Example
White with #FBC50A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC50A; }
p { color: rgb(251,197,10); }
H1.HeaderClassName
{
color: #FBC50A;
}
.AnyTagClassName
{
color: #FBC50A;
}
</style>
background-color css
<style>
a { background-color: #FBC50A; }
a { background-color: rgb(251,197,10); }
div.DivClassName
{
background-color: #FBC50A;
}
.BgClassName
{
background-color: #FBC50A;
}
</style>
border-color css
<style>
span { border-color: #FBC50A; }
span { border-color: rgb(251,197,10); }
td.TdClassName
{
border-color: #FBC50A;
}
.TagClassName
{
border-color: #FBC50A;
}
</style>