Shades of Golden Yellow #FCDD01
Tints of Golden Yellow #FCDD01
RGB
CMYK
RGB Variations
Color information
#FCDD01 (or 0xFCDD01) is known color: Golden Yellow. HEX triplet: FC, DD and 01. RGB value is (252,221,1). Sum of RGB (Red+Green+Blue) = 252+221+1=474 (62% of max value = 765). Red value is 252 (98.83% from 255 or 53.16% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 1 (0.78% from 255 or 0.21% from 474); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD01 is #0322FE. Grayscale: #CECECE. Windows color (decimal): -205567 or 122364. OLE color: 122364.
HSL color Cylindrical-coordinate representation of color #FCDD01: hue angle of 52.59º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FCDD01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.01 |
| HSL | 52.59º | 0.99% | 0.5% | - |
| HSV(B) | 52.59º | 1% | 0.99% | - |
| XYZ | 66.01 | 72.41 | 10.53 | - |
| YUV | 205.19 | 12.77 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 1 | 0 | 0.12 | 1.00 | 0.01 | 52.59 | 0.99 | 0.5 |
| Hex | FC | DD | 1 | 0 | C | 64 | 1 | 35 | 63 | 32 |
| Octal | 374 | 335 | 1 | 0 | 14 | 144 | 1 | 65 | 143 | 62 |
| Binary | 11111100 | 11011101 | 1 | 0 | 1100 | 1100100 | 1 | 110101 | 1100011 | 110010 |
Color Harmonies of #FCDD01
Complementary color
Monochromatic Colors of #FCDD01
Black with #FCDD01
Text Example
Text Example
White with #FCDD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD01; }
p { color: rgb(252,221,1); }
H1.HeaderClassName
{
color: #FCDD01;
}
.AnyTagClassName
{
color: #FCDD01;
}
</style>
background-color css
<style>
a { background-color: #FCDD01; }
a { background-color: rgb(252,221,1); }
div.DivClassName
{
background-color: #FCDD01;
}
.BgClassName
{
background-color: #FCDD01;
}
</style>
border-color css
<style>
span { border-color: #FCDD01; }
span { border-color: rgb(252,221,1); }
td.TdClassName
{
border-color: #FCDD01;
}
.TagClassName
{
border-color: #FCDD01;
}
</style>