Shades of Golden Poppy #FBC107
Tints of Golden Poppy #FBC107
RGB
CMYK
RGB Variations
Color information
#FBC107 (or 0xFBC107) is known color: Golden Poppy. HEX triplet: FB, C1 and 07. RGB value is (251,193,7). Sum of RGB (Red+Green+Blue) = 251+193+7=451 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.65% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 7 (3.12% from 255 or 1.55% from 451); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC107 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC107 is #043EF8. Grayscale: #BDBDBD. Windows color (decimal): -278265 or 508411. OLE color: 508411.
HSL color Cylindrical-coordinate representation of color #FBC107: hue angle of 45.74º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FBC107 is Cyan = 0, Magento = 0.23, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 7 | - |
| CMYK | 0 | 0.23 | 0.97 | 0.02 |
| HSL | 45.74º | 0.97% | 0.51% | - |
| HSV(B) | 45.74º | 0.97% | 0.98% | - |
| XYZ | 58.89 | 58.66 | 8.42 | - |
| YUV | 189.14 | 25.22 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 7 | 0 | 0.23 | 0.97 | 0.02 | 45.74 | 0.97 | 0.51 |
| Hex | FB | C1 | 7 | 0 | 17 | 61 | 2 | 2E | 61 | 33 |
| Octal | 373 | 301 | 7 | 0 | 27 | 141 | 2 | 56 | 141 | 63 |
| Binary | 11111011 | 11000001 | 111 | 0 | 10111 | 1100001 | 10 | 101110 | 1100001 | 110011 |
Color Harmonies of #FBC107
Complementary color
Monochromatic Colors of #FBC107
Black with #FBC107
Text Example
Text Example
White with #FBC107
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC107; }
p { color: rgb(251,193,7); }
H1.HeaderClassName
{
color: #FBC107;
}
.AnyTagClassName
{
color: #FBC107;
}
</style>
background-color css
<style>
a { background-color: #FBC107; }
a { background-color: rgb(251,193,7); }
div.DivClassName
{
background-color: #FBC107;
}
.BgClassName
{
background-color: #FBC107;
}
</style>
border-color css
<style>
span { border-color: #FBC107; }
span { border-color: rgb(251,193,7); }
td.TdClassName
{
border-color: #FBC107;
}
.TagClassName
{
border-color: #FBC107;
}
</style>