Shades of Golden Poppy #FBC40C
Tints of Golden Poppy #FBC40C
RGB
CMYK
RGB Variations
Color information
#FBC40C (or 0xFBC40C) is known color: Golden Poppy. HEX triplet: FB, C4 and 0C. RGB value is (251,196,12). Sum of RGB (Red+Green+Blue) = 251+196+12=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 196 (76.95% from 255 or 42.70% from 459); Blue value is 12 (5.08% from 255 or 2.61% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC40C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC40C is #043BF3. Grayscale: #C0C0C0. Windows color (decimal): -277492 or 836859. OLE color: 836859.
HSL color Cylindrical-coordinate representation of color #FBC40C: hue angle of 46.19º 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 #FBC40C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.02 |
| HSL | 46.19º | 0.97% | 0.52% | - |
| HSV(B) | 46.19º | 0.95% | 0.98% | - |
| XYZ | 59.59 | 60.02 | 8.79 | - |
| YUV | 191.47 | 26.72 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 12 | 0 | 0.22 | 0.95 | 0.02 | 46.19 | 0.97 | 0.52 |
| Hex | FB | C4 | C | 0 | 16 | 5F | 2 | 2E | 61 | 34 |
| Octal | 373 | 304 | 14 | 0 | 26 | 137 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000100 | 1100 | 0 | 10110 | 1011111 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC40C
Complementary color
Monochromatic Colors of #FBC40C
Black with #FBC40C
Text Example
Text Example
White with #FBC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC40C; }
p { color: rgb(251,196,12); }
H1.HeaderClassName
{
color: #FBC40C;
}
.AnyTagClassName
{
color: #FBC40C;
}
</style>
background-color css
<style>
a { background-color: #FBC40C; }
a { background-color: rgb(251,196,12); }
div.DivClassName
{
background-color: #FBC40C;
}
.BgClassName
{
background-color: #FBC40C;
}
</style>
border-color css
<style>
span { border-color: #FBC40C; }
span { border-color: rgb(251,196,12); }
td.TdClassName
{
border-color: #FBC40C;
}
.TagClassName
{
border-color: #FBC40C;
}
</style>