Shades of Golden Poppy #FDC401
Tints of Golden Poppy #FDC401
RGB
CMYK
RGB Variations
Color information
#FDC401 (or 0xFDC401) is known color: Golden Poppy. HEX triplet: FD, C4 and 01. RGB value is (253,196,1). Sum of RGB (Red+Green+Blue) = 253+196+1=450 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.22% from 450); Green value is 196 (76.95% from 255 or 43.56% from 450); Blue value is 1 (0.78% from 255 or 0.22% from 450); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC401 is #023BFE. Grayscale: #BFBFBF. Windows color (decimal): -146431 or 115965. OLE color: 115965.
HSL color Cylindrical-coordinate representation of color #FDC401: hue angle of 46.43º 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 #FDC401 is Cyan = 0, Magento = 0.23, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 196 | 1 | - |
| CMYK | 0 | 0.23 | 1.00 | 0.01 |
| HSL | 46.43º | 0.99% | 0.5% | - |
| HSV(B) | 46.43º | 1% | 0.99% | - |
| XYZ | 60.25 | 60.36 | 8.5 | - |
| YUV | 190.81 | 20.88 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 196 | 1 | 0 | 0.23 | 1.00 | 0.01 | 46.43 | 0.99 | 0.5 |
| Hex | FD | C4 | 1 | 0 | 17 | 64 | 1 | 2E | 63 | 32 |
| Octal | 375 | 304 | 1 | 0 | 27 | 144 | 1 | 56 | 143 | 62 |
| Binary | 11111101 | 11000100 | 1 | 0 | 10111 | 1100100 | 1 | 101110 | 1100011 | 110010 |
Color Harmonies of #FDC401
Complementary color
Monochromatic Colors of #FDC401
Black with #FDC401
Text Example
Text Example
White with #FDC401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC401; }
p { color: rgb(253,196,1); }
H1.HeaderClassName
{
color: #FDC401;
}
.AnyTagClassName
{
color: #FDC401;
}
</style>
background-color css
<style>
a { background-color: #FDC401; }
a { background-color: rgb(253,196,1); }
div.DivClassName
{
background-color: #FDC401;
}
.BgClassName
{
background-color: #FDC401;
}
</style>
border-color css
<style>
span { border-color: #FDC401; }
span { border-color: rgb(253,196,1); }
td.TdClassName
{
border-color: #FDC401;
}
.TagClassName
{
border-color: #FDC401;
}
</style>