Shades of Golden Yellow #FDE401
Tints of Golden Yellow #FDE401
RGB
CMYK
RGB Variations
Color information
#FDE401 (or 0xFDE401) is known color: Golden Yellow. HEX triplet: FD, E4 and 01. RGB value is (253,228,1). Sum of RGB (Red+Green+Blue) = 253+228+1=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 228 (89.45% from 255 or 47.30% from 482); Blue value is 1 (0.78% from 255 or 0.21% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE401 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE401 is #021BFE. Grayscale: #D2D2D2. Windows color (decimal): -138239 or 124157. OLE color: 124157.
HSL color Cylindrical-coordinate representation of color #FDE401: hue angle of 54.05º 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 #FDE401 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 228 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.01 |
| HSL | 54.05º | 0.99% | 0.5% | - |
| HSV(B) | 54.05º | 1% | 0.99% | - |
| XYZ | 68.26 | 76.37 | 11.17 | - |
| YUV | 209.6 | 10.28 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 228 | 1 | 0 | 0.10 | 1.00 | 0.01 | 54.05 | 0.99 | 0.5 |
| Hex | FD | E4 | 1 | 0 | A | 64 | 1 | 36 | 63 | 32 |
| Octal | 375 | 344 | 1 | 0 | 12 | 144 | 1 | 66 | 143 | 62 |
| Binary | 11111101 | 11100100 | 1 | 0 | 1010 | 1100100 | 1 | 110110 | 1100011 | 110010 |
Color Harmonies of #FDE401
Complementary color
Monochromatic Colors of #FDE401
Black with #FDE401
Text Example
Text Example
White with #FDE401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE401; }
p { color: rgb(253,228,1); }
H1.HeaderClassName
{
color: #FDE401;
}
.AnyTagClassName
{
color: #FDE401;
}
</style>
background-color css
<style>
a { background-color: #FDE401; }
a { background-color: rgb(253,228,1); }
div.DivClassName
{
background-color: #FDE401;
}
.BgClassName
{
background-color: #FDE401;
}
</style>
border-color css
<style>
span { border-color: #FDE401; }
span { border-color: rgb(253,228,1); }
td.TdClassName
{
border-color: #FDE401;
}
.TagClassName
{
border-color: #FDE401;
}
</style>