Shades of Golden Poppy #FBC011
Tints of Golden Poppy #FBC011
RGB
CMYK
RGB Variations
Color information
#FBC011 (or 0xFBC011) is known color: Golden Poppy. HEX triplet: FB, C0 and 11. RGB value is (251,192,17). Sum of RGB (Red+Green+Blue) = 251+192+17=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 192 (75.39% from 255 or 41.74% from 460); Blue value is 17 (7.03% from 255 or 3.70% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC011 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC011 is #043FEE. Grayscale: #BEBEBE. Windows color (decimal): -278511 or 1163515. OLE color: 1163515.
HSL color Cylindrical-coordinate representation of color #FBC011: hue angle of 44.87º 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 #FBC011 is Cyan = 0, Magento = 0.24, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 17 | - |
| CMYK | 0 | 0.24 | 0.93 | 0.02 |
| HSL | 44.87º | 0.97% | 0.53% | - |
| HSV(B) | 44.87º | 0.93% | 0.98% | - |
| XYZ | 58.73 | 58.25 | 8.68 | - |
| YUV | 189.69 | 30.55 | 171.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 17 | 0 | 0.24 | 0.93 | 0.02 | 44.87 | 0.97 | 0.53 |
| Hex | FB | C0 | 11 | 0 | 18 | 5D | 2 | 2D | 61 | 35 |
| Octal | 373 | 300 | 21 | 0 | 30 | 135 | 2 | 55 | 141 | 65 |
| Binary | 11111011 | 11000000 | 10001 | 0 | 11000 | 1011101 | 10 | 101101 | 1100001 | 110101 |
Color Harmonies of #FBC011
Complementary color
Monochromatic Colors of #FBC011
Black with #FBC011
Text Example
Text Example
White with #FBC011
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC011; }
p { color: rgb(251,192,17); }
H1.HeaderClassName
{
color: #FBC011;
}
.AnyTagClassName
{
color: #FBC011;
}
</style>
background-color css
<style>
a { background-color: #FBC011; }
a { background-color: rgb(251,192,17); }
div.DivClassName
{
background-color: #FBC011;
}
.BgClassName
{
background-color: #FBC011;
}
</style>
border-color css
<style>
span { border-color: #FBC011; }
span { border-color: rgb(251,192,17); }
td.TdClassName
{
border-color: #FBC011;
}
.TagClassName
{
border-color: #FBC011;
}
</style>