Shades of Golden Poppy #FBC20C
Tints of Golden Poppy #FBC20C
RGB
CMYK
RGB Variations
Color information
#FBC20C (or 0xFBC20C) is known color: Golden Poppy. HEX triplet: FB, C2 and 0C. RGB value is (251,194,12). Sum of RGB (Red+Green+Blue) = 251+194+12=457 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.92% from 457); Green value is 194 (76.17% from 255 or 42.45% from 457); Blue value is 12 (5.08% from 255 or 2.63% from 457); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC20C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC20C is #043DF3. Grayscale: #BFBFBF. Windows color (decimal): -278004 or 836347. OLE color: 836347.
HSL color Cylindrical-coordinate representation of color #FBC20C: hue angle of 45.69º 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 #FBC20C is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 12 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.02 |
| HSL | 45.69º | 0.97% | 0.52% | - |
| HSV(B) | 45.69º | 0.95% | 0.98% | - |
| XYZ | 59.14 | 59.12 | 8.64 | - |
| YUV | 190.3 | 27.38 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 12 | 0 | 0.23 | 0.95 | 0.02 | 45.69 | 0.97 | 0.52 |
| Hex | FB | C2 | C | 0 | 17 | 5F | 2 | 2E | 61 | 34 |
| Octal | 373 | 302 | 14 | 0 | 27 | 137 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000010 | 1100 | 0 | 10111 | 1011111 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC20C
Complementary color
Monochromatic Colors of #FBC20C
Black with #FBC20C
Text Example
Text Example
White with #FBC20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC20C; }
p { color: rgb(251,194,12); }
H1.HeaderClassName
{
color: #FBC20C;
}
.AnyTagClassName
{
color: #FBC20C;
}
</style>
background-color css
<style>
a { background-color: #FBC20C; }
a { background-color: rgb(251,194,12); }
div.DivClassName
{
background-color: #FBC20C;
}
.BgClassName
{
background-color: #FBC20C;
}
</style>
border-color css
<style>
span { border-color: #FBC20C; }
span { border-color: rgb(251,194,12); }
td.TdClassName
{
border-color: #FBC20C;
}
.TagClassName
{
border-color: #FBC20C;
}
</style>