Shades of Golden Poppy #FDC102
Tints of Golden Poppy #FDC102
RGB
CMYK
RGB Variations
Color information
#FDC102 (or 0xFDC102) is known color: Golden Poppy. HEX triplet: FD, C1 and 02. RGB value is (253,193,2). Sum of RGB (Red+Green+Blue) = 253+193+2=448 (59% of max value = 765). Red value is 253 (99.22% from 255 or 56.47% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 2 (1.17% from 255 or 0.45% from 448); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC102 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDC102 is #023EFD. Grayscale: #BDBDBD. Windows color (decimal): -147198 or 180733. OLE color: 180733.
HSL color Cylindrical-coordinate representation of color #FDC102: hue angle of 45.66º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FDC102 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 2 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.01 |
| HSL | 45.66º | 0.98% | 0.5% | - |
| HSV(B) | 45.66º | 0.99% | 0.99% | - |
| XYZ | 59.59 | 59.03 | 8.31 | - |
| YUV | 189.17 | 22.38 | 173.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 2 | 0 | 0.24 | 0.99 | 0.01 | 45.66 | 0.98 | 0.5 |
| Hex | FD | C1 | 2 | 0 | 18 | 63 | 1 | 2E | 62 | 32 |
| Octal | 375 | 301 | 2 | 0 | 30 | 143 | 1 | 56 | 142 | 62 |
| Binary | 11111101 | 11000001 | 10 | 0 | 11000 | 1100011 | 1 | 101110 | 1100010 | 110010 |
Color Harmonies of #FDC102
Complementary color
Monochromatic Colors of #FDC102
Black with #FDC102
Text Example
Text Example
White with #FDC102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC102; }
p { color: rgb(253,193,2); }
H1.HeaderClassName
{
color: #FDC102;
}
.AnyTagClassName
{
color: #FDC102;
}
</style>
background-color css
<style>
a { background-color: #FDC102; }
a { background-color: rgb(253,193,2); }
div.DivClassName
{
background-color: #FDC102;
}
.BgClassName
{
background-color: #FDC102;
}
</style>
border-color css
<style>
span { border-color: #FDC102; }
span { border-color: rgb(253,193,2); }
td.TdClassName
{
border-color: #FDC102;
}
.TagClassName
{
border-color: #FDC102;
}
</style>