Shades of Golden Poppy #FBC111
Tints of Golden Poppy #FBC111
RGB
CMYK
RGB Variations
Color information
#FBC111 (or 0xFBC111) is known color: Golden Poppy. HEX triplet: FB, C1 and 11. RGB value is (251,193,17). Sum of RGB (Red+Green+Blue) = 251+193+17=461 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.45% from 461); Green value is 193 (75.78% from 255 or 41.87% from 461); Blue value is 17 (7.03% from 255 or 3.69% from 461); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC111 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC111 is #043EEE. Grayscale: #BFBFBF. Windows color (decimal): -278255 or 1163771. OLE color: 1163771.
HSL color Cylindrical-coordinate representation of color #FBC111: hue angle of 45.13º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FBC111 is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 193 | 17 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.02 |
| HSL | 45.13º | 0.97% | 0.53% | - |
| HSV(B) | 45.13º | 0.93% | 0.98% | - |
| XYZ | 58.95 | 58.69 | 8.75 | - |
| YUV | 190.28 | 30.22 | 171.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 193 | 17 | 0 | 0.23 | 0.93 | 0.02 | 45.13 | 0.97 | 0.53 |
| Hex | FB | C1 | 11 | 0 | 17 | 5D | 2 | 2D | 61 | 35 |
| Octal | 373 | 301 | 21 | 0 | 27 | 135 | 2 | 55 | 141 | 65 |
| Binary | 11111011 | 11000001 | 10001 | 0 | 10111 | 1011101 | 10 | 101101 | 1100001 | 110101 |
Color Harmonies of #FBC111
Complementary color
Monochromatic Colors of #FBC111
Black with #FBC111
Text Example
Text Example
White with #FBC111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC111; }
p { color: rgb(251,193,17); }
H1.HeaderClassName
{
color: #FBC111;
}
.AnyTagClassName
{
color: #FBC111;
}
</style>
background-color css
<style>
a { background-color: #FBC111; }
a { background-color: rgb(251,193,17); }
div.DivClassName
{
background-color: #FBC111;
}
.BgClassName
{
background-color: #FBC111;
}
</style>
border-color css
<style>
span { border-color: #FBC111; }
span { border-color: rgb(251,193,17); }
td.TdClassName
{
border-color: #FBC111;
}
.TagClassName
{
border-color: #FBC111;
}
</style>