Shades of Golden Yellow #FCDF06
Tints of Golden Yellow #FCDF06
RGB
CMYK
RGB Variations
Color information
#FCDF06 (or 0xFCDF06) is known color: Golden Yellow. HEX triplet: FC, DF and 06. RGB value is (252,223,6). Sum of RGB (Red+Green+Blue) = 252+223+6=481 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.39% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF06 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF06 is #0320F9. Grayscale: #CFCFCF. Windows color (decimal): -205050 or 450556. OLE color: 450556.
HSL color Cylindrical-coordinate representation of color #FCDF06: hue angle of 52.93º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FCDF06 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 6 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.01 |
| HSL | 52.93º | 0.98% | 0.51% | - |
| HSV(B) | 52.93º | 0.98% | 0.99% | - |
| XYZ | 66.57 | 73.48 | 10.85 | - |
| YUV | 206.93 | 14.61 | 160.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 6 | 0 | 0.12 | 0.98 | 0.01 | 52.93 | 0.98 | 0.51 |
| Hex | FC | DF | 6 | 0 | C | 62 | 1 | 35 | 62 | 33 |
| Octal | 374 | 337 | 6 | 0 | 14 | 142 | 1 | 65 | 142 | 63 |
| Binary | 11111100 | 11011111 | 110 | 0 | 1100 | 1100010 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCDF06
Complementary color
Monochromatic Colors of #FCDF06
Black with #FCDF06
Text Example
Text Example
White with #FCDF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF06; }
p { color: rgb(252,223,6); }
H1.HeaderClassName
{
color: #FCDF06;
}
.AnyTagClassName
{
color: #FCDF06;
}
</style>
background-color css
<style>
a { background-color: #FCDF06; }
a { background-color: rgb(252,223,6); }
div.DivClassName
{
background-color: #FCDF06;
}
.BgClassName
{
background-color: #FCDF06;
}
</style>
border-color css
<style>
span { border-color: #FCDF06; }
span { border-color: rgb(252,223,6); }
td.TdClassName
{
border-color: #FCDF06;
}
.TagClassName
{
border-color: #FCDF06;
}
</style>