Shades of Golden Poppy #FDC712
Tints of Golden Poppy #FDC712
RGB
CMYK
RGB Variations
Color information
#FDC712 (or 0xFDC712) is known color: Golden Poppy. HEX triplet: FD, C7 and 12. RGB value is (253,199,18). Sum of RGB (Red+Green+Blue) = 253+199+18=470 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.83% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 18 (7.42% from 255 or 3.83% from 470); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC712 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC712 is #0238ED. Grayscale: #C3C3C3. Windows color (decimal): -145646 or 1230845. OLE color: 1230845.
HSL color Cylindrical-coordinate representation of color #FDC712: hue angle of 46.21º 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 #FDC712 is Cyan = 0, Magento = 0.21, Yellow = 0.93 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 18 | - |
| CMYK | 0 | 0.21 | 0.93 | 0.01 |
| HSL | 46.21º | 0.98% | 0.53% | - |
| HSV(B) | 46.21º | 0.93% | 0.99% | - |
| XYZ | 61.04 | 61.77 | 9.28 | - |
| YUV | 194.51 | 28.39 | 169.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 18 | 0 | 0.21 | 0.93 | 0.01 | 46.21 | 0.98 | 0.53 |
| Hex | FD | C7 | 12 | 0 | 15 | 5D | 1 | 2E | 62 | 35 |
| Octal | 375 | 307 | 22 | 0 | 25 | 135 | 1 | 56 | 142 | 65 |
| Binary | 11111101 | 11000111 | 10010 | 0 | 10101 | 1011101 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FDC712
Complementary color
Monochromatic Colors of #FDC712
Black with #FDC712
Text Example
Text Example
White with #FDC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC712; }
p { color: rgb(253,199,18); }
H1.HeaderClassName
{
color: #FDC712;
}
.AnyTagClassName
{
color: #FDC712;
}
</style>
background-color css
<style>
a { background-color: #FDC712; }
a { background-color: rgb(253,199,18); }
div.DivClassName
{
background-color: #FDC712;
}
.BgClassName
{
background-color: #FDC712;
}
</style>
border-color css
<style>
span { border-color: #FDC712; }
span { border-color: rgb(253,199,18); }
td.TdClassName
{
border-color: #FDC712;
}
.TagClassName
{
border-color: #FDC712;
}
</style>