Shades of Golden Poppy #FDC30E
Tints of Golden Poppy #FDC30E
RGB
CMYK
RGB Variations
Color information
#FDC30E (or 0xFDC30E) is known color: Golden Poppy. HEX triplet: FD, C3 and 0E. RGB value is (253,195,14). Sum of RGB (Red+Green+Blue) = 253+195+14=462 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.76% from 462); Green value is 195 (76.56% from 255 or 42.21% from 462); Blue value is 14 (5.86% from 255 or 3.03% from 462); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC30E is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC30E is #023CF1. Grayscale: #C0C0C0. Windows color (decimal): -146674 or 967677. OLE color: 967677.
HSL color Cylindrical-coordinate representation of color #FDC30E: hue angle of 45.44º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FDC30E is Cyan = 0, Magento = 0.23, Yellow = 0.94 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 14 | - |
| CMYK | 0 | 0.23 | 0.94 | 0.01 |
| HSL | 45.44º | 0.98% | 0.52% | - |
| HSV(B) | 45.44º | 0.94% | 0.99% | - |
| XYZ | 60.1 | 59.94 | 8.82 | - |
| YUV | 191.71 | 27.72 | 171.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 14 | 0 | 0.23 | 0.94 | 0.01 | 45.44 | 0.98 | 0.52 |
| Hex | FD | C3 | E | 0 | 17 | 5E | 1 | 2D | 62 | 34 |
| Octal | 375 | 303 | 16 | 0 | 27 | 136 | 1 | 55 | 142 | 64 |
| Binary | 11111101 | 11000011 | 1110 | 0 | 10111 | 1011110 | 1 | 101101 | 1100010 | 110100 |
Color Harmonies of #FDC30E
Complementary color
Monochromatic Colors of #FDC30E
Black with #FDC30E
Text Example
Text Example
White with #FDC30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC30E; }
p { color: rgb(253,195,14); }
H1.HeaderClassName
{
color: #FDC30E;
}
.AnyTagClassName
{
color: #FDC30E;
}
</style>
background-color css
<style>
a { background-color: #FDC30E; }
a { background-color: rgb(253,195,14); }
div.DivClassName
{
background-color: #FDC30E;
}
.BgClassName
{
background-color: #FDC30E;
}
</style>
border-color css
<style>
span { border-color: #FDC30E; }
span { border-color: rgb(253,195,14); }
td.TdClassName
{
border-color: #FDC30E;
}
.TagClassName
{
border-color: #FDC30E;
}
</style>