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