Shades of Golden Yellow #FCDD0A
Tints of Golden Yellow #FCDD0A
RGB
CMYK
RGB Variations
Color information
#FCDD0A (or 0xFCDD0A) is known color: Golden Yellow. HEX triplet: FC, DD and 0A. RGB value is (252,221,10). Sum of RGB (Red+Green+Blue) = 252+221+10=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 10 (4.30% from 255 or 2.07% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD0A is #0322F5. Grayscale: #CFCFCF. Windows color (decimal): -205558 or 712188. OLE color: 712188.
HSL color Cylindrical-coordinate representation of color #FCDD0A: hue angle of 52.31º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCDD0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.01 |
| HSL | 52.31º | 0.98% | 0.51% | - |
| HSV(B) | 52.31º | 0.96% | 0.99% | - |
| XYZ | 66.06 | 72.43 | 10.79 | - |
| YUV | 206.22 | 17.27 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 10 | 0 | 0.12 | 0.96 | 0.01 | 52.31 | 0.98 | 0.51 |
| Hex | FC | DD | A | 0 | C | 60 | 1 | 34 | 62 | 33 |
| Octal | 374 | 335 | 12 | 0 | 14 | 140 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011101 | 1010 | 0 | 1100 | 1100000 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDD0A
Complementary color
Monochromatic Colors of #FCDD0A
Black with #FCDD0A
Text Example
Text Example
White with #FCDD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD0A; }
p { color: rgb(252,221,10); }
H1.HeaderClassName
{
color: #FCDD0A;
}
.AnyTagClassName
{
color: #FCDD0A;
}
</style>
background-color css
<style>
a { background-color: #FCDD0A; }
a { background-color: rgb(252,221,10); }
div.DivClassName
{
background-color: #FCDD0A;
}
.BgClassName
{
background-color: #FCDD0A;
}
</style>
border-color css
<style>
span { border-color: #FCDD0A; }
span { border-color: rgb(252,221,10); }
td.TdClassName
{
border-color: #FCDD0A;
}
.TagClassName
{
border-color: #FCDD0A;
}
</style>