Shades of Golden Yellow #FCDD03
Tints of Golden Yellow #FCDD03
RGB
CMYK
RGB Variations
Color information
#FCDD03 (or 0xFCDD03) is known color: Golden Yellow. HEX triplet: FC, DD and 03. RGB value is (252,221,3). Sum of RGB (Red+Green+Blue) = 252+221+3=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 221 (86.72% from 255 or 46.43% from 476); Blue value is 3 (1.56% from 255 or 0.63% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDD03 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDD03 is #0322FC. Grayscale: #CECECE. Windows color (decimal): -205565 or 253436. OLE color: 253436.
HSL color Cylindrical-coordinate representation of color #FCDD03: hue angle of 52.53º 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 #FCDD03 is Cyan = 0, Magento = 0.12, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 221 | 3 | - |
| CMYK | 0 | 0.12 | 0.99 | 0.01 |
| HSL | 52.53º | 0.98% | 0.5% | - |
| HSV(B) | 52.53º | 0.99% | 0.99% | - |
| XYZ | 66.02 | 72.41 | 10.58 | - |
| YUV | 205.42 | 13.77 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 221 | 3 | 0 | 0.12 | 0.99 | 0.01 | 52.53 | 0.98 | 0.5 |
| Hex | FC | DD | 3 | 0 | C | 63 | 1 | 35 | 62 | 32 |
| Octal | 374 | 335 | 3 | 0 | 14 | 143 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11011101 | 11 | 0 | 1100 | 1100011 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCDD03
Complementary color
Monochromatic Colors of #FCDD03
Black with #FCDD03
Text Example
Text Example
White with #FCDD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDD03; }
p { color: rgb(252,221,3); }
H1.HeaderClassName
{
color: #FCDD03;
}
.AnyTagClassName
{
color: #FCDD03;
}
</style>
background-color css
<style>
a { background-color: #FCDD03; }
a { background-color: rgb(252,221,3); }
div.DivClassName
{
background-color: #FCDD03;
}
.BgClassName
{
background-color: #FCDD03;
}
</style>
border-color css
<style>
span { border-color: #FCDD03; }
span { border-color: rgb(252,221,3); }
td.TdClassName
{
border-color: #FCDD03;
}
.TagClassName
{
border-color: #FCDD03;
}
</style>