Shades of Golden Poppy #FBC605
Tints of Golden Poppy #FBC605
RGB
CMYK
RGB Variations
Color information
#FBC605 (or 0xFBC605) is known color: Golden Poppy. HEX triplet: FB, C6 and 05. RGB value is (251,198,5). Sum of RGB (Red+Green+Blue) = 251+198+5=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 5 (2.34% from 255 or 1.10% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC605 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC605 is #0439FA. Grayscale: #C0C0C0. Windows color (decimal): -276987 or 378619. OLE color: 378619.
HSL color Cylindrical-coordinate representation of color #FBC605: hue angle of 47.07º 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 #FBC605 is Cyan = 0, Magento = 0.21, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 5 | - |
| CMYK | 0 | 0.21 | 0.98 | 0.02 |
| HSL | 47.07º | 0.97% | 0.5% | - |
| HSV(B) | 47.07º | 0.98% | 0.98% | - |
| XYZ | 60.01 | 60.91 | 8.74 | - |
| YUV | 191.85 | 22.56 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 5 | 0 | 0.21 | 0.98 | 0.02 | 47.07 | 0.97 | 0.5 |
| Hex | FB | C6 | 5 | 0 | 15 | 62 | 2 | 2F | 61 | 32 |
| Octal | 373 | 306 | 5 | 0 | 25 | 142 | 2 | 57 | 141 | 62 |
| Binary | 11111011 | 11000110 | 101 | 0 | 10101 | 1100010 | 10 | 101111 | 1100001 | 110010 |
Color Harmonies of #FBC605
Complementary color
Monochromatic Colors of #FBC605
Black with #FBC605
Text Example
Text Example
White with #FBC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC605; }
p { color: rgb(251,198,5); }
H1.HeaderClassName
{
color: #FBC605;
}
.AnyTagClassName
{
color: #FBC605;
}
</style>
background-color css
<style>
a { background-color: #FBC605; }
a { background-color: rgb(251,198,5); }
div.DivClassName
{
background-color: #FBC605;
}
.BgClassName
{
background-color: #FBC605;
}
</style>
border-color css
<style>
span { border-color: #FBC605; }
span { border-color: rgb(251,198,5); }
td.TdClassName
{
border-color: #FBC605;
}
.TagClassName
{
border-color: #FBC605;
}
</style>