Shades of Golden Yellow #FCDC07
Tints of Golden Yellow #FCDC07
RGB
CMYK
RGB Variations
Color information
#FCDC07 (or 0xFCDC07) is known color: Golden Yellow. HEX triplet: FC, DC and 07. RGB value is (252,220,7). Sum of RGB (Red+Green+Blue) = 252+220+7=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 7 (3.12% from 255 or 1.46% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC07 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC07 is #0323F8. Grayscale: #CECECE. Windows color (decimal): -205817 or 515324. OLE color: 515324.
HSL color Cylindrical-coordinate representation of color #FCDC07: hue angle of 52.16º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FCDC07 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 7 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.01 |
| HSL | 52.16º | 0.98% | 0.51% | - |
| HSV(B) | 52.16º | 0.97% | 0.99% | - |
| XYZ | 65.78 | 71.9 | 10.61 | - |
| YUV | 205.29 | 16.1 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 7 | 0 | 0.13 | 0.97 | 0.01 | 52.16 | 0.98 | 0.51 |
| Hex | FC | DC | 7 | 0 | D | 61 | 1 | 34 | 62 | 33 |
| Octal | 374 | 334 | 7 | 0 | 15 | 141 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011100 | 111 | 0 | 1101 | 1100001 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDC07
Complementary color
Monochromatic Colors of #FCDC07
Black with #FCDC07
Text Example
Text Example
White with #FCDC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC07; }
p { color: rgb(252,220,7); }
H1.HeaderClassName
{
color: #FCDC07;
}
.AnyTagClassName
{
color: #FCDC07;
}
</style>
background-color css
<style>
a { background-color: #FCDC07; }
a { background-color: rgb(252,220,7); }
div.DivClassName
{
background-color: #FCDC07;
}
.BgClassName
{
background-color: #FCDC07;
}
</style>
border-color css
<style>
span { border-color: #FCDC07; }
span { border-color: rgb(252,220,7); }
td.TdClassName
{
border-color: #FCDC07;
}
.TagClassName
{
border-color: #FCDC07;
}
</style>