Shades of Golden Yellow #FCDF05
Tints of Golden Yellow #FCDF05
RGB
CMYK
RGB Variations
Color information
#FCDF05 (or 0xFCDF05) is known color: Golden Yellow. HEX triplet: FC, DF and 05. RGB value is (252,223,5). Sum of RGB (Red+Green+Blue) = 252+223+5=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 223 (87.5% from 255 or 46.46% from 480); Blue value is 5 (2.34% from 255 or 1.04% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF05 is #0320FA. Grayscale: #CFCFCF. Windows color (decimal): -205051 or 385020. OLE color: 385020.
HSL color Cylindrical-coordinate representation of color #FCDF05: hue angle of 52.96º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCDF05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.01 |
| HSL | 52.96º | 0.98% | 0.5% | - |
| HSV(B) | 52.96º | 0.98% | 0.99% | - |
| XYZ | 66.56 | 73.48 | 10.82 | - |
| YUV | 206.82 | 14.11 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 5 | 0 | 0.12 | 0.98 | 0.01 | 52.96 | 0.98 | 0.5 |
| Hex | FC | DF | 5 | 0 | C | 62 | 1 | 35 | 62 | 32 |
| Octal | 374 | 337 | 5 | 0 | 14 | 142 | 1 | 65 | 142 | 62 |
| Binary | 11111100 | 11011111 | 101 | 0 | 1100 | 1100010 | 1 | 110101 | 1100010 | 110010 |
Color Harmonies of #FCDF05
Complementary color
Monochromatic Colors of #FCDF05
Black with #FCDF05
Text Example
Text Example
White with #FCDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF05; }
p { color: rgb(252,223,5); }
H1.HeaderClassName
{
color: #FCDF05;
}
.AnyTagClassName
{
color: #FCDF05;
}
</style>
background-color css
<style>
a { background-color: #FCDF05; }
a { background-color: rgb(252,223,5); }
div.DivClassName
{
background-color: #FCDF05;
}
.BgClassName
{
background-color: #FCDF05;
}
</style>
border-color css
<style>
span { border-color: #FCDF05; }
span { border-color: rgb(252,223,5); }
td.TdClassName
{
border-color: #FCDF05;
}
.TagClassName
{
border-color: #FCDF05;
}
</style>