Shades of Golden Poppy #FDC50C
Tints of Golden Poppy #FDC50C
RGB
CMYK
RGB Variations
Color information
#FDC50C (or 0xFDC50C) is known color: Golden Poppy. HEX triplet: FD, C5 and 0C. RGB value is (253,197,12). Sum of RGB (Red+Green+Blue) = 253+197+12=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 197 (77.34% from 255 or 42.64% from 462); Blue value is 12 (5.08% from 255 or 2.60% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC50C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC50C is #023AF3. Grayscale: #C1C1C1. Windows color (decimal): -146164 or 837117. OLE color: 837117.
HSL color Cylindrical-coordinate representation of color #FDC50C: hue angle of 46.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FDC50C is Cyan = 0, Magento = 0.22, Yellow = 0.95 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 12 | - |
| CMYK | 0 | 0.22 | 0.95 | 0.01 |
| HSL | 46.06º | 0.98% | 0.52% | - |
| HSV(B) | 46.06º | 0.95% | 0.99% | - |
| XYZ | 60.54 | 60.84 | 8.9 | - |
| YUV | 192.65 | 26.05 | 171.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 12 | 0 | 0.22 | 0.95 | 0.01 | 46.06 | 0.98 | 0.52 |
| Hex | FD | C5 | C | 0 | 16 | 5F | 1 | 2E | 62 | 34 |
| Octal | 375 | 305 | 14 | 0 | 26 | 137 | 1 | 56 | 142 | 64 |
| Binary | 11111101 | 11000101 | 1100 | 0 | 10110 | 1011111 | 1 | 101110 | 1100010 | 110100 |
Color Harmonies of #FDC50C
Complementary color
Monochromatic Colors of #FDC50C
Black with #FDC50C
Text Example
Text Example
White with #FDC50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC50C; }
p { color: rgb(253,197,12); }
H1.HeaderClassName
{
color: #FDC50C;
}
.AnyTagClassName
{
color: #FDC50C;
}
</style>
background-color css
<style>
a { background-color: #FDC50C; }
a { background-color: rgb(253,197,12); }
div.DivClassName
{
background-color: #FDC50C;
}
.BgClassName
{
background-color: #FDC50C;
}
</style>
border-color css
<style>
span { border-color: #FDC50C; }
span { border-color: rgb(253,197,12); }
td.TdClassName
{
border-color: #FDC50C;
}
.TagClassName
{
border-color: #FDC50C;
}
</style>