Shades of Golden Poppy #FBC001
Tints of Golden Poppy #FBC001
RGB
CMYK
RGB Variations
Color information
#FBC001 (or 0xFBC001) is known color: Golden Poppy. HEX triplet: FB, C0 and 01. RGB value is (251,192,1). Sum of RGB (Red+Green+Blue) = 251+192+1=444 (58% of max value = 765). Red value is 251 (98.44% from 255 or 56.53% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 1 (0.78% from 255 or 0.23% from 444); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC001 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC001 is #043FFE. Grayscale: #BCBCBC. Windows color (decimal): -278527 or 114939. OLE color: 114939.
HSL color Cylindrical-coordinate representation of color #FBC001: hue angle of 45.84º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FBC001 is Cyan = 0, Magento = 0.24, Yellow = 1.00 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 1 | - |
| CMYK | 0 | 0.24 | 1.00 | 0.02 |
| HSL | 45.84º | 0.99% | 0.49% | - |
| HSV(B) | 45.84º | 1% | 0.98% | - |
| XYZ | 58.64 | 58.21 | 8.17 | - |
| YUV | 187.87 | 22.55 | 173.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 1 | 0 | 0.24 | 1.00 | 0.02 | 45.84 | 0.99 | 0.49 |
| Hex | FB | C0 | 1 | 0 | 18 | 64 | 2 | 2E | 63 | 31 |
| Octal | 373 | 300 | 1 | 0 | 30 | 144 | 2 | 56 | 143 | 61 |
| Binary | 11111011 | 11000000 | 1 | 0 | 11000 | 1100100 | 10 | 101110 | 1100011 | 110001 |
Color Harmonies of #FBC001
Complementary color
Monochromatic Colors of #FBC001
Black with #FBC001
Text Example
Text Example
White with #FBC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC001; }
p { color: rgb(251,192,1); }
H1.HeaderClassName
{
color: #FBC001;
}
.AnyTagClassName
{
color: #FBC001;
}
</style>
background-color css
<style>
a { background-color: #FBC001; }
a { background-color: rgb(251,192,1); }
div.DivClassName
{
background-color: #FBC001;
}
.BgClassName
{
background-color: #FBC001;
}
</style>
border-color css
<style>
span { border-color: #FBC001; }
span { border-color: rgb(251,192,1); }
td.TdClassName
{
border-color: #FBC001;
}
.TagClassName
{
border-color: #FBC001;
}
</style>