Shades of Golden Poppy #FDC305
Tints of Golden Poppy #FDC305
RGB
CMYK
RGB Variations
Color information
#FDC305 (or 0xFDC305) is known color: Golden Poppy. HEX triplet: FD, C3 and 05. RGB value is (253,195,5). Sum of RGB (Red+Green+Blue) = 253+195+5=453 (60% of max value = 765). Red value is 253 (99.22% from 255 or 55.85% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 5 (2.34% from 255 or 1.10% from 453); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC305 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC305 is #023CFA. Grayscale: #BFBFBF. Windows color (decimal): -146683 or 377853. OLE color: 377853.
HSL color Cylindrical-coordinate representation of color #FDC305: hue angle of 45.97º 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 #FDC305 is Cyan = 0, Magento = 0.23, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 195 | 5 | - |
| CMYK | 0 | 0.23 | 0.98 | 0.01 |
| HSL | 45.97º | 0.98% | 0.51% | - |
| HSV(B) | 45.97º | 0.98% | 0.99% | - |
| XYZ | 60.05 | 59.92 | 8.55 | - |
| YUV | 190.68 | 23.22 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 195 | 5 | 0 | 0.23 | 0.98 | 0.01 | 45.97 | 0.98 | 0.51 |
| Hex | FD | C3 | 5 | 0 | 17 | 62 | 1 | 2E | 62 | 33 |
| Octal | 375 | 303 | 5 | 0 | 27 | 142 | 1 | 56 | 142 | 63 |
| Binary | 11111101 | 11000011 | 101 | 0 | 10111 | 1100010 | 1 | 101110 | 1100010 | 110011 |
Color Harmonies of #FDC305
Complementary color
Monochromatic Colors of #FDC305
Black with #FDC305
Text Example
Text Example
White with #FDC305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC305; }
p { color: rgb(253,195,5); }
H1.HeaderClassName
{
color: #FDC305;
}
.AnyTagClassName
{
color: #FDC305;
}
</style>
background-color css
<style>
a { background-color: #FDC305; }
a { background-color: rgb(253,195,5); }
div.DivClassName
{
background-color: #FDC305;
}
.BgClassName
{
background-color: #FDC305;
}
</style>
border-color css
<style>
span { border-color: #FDC305; }
span { border-color: rgb(253,195,5); }
td.TdClassName
{
border-color: #FDC305;
}
.TagClassName
{
border-color: #FDC305;
}
</style>