Shades of Golden Poppy #FBC20B
Tints of Golden Poppy #FBC20B
RGB
CMYK
RGB Variations
Color information
#FBC20B (or 0xFBC20B) is known color: Golden Poppy. HEX triplet: FB, C2 and 0B. RGB value is (251,194,11). Sum of RGB (Red+Green+Blue) = 251+194+11=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 11 (4.69% from 255 or 2.41% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC20B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC20B is #043DF4. Grayscale: #BEBEBE. Windows color (decimal): -278005 or 770811. OLE color: 770811.
HSL color Cylindrical-coordinate representation of color #FBC20B: hue angle of 45.75º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FBC20B is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 11 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.02 |
| HSL | 45.75º | 0.97% | 0.51% | - |
| HSV(B) | 45.75º | 0.96% | 0.98% | - |
| XYZ | 59.14 | 59.12 | 8.61 | - |
| YUV | 190.18 | 26.88 | 171.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 11 | 0 | 0.23 | 0.96 | 0.02 | 45.75 | 0.97 | 0.51 |
| Hex | FB | C2 | B | 0 | 17 | 60 | 2 | 2E | 61 | 33 |
| Octal | 373 | 302 | 13 | 0 | 27 | 140 | 2 | 56 | 141 | 63 |
| Binary | 11111011 | 11000010 | 1011 | 0 | 10111 | 1100000 | 10 | 101110 | 1100001 | 110011 |
Color Harmonies of #FBC20B
Complementary color
Monochromatic Colors of #FBC20B
Black with #FBC20B
Text Example
Text Example
White with #FBC20B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC20B; }
p { color: rgb(251,194,11); }
H1.HeaderClassName
{
color: #FBC20B;
}
.AnyTagClassName
{
color: #FBC20B;
}
</style>
background-color css
<style>
a { background-color: #FBC20B; }
a { background-color: rgb(251,194,11); }
div.DivClassName
{
background-color: #FBC20B;
}
.BgClassName
{
background-color: #FBC20B;
}
</style>
border-color css
<style>
span { border-color: #FBC20B; }
span { border-color: rgb(251,194,11); }
td.TdClassName
{
border-color: #FBC20B;
}
.TagClassName
{
border-color: #FBC20B;
}
</style>