Shades of Golden Poppy #FDC50F
Tints of Golden Poppy #FDC50F
RGB
CMYK
RGB Variations
Color information
#FDC50F (or 0xFDC50F) is known color: Golden Poppy. HEX triplet: FD, C5 and 0F. RGB value is (253,197,15). Sum of RGB (Red+Green+Blue) = 253+197+15=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 197 (77.34% from 255 or 42.37% from 465); Blue value is 15 (6.25% from 255 or 3.23% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC50F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC50F is #023AF0. Grayscale: #C1C1C1. Windows color (decimal): -146161 or 1033725. OLE color: 1033725.
HSL color Cylindrical-coordinate representation of color #FDC50F: hue angle of 45.88º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC50F is Cyan = 0, Magento = 0.22, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 15 | - |
| CMYK | 0 | 0.22 | 0.94 | 0.01 |
| HSL | 45.88º | 0.98% | 0.53% | - |
| HSV(B) | 45.88º | 0.94% | 0.99% | - |
| XYZ | 60.56 | 60.85 | 9.01 | - |
| YUV | 193 | 27.55 | 170.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 15 | 0 | 0.22 | 0.94 | 0.01 | 45.88 | 0.98 | 0.53 |
| Hex | FD | C5 | F | 0 | 16 | 5E | 1 | 2E | 62 | 35 |
| Octal | 375 | 305 | 17 | 0 | 26 | 136 | 1 | 56 | 142 | 65 |
| Binary | 11111101 | 11000101 | 1111 | 0 | 10110 | 1011110 | 1 | 101110 | 1100010 | 110101 |
Color Harmonies of #FDC50F
Complementary color
Monochromatic Colors of #FDC50F
Black with #FDC50F
Text Example
Text Example
White with #FDC50F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC50F; }
p { color: rgb(253,197,15); }
H1.HeaderClassName
{
color: #FDC50F;
}
.AnyTagClassName
{
color: #FDC50F;
}
</style>
background-color css
<style>
a { background-color: #FDC50F; }
a { background-color: rgb(253,197,15); }
div.DivClassName
{
background-color: #FDC50F;
}
.BgClassName
{
background-color: #FDC50F;
}
</style>
border-color css
<style>
span { border-color: #FDC50F; }
span { border-color: rgb(253,197,15); }
td.TdClassName
{
border-color: #FDC50F;
}
.TagClassName
{
border-color: #FDC50F;
}
</style>