Shades of Golden Yellow #FCDD06
Tints of Golden Yellow #FCDD06
RGB
CMYK
RGB Variations
Color information
#FCDD06 (or 0xFCDD06) is known color: Golden Yellow. HEX triplet: FC, DD and 06. RGB value is (252,221,6). Sum of RGB (Red+Green+Blue) = 252+221+6=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 6 (2.73% from 255 or 1.25% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD06 is #0322F9. Grayscale: #CECECE. Windows color (decimal): -205562 or 450044. OLE color: 450044.
HSL color Cylindrical-coordinate representation of color #FCDD06: hue angle of 52.44º 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 #FCDD06 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.01 |
| HSL | 52.44º | 0.98% | 0.51% | - |
| HSV(B) | 52.44º | 0.98% | 0.99% | - |
| XYZ | 66.03 | 72.42 | 10.67 | - |
| YUV | 205.76 | 15.27 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 6 | 0 | 0.12 | 0.98 | 0.01 | 52.44 | 0.98 | 0.51 |
| Hex | FC | DD | 6 | 0 | C | 62 | 1 | 34 | 62 | 33 |
| Octal | 374 | 335 | 6 | 0 | 14 | 142 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011101 | 110 | 0 | 1100 | 1100010 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDD06
Complementary color
Monochromatic Colors of #FCDD06
Black with #FCDD06
Text Example
Text Example
White with #FCDD06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD06; }
p { color: rgb(252,221,6); }
H1.HeaderClassName
{
color: #FCDD06;
}
.AnyTagClassName
{
color: #FCDD06;
}
</style>
background-color css
<style>
a { background-color: #FCDD06; }
a { background-color: rgb(252,221,6); }
div.DivClassName
{
background-color: #FCDD06;
}
.BgClassName
{
background-color: #FCDD06;
}
</style>
border-color css
<style>
span { border-color: #FCDD06; }
span { border-color: rgb(252,221,6); }
td.TdClassName
{
border-color: #FCDD06;
}
.TagClassName
{
border-color: #FCDD06;
}
</style>