Shades of Golden Poppy #FBC50C
Tints of Golden Poppy #FBC50C
RGB
CMYK
RGB Variations
Color information
#FBC50C (or 0xFBC50C) is known color: Golden Poppy. HEX triplet: FB, C5 and 0C. RGB value is (251,197,12). Sum of RGB (Red+Green+Blue) = 251+197+12=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 197 (77.34% from 255 or 42.83% from 460); Blue value is 12 (5.08% from 255 or 2.61% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC50C is #043AF3. Grayscale: #C0C0C0. Windows color (decimal): -277236 or 837115. OLE color: 837115.
HSL color Cylindrical-coordinate representation of color #FBC50C: hue angle of 46.44º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBC50C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.02 |
| HSL | 46.44º | 0.97% | 0.52% | - |
| HSV(B) | 46.44º | 0.95% | 0.98% | - |
| XYZ | 59.82 | 60.47 | 8.87 | - |
| YUV | 192.06 | 26.39 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 12 | 0 | 0.22 | 0.95 | 0.02 | 46.44 | 0.97 | 0.52 |
| Hex | FB | C5 | C | 0 | 16 | 5F | 2 | 2E | 61 | 34 |
| Octal | 373 | 305 | 14 | 0 | 26 | 137 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000101 | 1100 | 0 | 10110 | 1011111 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC50C
Complementary color
Monochromatic Colors of #FBC50C
Black with #FBC50C
Text Example
Text Example
White with #FBC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC50C; }
p { color: rgb(251,197,12); }
H1.HeaderClassName
{
color: #FBC50C;
}
.AnyTagClassName
{
color: #FBC50C;
}
</style>
background-color css
<style>
a { background-color: #FBC50C; }
a { background-color: rgb(251,197,12); }
div.DivClassName
{
background-color: #FBC50C;
}
.BgClassName
{
background-color: #FBC50C;
}
</style>
border-color css
<style>
span { border-color: #FBC50C; }
span { border-color: rgb(251,197,12); }
td.TdClassName
{
border-color: #FBC50C;
}
.TagClassName
{
border-color: #FBC50C;
}
</style>