Shades of Golden Poppy #FBC10B
Tints of Golden Poppy #FBC10B
RGB
CMYK
RGB Variations
Color information
#FBC10B (or 0xFBC10B) is known color: Golden Poppy. HEX triplet: FB, C1 and 0B. RGB value is (251,193,11). Sum of RGB (Red+Green+Blue) = 251+193+11=455 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.16% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 11 (4.69% from 255 or 2.42% from 455); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC10B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC10B is #043EF4. Grayscale: #BEBEBE. Windows color (decimal): -278261 or 770555. OLE color: 770555.
HSL color Cylindrical-coordinate representation of color #FBC10B: hue angle of 45.5º 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 #FBC10B is Cyan = 0, Magento = 0.23, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 11 | - |
| CMYK | 0 | 0.23 | 0.96 | 0.02 |
| HSL | 45.5º | 0.97% | 0.51% | - |
| HSV(B) | 45.5º | 0.96% | 0.98% | - |
| XYZ | 58.91 | 58.67 | 8.54 | - |
| YUV | 189.59 | 27.22 | 171.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 11 | 0 | 0.23 | 0.96 | 0.02 | 45.5 | 0.97 | 0.51 |
| Hex | FB | C1 | B | 0 | 17 | 60 | 2 | 2E | 61 | 33 |
| Octal | 373 | 301 | 13 | 0 | 27 | 140 | 2 | 56 | 141 | 63 |
| Binary | 11111011 | 11000001 | 1011 | 0 | 10111 | 1100000 | 10 | 101110 | 1100001 | 110011 |
Color Harmonies of #FBC10B
Complementary color
Monochromatic Colors of #FBC10B
Black with #FBC10B
Text Example
Text Example
White with #FBC10B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC10B; }
p { color: rgb(251,193,11); }
H1.HeaderClassName
{
color: #FBC10B;
}
.AnyTagClassName
{
color: #FBC10B;
}
</style>
background-color css
<style>
a { background-color: #FBC10B; }
a { background-color: rgb(251,193,11); }
div.DivClassName
{
background-color: #FBC10B;
}
.BgClassName
{
background-color: #FBC10B;
}
</style>
border-color css
<style>
span { border-color: #FBC10B; }
span { border-color: rgb(251,193,11); }
td.TdClassName
{
border-color: #FBC10B;
}
.TagClassName
{
border-color: #FBC10B;
}
</style>