Shades of Golden Poppy #FBC00B
Tints of Golden Poppy #FBC00B
RGB
CMYK
RGB Variations
Color information
#FBC00B (or 0xFBC00B) is known color: Golden Poppy. HEX triplet: FB, C0 and 0B. RGB value is (251,192,11). Sum of RGB (Red+Green+Blue) = 251+192+11=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 192 (75.39% from 255 or 42.29% from 454); Blue value is 11 (4.69% from 255 or 2.42% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC00B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC00B is #043FF4. Grayscale: #BDBDBD. Windows color (decimal): -278517 or 770299. OLE color: 770299.
HSL color Cylindrical-coordinate representation of color #FBC00B: hue angle of 45.25º 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 #FBC00B is Cyan = 0, Magento = 0.24, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 11 | - |
| CMYK | 0 | 0.24 | 0.96 | 0.02 |
| HSL | 45.25º | 0.97% | 0.51% | - |
| HSV(B) | 45.25º | 0.96% | 0.98% | - |
| XYZ | 58.69 | 58.23 | 8.46 | - |
| YUV | 189.01 | 27.55 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 11 | 0 | 0.24 | 0.96 | 0.02 | 45.25 | 0.97 | 0.51 |
| Hex | FB | C0 | B | 0 | 18 | 60 | 2 | 2D | 61 | 33 |
| Octal | 373 | 300 | 13 | 0 | 30 | 140 | 2 | 55 | 141 | 63 |
| Binary | 11111011 | 11000000 | 1011 | 0 | 11000 | 1100000 | 10 | 101101 | 1100001 | 110011 |
Color Harmonies of #FBC00B
Complementary color
Monochromatic Colors of #FBC00B
Black with #FBC00B
Text Example
Text Example
White with #FBC00B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC00B; }
p { color: rgb(251,192,11); }
H1.HeaderClassName
{
color: #FBC00B;
}
.AnyTagClassName
{
color: #FBC00B;
}
</style>
background-color css
<style>
a { background-color: #FBC00B; }
a { background-color: rgb(251,192,11); }
div.DivClassName
{
background-color: #FBC00B;
}
.BgClassName
{
background-color: #FBC00B;
}
</style>
border-color css
<style>
span { border-color: #FBC00B; }
span { border-color: rgb(251,192,11); }
td.TdClassName
{
border-color: #FBC00B;
}
.TagClassName
{
border-color: #FBC00B;
}
</style>