Shades of Golden Poppy #FDC50B
Tints of Golden Poppy #FDC50B
RGB
CMYK
RGB Variations
Color information
#FDC50B (or 0xFDC50B) is known color: Golden Poppy. HEX triplet: FD, C5 and 0B. RGB value is (253,197,11). Sum of RGB (Red+Green+Blue) = 253+197+11=461 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.88% from 461); Green value is 197 (77.34% from 255 or 42.73% from 461); Blue value is 11 (4.69% from 255 or 2.39% from 461); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC50B is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC50B is #023AF4. Grayscale: #C1C1C1. Windows color (decimal): -146165 or 771581. OLE color: 771581.
HSL color Cylindrical-coordinate representation of color #FDC50B: hue angle of 46.12º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FDC50B is Cyan = 0, Magento = 0.22, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 11 | - |
| CMYK | 0 | 0.22 | 0.96 | 0.01 |
| HSL | 46.12º | 0.98% | 0.52% | - |
| HSV(B) | 46.12º | 0.96% | 0.99% | - |
| XYZ | 60.53 | 60.84 | 8.87 | - |
| YUV | 192.54 | 25.55 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 11 | 0 | 0.22 | 0.96 | 0.01 | 46.12 | 0.98 | 0.52 |
| Hex | FD | C5 | B | 0 | 16 | 60 | 1 | 2E | 62 | 34 |
| Octal | 375 | 305 | 13 | 0 | 26 | 140 | 1 | 56 | 142 | 64 |
| Binary | 11111101 | 11000101 | 1011 | 0 | 10110 | 1100000 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FDC50B
Complementary color
Monochromatic Colors of #FDC50B
Black with #FDC50B
Text Example
Text Example
White with #FDC50B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC50B; }
p { color: rgb(253,197,11); }
H1.HeaderClassName
{
color: #FDC50B;
}
.AnyTagClassName
{
color: #FDC50B;
}
</style>
background-color css
<style>
a { background-color: #FDC50B; }
a { background-color: rgb(253,197,11); }
div.DivClassName
{
background-color: #FDC50B;
}
.BgClassName
{
background-color: #FDC50B;
}
</style>
border-color css
<style>
span { border-color: #FDC50B; }
span { border-color: rgb(253,197,11); }
td.TdClassName
{
border-color: #FDC50B;
}
.TagClassName
{
border-color: #FDC50B;
}
</style>