Shades of Golden Yellow #FCDC08
Tints of Golden Yellow #FCDC08
RGB
CMYK
RGB Variations
Color information
#FCDC08 (or 0xFCDC08) is known color: Golden Yellow. HEX triplet: FC, DC and 08. RGB value is (252,220,8). Sum of RGB (Red+Green+Blue) = 252+220+8=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 8 (3.52% from 255 or 1.67% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDC08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDC08 is #0323F7. Grayscale: #CECECE. Windows color (decimal): -205816 or 580860. OLE color: 580860.
HSL color Cylindrical-coordinate representation of color #FCDC08: hue angle of 52.13º 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 #FCDC08 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 220 | 8 | - |
| CMYK | 0 | 0.13 | 0.97 | 0.01 |
| HSL | 52.13º | 0.98% | 0.51% | - |
| HSV(B) | 52.13º | 0.97% | 0.99% | - |
| XYZ | 65.78 | 71.9 | 10.64 | - |
| YUV | 205.4 | 16.6 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 220 | 8 | 0 | 0.13 | 0.97 | 0.01 | 52.13 | 0.98 | 0.51 |
| Hex | FC | DC | 8 | 0 | D | 61 | 1 | 34 | 62 | 33 |
| Octal | 374 | 334 | 10 | 0 | 15 | 141 | 1 | 64 | 142 | 63 |
| Binary | 11111100 | 11011100 | 1000 | 0 | 1101 | 1100001 | 1 | 110100 | 1100010 | 110011 |
Color Harmonies of #FCDC08
Complementary color
Monochromatic Colors of #FCDC08
Black with #FCDC08
Text Example
Text Example
White with #FCDC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDC08; }
p { color: rgb(252,220,8); }
H1.HeaderClassName
{
color: #FCDC08;
}
.AnyTagClassName
{
color: #FCDC08;
}
</style>
background-color css
<style>
a { background-color: #FCDC08; }
a { background-color: rgb(252,220,8); }
div.DivClassName
{
background-color: #FCDC08;
}
.BgClassName
{
background-color: #FCDC08;
}
</style>
border-color css
<style>
span { border-color: #FCDC08; }
span { border-color: rgb(252,220,8); }
td.TdClassName
{
border-color: #FCDC08;
}
.TagClassName
{
border-color: #FCDC08;
}
</style>