Shades of Golden Poppy #FDC306
Tints of Golden Poppy #FDC306
RGB
CMYK
RGB Variations
Color information
#FDC306 (or 0xFDC306) is known color: Golden Poppy. HEX triplet: FD, C3 and 06. RGB value is (253,195,6). Sum of RGB (Red+Green+Blue) = 253+195+6=454 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.73% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 6 (2.73% from 255 or 1.32% from 454); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC306 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC306 is #023CF9. Grayscale: #BFBFBF. Windows color (decimal): -146682 or 443389. OLE color: 443389.
HSL color Cylindrical-coordinate representation of color #FDC306: hue angle of 45.91º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FDC306 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 6 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.01 |
| HSL | 45.91º | 0.98% | 0.51% | - |
| HSV(B) | 45.91º | 0.98% | 0.99% | - |
| XYZ | 60.06 | 59.93 | 8.57 | - |
| YUV | 190.8 | 23.72 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 6 | 0 | 0.23 | 0.98 | 0.01 | 45.91 | 0.98 | 0.51 |
| Hex | FD | C3 | 6 | 0 | 17 | 62 | 1 | 2E | 62 | 33 |
| Octal | 375 | 303 | 6 | 0 | 27 | 142 | 1 | 56 | 142 | 63 |
| Binary | 11111101 | 11000011 | 110 | 0 | 10111 | 1100010 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FDC306
Complementary color
Monochromatic Colors of #FDC306
Black with #FDC306
Text Example
Text Example
White with #FDC306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC306; }
p { color: rgb(253,195,6); }
H1.HeaderClassName
{
color: #FDC306;
}
.AnyTagClassName
{
color: #FDC306;
}
</style>
background-color css
<style>
a { background-color: #FDC306; }
a { background-color: rgb(253,195,6); }
div.DivClassName
{
background-color: #FDC306;
}
.BgClassName
{
background-color: #FDC306;
}
</style>
border-color css
<style>
span { border-color: #FDC306; }
span { border-color: rgb(253,195,6); }
td.TdClassName
{
border-color: #FDC306;
}
.TagClassName
{
border-color: #FDC306;
}
</style>