Shades of Golden Poppy #FDC100
Tints of Golden Poppy #FDC100
RGB
CMYK
RGB Variations
Color information
#FDC100 (or 0xFDC100) is known color: Golden Poppy. HEX triplet: FD, C1 and 00. RGB value is (253,193,0). Sum of RGB (Red+Green+Blue) = 253+193+0=446 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.73% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 0 (0.39% from 255 or 0% from 446); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC100 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC100 is #023EFF. Grayscale: #BDBDBD. Windows color (decimal): -147200 or 49661. OLE color: 49661.
HSL color Cylindrical-coordinate representation of color #FDC100: hue angle of 45.77º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC100 is Cyan = 0, Magento = 0.24, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 0 | - |
| CMYK | 0 | 0.24 | 1 | 0.01 |
| HSL | 45.77º | 1% | 0.5% | - |
| HSV(B) | 45.77º | 1% | 0.99% | - |
| XYZ | 59.58 | 59.02 | 8.25 | - |
| YUV | 188.94 | 21.38 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 0 | 0 | 0.24 | 1 | 0.01 | 45.77 | 1 | 0.5 |
| Hex | FD | C1 | 0 | 0 | 18 | 64 | 1 | 2E | 64 | 32 |
| Octal | 375 | 301 | 0 | 0 | 30 | 144 | 1 | 56 | 144 | 62 |
| Binary | 11111101 | 11000001 | 0 | 0 | 11000 | 1100100 | 1 | 101110 | 1100100 | 110010 |
Color Harmonies of #FDC100
Complementary color
Monochromatic Colors of #FDC100
Black with #FDC100
Text Example
Text Example
White with #FDC100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC100; }
p { color: rgb(253,193,0); }
H1.HeaderClassName
{
color: #FDC100;
}
.AnyTagClassName
{
color: #FDC100;
}
</style>
background-color css
<style>
a { background-color: #FDC100; }
a { background-color: rgb(253,193,0); }
div.DivClassName
{
background-color: #FDC100;
}
.BgClassName
{
background-color: #FDC100;
}
</style>
border-color css
<style>
span { border-color: #FDC100; }
span { border-color: rgb(253,193,0); }
td.TdClassName
{
border-color: #FDC100;
}
.TagClassName
{
border-color: #FDC100;
}
</style>