Shades of Golden Yellow #FCDF01
Tints of Golden Yellow #FCDF01
RGB
CMYK
RGB Variations
Color information
#FCDF01 (or 0xFCDF01) is known color: Golden Yellow. HEX triplet: FC, DF and 01. RGB value is (252,223,1). Sum of RGB (Red+Green+Blue) = 252+223+1=476 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.94% from 476); Green value is 223 (87.5% from 255 or 46.85% from 476); Blue value is 1 (0.78% from 255 or 0.21% from 476); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF01 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF01 is #0320FE. Grayscale: #CFCFCF. Windows color (decimal): -205055 or 122876. OLE color: 122876.
HSL color Cylindrical-coordinate representation of color #FCDF01: hue angle of 53.07º 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 #FCDF01 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.01 |
| HSL | 53.07º | 0.99% | 0.5% | - |
| HSV(B) | 53.07º | 1% | 0.99% | - |
| XYZ | 66.54 | 73.47 | 10.7 | - |
| YUV | 206.36 | 12.11 | 160.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 1 | 0 | 0.12 | 1.00 | 0.01 | 53.07 | 0.99 | 0.5 |
| Hex | FC | DF | 1 | 0 | C | 64 | 1 | 35 | 63 | 32 |
| Octal | 374 | 337 | 1 | 0 | 14 | 144 | 1 | 65 | 143 | 62 |
| Binary | 11111100 | 11011111 | 1 | 0 | 1100 | 1100100 | 1 | 110101 | 1100011 | 110010 |
Color Harmonies of #FCDF01
Complementary color
Monochromatic Colors of #FCDF01
Black with #FCDF01
Text Example
Text Example
White with #FCDF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF01; }
p { color: rgb(252,223,1); }
H1.HeaderClassName
{
color: #FCDF01;
}
.AnyTagClassName
{
color: #FCDF01;
}
</style>
background-color css
<style>
a { background-color: #FCDF01; }
a { background-color: rgb(252,223,1); }
div.DivClassName
{
background-color: #FCDF01;
}
.BgClassName
{
background-color: #FCDF01;
}
</style>
border-color css
<style>
span { border-color: #FCDF01; }
span { border-color: rgb(252,223,1); }
td.TdClassName
{
border-color: #FCDF01;
}
.TagClassName
{
border-color: #FCDF01;
}
</style>