Shades of Golden Poppy #FBC611
Tints of Golden Poppy #FBC611
RGB
CMYK
RGB Variations
Color information
#FBC611 (or 0xFBC611) is known color: Golden Poppy. HEX triplet: FB, C6 and 11. RGB value is (251,198,17). Sum of RGB (Red+Green+Blue) = 251+198+17=466 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.86% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 17 (7.03% from 255 or 3.65% from 466); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC611 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC611 is #0439EE. Grayscale: #C1C1C1. Windows color (decimal): -276975 or 1165051. OLE color: 1165051.
HSL color Cylindrical-coordinate representation of color #FBC611: hue angle of 46.41º 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 #FBC611 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 17 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.02 |
| HSL | 46.41º | 0.97% | 0.53% | - |
| HSV(B) | 46.41º | 0.93% | 0.98% | - |
| XYZ | 60.08 | 60.94 | 9.13 | - |
| YUV | 193.21 | 28.56 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 17 | 0 | 0.21 | 0.93 | 0.02 | 46.41 | 0.97 | 0.53 |
| Hex | FB | C6 | 11 | 0 | 15 | 5D | 2 | 2E | 61 | 35 |
| Octal | 373 | 306 | 21 | 0 | 25 | 135 | 2 | 56 | 141 | 65 |
| Binary | 11111011 | 11000110 | 10001 | 0 | 10101 | 1011101 | 10 | 101110 | 1100001 | 110101 |
Color Harmonies of #FBC611
Complementary color
Monochromatic Colors of #FBC611
Black with #FBC611
Text Example
Text Example
White with #FBC611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC611; }
p { color: rgb(251,198,17); }
H1.HeaderClassName
{
color: #FBC611;
}
.AnyTagClassName
{
color: #FBC611;
}
</style>
background-color css
<style>
a { background-color: #FBC611; }
a { background-color: rgb(251,198,17); }
div.DivClassName
{
background-color: #FBC611;
}
.BgClassName
{
background-color: #FBC611;
}
</style>
border-color css
<style>
span { border-color: #FBC611; }
span { border-color: rgb(251,198,17); }
td.TdClassName
{
border-color: #FBC611;
}
.TagClassName
{
border-color: #FBC611;
}
</style>