Shades of Golden Poppy #FBC700
Tints of Golden Poppy #FBC700
RGB
CMYK
RGB Variations
Color information
#FBC700 (or 0xFBC700) is known color: Golden Poppy. HEX triplet: FB, C7 and 00. RGB value is (251,199,0). Sum of RGB (Red+Green+Blue) = 251+199+0=450 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.78% from 450); Green value is 199 (78.12% from 255 or 44.22% from 450); Blue value is 0 (0.39% from 255 or 0% from 450); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC700 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC700 is #0438FF. Grayscale: #C0C0C0. Windows color (decimal): -276736 or 51195. OLE color: 51195.
HSL color Cylindrical-coordinate representation of color #FBC700: hue angle of 47.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBC700 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 199 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.02 |
| HSL | 47.57º | 1% | 0.49% | - |
| HSV(B) | 47.57º | 1% | 0.98% | - |
| XYZ | 60.21 | 61.36 | 8.67 | - |
| YUV | 191.86 | 19.73 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 199 | 0 | 0 | 0.21 | 1 | 0.02 | 47.57 | 1 | 0.49 |
| Hex | FB | C7 | 0 | 0 | 15 | 64 | 2 | 30 | 64 | 31 |
| Octal | 373 | 307 | 0 | 0 | 25 | 144 | 2 | 60 | 144 | 61 |
| Binary | 11111011 | 11000111 | 0 | 0 | 10101 | 1100100 | 10 | 110000 | 1100100 | 110001 |
Color Harmonies of #FBC700
Complementary color
Monochromatic Colors of #FBC700
Black with #FBC700
Text Example
Text Example
White with #FBC700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC700; }
p { color: rgb(251,199,0); }
H1.HeaderClassName
{
color: #FBC700;
}
.AnyTagClassName
{
color: #FBC700;
}
</style>
background-color css
<style>
a { background-color: #FBC700; }
a { background-color: rgb(251,199,0); }
div.DivClassName
{
background-color: #FBC700;
}
.BgClassName
{
background-color: #FBC700;
}
</style>
border-color css
<style>
span { border-color: #FBC700; }
span { border-color: rgb(251,199,0); }
td.TdClassName
{
border-color: #FBC700;
}
.TagClassName
{
border-color: #FBC700;
}
</style>