Shades of Golden Poppy #FBC40D
Tints of Golden Poppy #FBC40D
RGB
CMYK
RGB Variations
Color information
#FBC40D (or 0xFBC40D) is known color: Golden Poppy. HEX triplet: FB, C4 and 0D. RGB value is (251,196,13). Sum of RGB (Red+Green+Blue) = 251+196+13=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 196 (76.95% from 255 or 42.61% from 460); Blue value is 13 (5.47% from 255 or 2.83% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC40D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FBC40D is #043BF2. Grayscale: #C0C0C0. Windows color (decimal): -277491 or 902395. OLE color: 902395.
HSL color Cylindrical-coordinate representation of color #FBC40D: hue angle of 46.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 #FBC40D is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 196 | 13 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.02 |
| HSL | 46.13º | 0.97% | 0.52% | - |
| HSV(B) | 46.13º | 0.95% | 0.98% | - |
| XYZ | 59.6 | 60.02 | 8.82 | - |
| YUV | 191.58 | 27.22 | 170.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 196 | 13 | 0 | 0.22 | 0.95 | 0.02 | 46.13 | 0.97 | 0.52 |
| Hex | FB | C4 | D | 0 | 16 | 5F | 2 | 2E | 61 | 34 |
| Octal | 373 | 304 | 15 | 0 | 26 | 137 | 2 | 56 | 141 | 64 |
| Binary | 11111011 | 11000100 | 1101 | 0 | 10110 | 1011111 | 10 | 101110 | 1100001 | 110100 |
Color Harmonies of #FBC40D
Complementary color
Monochromatic Colors of #FBC40D
Black with #FBC40D
Text Example
Text Example
White with #FBC40D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC40D; }
p { color: rgb(251,196,13); }
H1.HeaderClassName
{
color: #FBC40D;
}
.AnyTagClassName
{
color: #FBC40D;
}
</style>
background-color css
<style>
a { background-color: #FBC40D; }
a { background-color: rgb(251,196,13); }
div.DivClassName
{
background-color: #FBC40D;
}
.BgClassName
{
background-color: #FBC40D;
}
</style>
border-color css
<style>
span { border-color: #FBC40D; }
span { border-color: rgb(251,196,13); }
td.TdClassName
{
border-color: #FBC40D;
}
.TagClassName
{
border-color: #FBC40D;
}
</style>