Shades of Golden Poppy #FDC601
Tints of Golden Poppy #FDC601
RGB
CMYK
RGB Variations
Color information
#FDC601 (or 0xFDC601) is known color: Golden Poppy. HEX triplet: FD, C6 and 01. RGB value is (253,198,1). Sum of RGB (Red+Green+Blue) = 253+198+1=452 (59% of max value = 765). Red value is 253 (99.22% from 255 or 55.97% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 1 (0.78% from 255 or 0.22% from 452); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC601 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC601 is #0239FE. Grayscale: #C0C0C0. Windows color (decimal): -145919 or 116477. OLE color: 116477.
HSL color Cylindrical-coordinate representation of color #FDC601: hue angle of 46.9º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDC601 is Cyan = 0, Magento = 0.22, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 1 | - |
| CMYK | 0 | 0.22 | 1.00 | 0.01 |
| HSL | 46.9º | 0.99% | 0.5% | - |
| HSV(B) | 46.9º | 1% | 0.99% | - |
| XYZ | 60.71 | 61.27 | 8.66 | - |
| YUV | 191.99 | 20.22 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 1 | 0 | 0.22 | 1.00 | 0.01 | 46.9 | 0.99 | 0.5 |
| Hex | FD | C6 | 1 | 0 | 16 | 64 | 1 | 2F | 63 | 32 |
| Octal | 375 | 306 | 1 | 0 | 26 | 144 | 1 | 57 | 143 | 62 |
| Binary | 11111101 | 11000110 | 1 | 0 | 10110 | 1100100 | 1 | 101111 | 1100011 | 110010 |
Color Harmonies of #FDC601
Complementary color
Monochromatic Colors of #FDC601
Black with #FDC601
Text Example
Text Example
White with #FDC601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC601; }
p { color: rgb(253,198,1); }
H1.HeaderClassName
{
color: #FDC601;
}
.AnyTagClassName
{
color: #FDC601;
}
</style>
background-color css
<style>
a { background-color: #FDC601; }
a { background-color: rgb(253,198,1); }
div.DivClassName
{
background-color: #FDC601;
}
.BgClassName
{
background-color: #FDC601;
}
</style>
border-color css
<style>
span { border-color: #FDC601; }
span { border-color: rgb(253,198,1); }
td.TdClassName
{
border-color: #FDC601;
}
.TagClassName
{
border-color: #FDC601;
}
</style>