Shades of Golden Poppy #FBC203
Tints of Golden Poppy #FBC203
RGB
CMYK
RGB Variations
Color information
#FBC203 (or 0xFBC203) is known color: Golden Poppy. HEX triplet: FB, C2 and 03. RGB value is (251,194,3). Sum of RGB (Red+Green+Blue) = 251+194+3=448 (59% of max value = 765). Red value is 251 (98.44% from 255 or 56.03% from 448); Green value is 194 (76.17% from 255 or 43.30% from 448); Blue value is 3 (1.56% from 255 or 0.67% from 448); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC203 is #043DFC. Grayscale: #BEBEBE. Windows color (decimal): -278013 or 246523. OLE color: 246523.
HSL color Cylindrical-coordinate representation of color #FBC203: hue angle of 46.21º 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 #FBC203 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 3 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.02 |
| HSL | 46.21º | 0.98% | 0.5% | - |
| HSV(B) | 46.21º | 0.99% | 0.98% | - |
| XYZ | 59.09 | 59.1 | 8.38 | - |
| YUV | 189.27 | 22.88 | 172.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 3 | 0 | 0.23 | 0.99 | 0.02 | 46.21 | 0.98 | 0.5 |
| Hex | FB | C2 | 3 | 0 | 17 | 63 | 2 | 2E | 62 | 32 |
| Octal | 373 | 302 | 3 | 0 | 27 | 143 | 2 | 56 | 142 | 62 |
| Binary | 11111011 | 11000010 | 11 | 0 | 10111 | 1100011 | 10 | 101110 | 1100010 | 110010 |
Color Harmonies of #FBC203
Complementary color
Monochromatic Colors of #FBC203
Black with #FBC203
Text Example
Text Example
White with #FBC203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC203; }
p { color: rgb(251,194,3); }
H1.HeaderClassName
{
color: #FBC203;
}
.AnyTagClassName
{
color: #FBC203;
}
</style>
background-color css
<style>
a { background-color: #FBC203; }
a { background-color: rgb(251,194,3); }
div.DivClassName
{
background-color: #FBC203;
}
.BgClassName
{
background-color: #FBC203;
}
</style>
border-color css
<style>
span { border-color: #FBC203; }
span { border-color: rgb(251,194,3); }
td.TdClassName
{
border-color: #FBC203;
}
.TagClassName
{
border-color: #FBC203;
}
</style>