Shades of Golden Poppy #FBC600
Tints of Golden Poppy #FBC600
RGB
CMYK
RGB Variations
Color information
#FBC600 (or 0xFBC600) is known color: Golden Poppy. HEX triplet: FB, C6 and 00. RGB value is (251,198,0). Sum of RGB (Red+Green+Blue) = 251+198+0=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 198 (77.73% from 255 or 44.10% from 449); Blue value is 0 (0.39% from 255 or 0% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC600 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC600 is #0439FF. Grayscale: #C0C0C0. Windows color (decimal): -276992 or 50939. OLE color: 50939.
HSL color Cylindrical-coordinate representation of color #FBC600: hue angle of 47.33º 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 #FBC600 is Cyan = 0, Magento = 0.21, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 198 | 0 | - |
| CMYK | 0 | 0.21 | 1 | 0.02 |
| HSL | 47.33º | 1% | 0.49% | - |
| HSV(B) | 47.33º | 1% | 0.98% | - |
| XYZ | 59.98 | 60.9 | 8.59 | - |
| YUV | 191.28 | 20.06 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 198 | 0 | 0 | 0.21 | 1 | 0.02 | 47.33 | 1 | 0.49 |
| Hex | FB | C6 | 0 | 0 | 15 | 64 | 2 | 2F | 64 | 31 |
| Octal | 373 | 306 | 0 | 0 | 25 | 144 | 2 | 57 | 144 | 61 |
| Binary | 11111011 | 11000110 | 0 | 0 | 10101 | 1100100 | 10 | 101111 | 1100100 | 110001 |
Color Harmonies of #FBC600
Complementary color
Monochromatic Colors of #FBC600
Black with #FBC600
Text Example
Text Example
White with #FBC600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC600; }
p { color: rgb(251,198,0); }
H1.HeaderClassName
{
color: #FBC600;
}
.AnyTagClassName
{
color: #FBC600;
}
</style>
background-color css
<style>
a { background-color: #FBC600; }
a { background-color: rgb(251,198,0); }
div.DivClassName
{
background-color: #FBC600;
}
.BgClassName
{
background-color: #FBC600;
}
</style>
border-color css
<style>
span { border-color: #FBC600; }
span { border-color: rgb(251,198,0); }
td.TdClassName
{
border-color: #FBC600;
}
.TagClassName
{
border-color: #FBC600;
}
</style>