Shades of Golden Poppy #FBC205
Tints of Golden Poppy #FBC205
RGB
CMYK
RGB Variations
Color information
#FBC205 (or 0xFBC205) is known color: Golden Poppy. HEX triplet: FB, C2 and 05. RGB value is (251,194,5). Sum of RGB (Red+Green+Blue) = 251+194+5=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 194 (76.17% from 255 or 43.11% from 450); Blue value is 5 (2.34% from 255 or 1.11% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC205 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC205 is #043DFA. Grayscale: #BEBEBE. Windows color (decimal): -278011 or 377595. OLE color: 377595.
HSL color Cylindrical-coordinate representation of color #FBC205: hue angle of 46.1º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FBC205 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 194 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.02 |
| HSL | 46.1º | 0.97% | 0.5% | - |
| HSV(B) | 46.1º | 0.98% | 0.98% | - |
| XYZ | 59.1 | 59.1 | 8.44 | - |
| YUV | 189.5 | 23.88 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 194 | 5 | 0 | 0.23 | 0.98 | 0.02 | 46.1 | 0.97 | 0.5 |
| Hex | FB | C2 | 5 | 0 | 17 | 62 | 2 | 2E | 61 | 32 |
| Octal | 373 | 302 | 5 | 0 | 27 | 142 | 2 | 56 | 141 | 62 |
| Binary | 11111011 | 11000010 | 101 | 0 | 10111 | 1100010 | 10 | 101110 | 1100001 | 110010 |
Color Harmonies of #FBC205
Complementary color
Monochromatic Colors of #FBC205
Black with #FBC205
Text Example
Text Example
White with #FBC205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC205; }
p { color: rgb(251,194,5); }
H1.HeaderClassName
{
color: #FBC205;
}
.AnyTagClassName
{
color: #FBC205;
}
</style>
background-color css
<style>
a { background-color: #FBC205; }
a { background-color: rgb(251,194,5); }
div.DivClassName
{
background-color: #FBC205;
}
.BgClassName
{
background-color: #FBC205;
}
</style>
border-color css
<style>
span { border-color: #FBC205; }
span { border-color: rgb(251,194,5); }
td.TdClassName
{
border-color: #FBC205;
}
.TagClassName
{
border-color: #FBC205;
}
</style>