Shades of Golden Poppy #FBC00D
Tints of Golden Poppy #FBC00D
RGB
CMYK
RGB Variations
Color information
#FBC00D (or 0xFBC00D) is known color: Golden Poppy. HEX triplet: FB, C0 and 0D. RGB value is (251,192,13). Sum of RGB (Red+Green+Blue) = 251+192+13=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 13 (5.47% from 255 or 2.85% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC00D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC00D is #043FF2. Grayscale: #BEBEBE. Windows color (decimal): -278515 or 901371. OLE color: 901371.
HSL color Cylindrical-coordinate representation of color #FBC00D: hue angle of 45.13º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FBC00D is Cyan = 0, Magento = 0.24, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 192 | 13 | - |
| CMYK | 0 | 0.24 | 0.95 | 0.02 |
| HSL | 45.13º | 0.97% | 0.52% | - |
| HSV(B) | 45.13º | 0.95% | 0.98% | - |
| XYZ | 58.71 | 58.24 | 8.53 | - |
| YUV | 189.24 | 28.55 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 192 | 13 | 0 | 0.24 | 0.95 | 0.02 | 45.13 | 0.97 | 0.52 |
| Hex | FB | C0 | D | 0 | 18 | 5F | 2 | 2D | 61 | 34 |
| Octal | 373 | 300 | 15 | 0 | 30 | 137 | 2 | 55 | 141 | 64 |
| Binary | 11111011 | 11000000 | 1101 | 0 | 11000 | 1011111 | 10 | 101101 | 1100001 | 110100 |
Color Harmonies of #FBC00D
Complementary color
Monochromatic Colors of #FBC00D
Black with #FBC00D
Text Example
Text Example
White with #FBC00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC00D; }
p { color: rgb(251,192,13); }
H1.HeaderClassName
{
color: #FBC00D;
}
.AnyTagClassName
{
color: #FBC00D;
}
</style>
background-color css
<style>
a { background-color: #FBC00D; }
a { background-color: rgb(251,192,13); }
div.DivClassName
{
background-color: #FBC00D;
}
.BgClassName
{
background-color: #FBC00D;
}
</style>
border-color css
<style>
span { border-color: #FBC00D; }
span { border-color: rgb(251,192,13); }
td.TdClassName
{
border-color: #FBC00D;
}
.TagClassName
{
border-color: #FBC00D;
}
</style>