Shades of Golden Poppy #FBC202
Tints of Golden Poppy #FBC202
RGB
CMYK
RGB Variations
Color information
#FBC202 (or 0xFBC202) is known color: Golden Poppy. HEX triplet: FB, C2 and 02. RGB value is (251,194,2). Sum of RGB (Red+Green+Blue) = 251+194+2=447 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.15% from 447); Green value is 194 (76.17% from 255 or 43.40% from 447); Blue value is 2 (1.17% from 255 or 0.45% from 447); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC202 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC202 is #043DFD. Grayscale: #BDBDBD. Windows color (decimal): -278014 or 180987. OLE color: 180987.
HSL color Cylindrical-coordinate representation of color #FBC202: hue angle of 46.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FBC202 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.02 |
| HSL | 46.27º | 0.98% | 0.5% | - |
| HSV(B) | 46.27º | 0.99% | 0.98% | - |
| XYZ | 59.09 | 59.1 | 8.35 | - |
| YUV | 189.16 | 22.38 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 2 | 0 | 0.23 | 0.99 | 0.02 | 46.27 | 0.98 | 0.5 |
| Hex | FB | C2 | 2 | 0 | 17 | 63 | 2 | 2E | 62 | 32 |
| Octal | 373 | 302 | 2 | 0 | 27 | 143 | 2 | 56 | 142 | 62 |
| Binary | 11111011 | 11000010 | 10 | 0 | 10111 | 1100011 | 10 | 101110 | 1100010 | 110010 |
Color Harmonies of #FBC202
Complementary color
Monochromatic Colors of #FBC202
Black with #FBC202
Text Example
Text Example
White with #FBC202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC202; }
p { color: rgb(251,194,2); }
H1.HeaderClassName
{
color: #FBC202;
}
.AnyTagClassName
{
color: #FBC202;
}
</style>
background-color css
<style>
a { background-color: #FBC202; }
a { background-color: rgb(251,194,2); }
div.DivClassName
{
background-color: #FBC202;
}
.BgClassName
{
background-color: #FBC202;
}
</style>
border-color css
<style>
span { border-color: #FBC202; }
span { border-color: rgb(251,194,2); }
td.TdClassName
{
border-color: #FBC202;
}
.TagClassName
{
border-color: #FBC202;
}
</style>