Shades of Golden Yellow #FCED01
Tints of Golden Yellow #FCED01
RGB
CMYK
RGB Variations
Color information
#FCED01 (or 0xFCED01) is known color: Golden Yellow. HEX triplet: FC, ED and 01. RGB value is (252,237,1). Sum of RGB (Red+Green+Blue) = 252+237+1=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 237 (92.97% from 255 or 48.37% from 490); Blue value is 1 (0.78% from 255 or 0.20% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCED01 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FCED01 is #0312FE. Grayscale: #D7D7D7. Windows color (decimal): -201471 or 126460. OLE color: 126460.
HSL color Cylindrical-coordinate representation of color #FCED01: hue angle of 56.41º 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 #FCED01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 237 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.01 |
| HSL | 56.41º | 0.99% | 0.5% | - |
| HSV(B) | 56.41º | 1% | 0.99% | - |
| XYZ | 70.43 | 81.27 | 12 | - |
| YUV | 214.58 | 7.47 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 237 | 1 | 0 | 0.06 | 1.00 | 0.01 | 56.41 | 0.99 | 0.5 |
| Hex | FC | ED | 1 | 0 | 6 | 64 | 1 | 38 | 63 | 32 |
| Octal | 374 | 355 | 1 | 0 | 6 | 144 | 1 | 70 | 143 | 62 |
| Binary | 11111100 | 11101101 | 1 | 0 | 110 | 1100100 | 1 | 111000 | 1100011 | 110010 |
Color Harmonies of #FCED01
Complementary color
Monochromatic Colors of #FCED01
Black with #FCED01
Text Example
Text Example
White with #FCED01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCED01; }
p { color: rgb(252,237,1); }
H1.HeaderClassName
{
color: #FCED01;
}
.AnyTagClassName
{
color: #FCED01;
}
</style>
background-color css
<style>
a { background-color: #FCED01; }
a { background-color: rgb(252,237,1); }
div.DivClassName
{
background-color: #FCED01;
}
.BgClassName
{
background-color: #FCED01;
}
</style>
border-color css
<style>
span { border-color: #FCED01; }
span { border-color: rgb(252,237,1); }
td.TdClassName
{
border-color: #FCED01;
}
.TagClassName
{
border-color: #FCED01;
}
</style>