Shades of Golden Poppy #FDC512
Tints of Golden Poppy #FDC512
RGB
CMYK
RGB Variations
Color information
#FDC512 (or 0xFDC512) is known color: Golden Poppy. HEX triplet: FD, C5 and 12. RGB value is (253,197,18). Sum of RGB (Red+Green+Blue) = 253+197+18=468 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.06% from 468); Green value is 197 (77.34% from 255 or 42.09% from 468); Blue value is 18 (7.42% from 255 or 3.85% from 468); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC512 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC512 is #023AED. Grayscale: #C2C2C2. Windows color (decimal): -146158 or 1230333. OLE color: 1230333.
HSL color Cylindrical-coordinate representation of color #FDC512: hue angle of 45.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FDC512 is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 18 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.01 |
| HSL | 45.7º | 0.98% | 0.53% | - |
| HSV(B) | 45.7º | 0.93% | 0.99% | - |
| XYZ | 60.58 | 60.86 | 9.13 | - |
| YUV | 193.34 | 29.05 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 18 | 0 | 0.22 | 0.93 | 0.01 | 45.7 | 0.98 | 0.53 |
| Hex | FD | C5 | 12 | 0 | 16 | 5D | 1 | 2E | 62 | 35 |
| Octal | 375 | 305 | 22 | 0 | 26 | 135 | 1 | 56 | 142 | 65 |
| Binary | 11111101 | 11000101 | 10010 | 0 | 10110 | 1011101 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FDC512
Complementary color
Monochromatic Colors of #FDC512
Black with #FDC512
Text Example
Text Example
White with #FDC512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC512; }
p { color: rgb(253,197,18); }
H1.HeaderClassName
{
color: #FDC512;
}
.AnyTagClassName
{
color: #FDC512;
}
</style>
background-color css
<style>
a { background-color: #FDC512; }
a { background-color: rgb(253,197,18); }
div.DivClassName
{
background-color: #FDC512;
}
.BgClassName
{
background-color: #FDC512;
}
</style>
border-color css
<style>
span { border-color: #FDC512; }
span { border-color: rgb(253,197,18); }
td.TdClassName
{
border-color: #FDC512;
}
.TagClassName
{
border-color: #FDC512;
}
</style>