Shades of Golden Yellow #FCDF0A
Tints of Golden Yellow #FCDF0A
RGB
CMYK
RGB Variations
Color information
#FCDF0A (or 0xFCDF0A) is known color: Golden Yellow. HEX triplet: FC, DF and 0A. RGB value is (252,223,10). Sum of RGB (Red+Green+Blue) = 252+223+10=485 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.96% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0A is #0320F5. Grayscale: #D0D0D0. Windows color (decimal): -205046 or 712700. OLE color: 712700.
HSL color Cylindrical-coordinate representation of color #FCDF0A: hue angle of 52.81º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FCDF0A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 223 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.01 |
| HSL | 52.81º | 0.98% | 0.51% | - |
| HSV(B) | 52.81º | 0.96% | 0.99% | - |
| XYZ | 66.59 | 73.49 | 10.96 | - |
| YUV | 207.39 | 16.61 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 223 | 10 | 0 | 0.12 | 0.96 | 0.01 | 52.81 | 0.98 | 0.51 |
| Hex | FC | DF | A | 0 | C | 60 | 1 | 35 | 62 | 33 |
| Octal | 374 | 337 | 12 | 0 | 14 | 140 | 1 | 65 | 142 | 63 |
| Binary | 11111100 | 11011111 | 1010 | 0 | 1100 | 1100000 | 1 | 110101 | 1100010 | 110011 |
Color Harmonies of #FCDF0A
Complementary color
Monochromatic Colors of #FCDF0A
Black with #FCDF0A
Text Example
Text Example
White with #FCDF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCDF0A; }
p { color: rgb(252,223,10); }
H1.HeaderClassName
{
color: #FCDF0A;
}
.AnyTagClassName
{
color: #FCDF0A;
}
</style>
background-color css
<style>
a { background-color: #FCDF0A; }
a { background-color: rgb(252,223,10); }
div.DivClassName
{
background-color: #FCDF0A;
}
.BgClassName
{
background-color: #FCDF0A;
}
</style>
border-color css
<style>
span { border-color: #FCDF0A; }
span { border-color: rgb(252,223,10); }
td.TdClassName
{
border-color: #FCDF0A;
}
.TagClassName
{
border-color: #FCDF0A;
}
</style>