Shades of Golden Yellow #FDE700
Tints of Golden Yellow #FDE700
RGB
CMYK
RGB Variations
Color information
#FDE700 (or 0xFDE700) is known color: Golden Yellow. HEX triplet: FD, E7 and 00. RGB value is (253,231,0). Sum of RGB (Red+Green+Blue) = 253+231+0=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 231 (90.62% from 255 or 47.73% from 484); Blue value is 0 (0.39% from 255 or 0% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE700 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE700 is #0218FF. Grayscale: #D4D4D4. Windows color (decimal): -137472 or 59389. OLE color: 59389.
HSL color Cylindrical-coordinate representation of color #FDE700: hue angle of 54.78º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FDE700 is Cyan = 0, Magento = 0.09, Yellow = 1 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 0 | - |
| CMYK | 0 | 0.09 | 1 | 0.01 |
| HSL | 54.78º | 1% | 0.5% | - |
| HSV(B) | 54.78º | 1% | 0.99% | - |
| XYZ | 69.08 | 78.03 | 11.42 | - |
| YUV | 211.24 | 8.79 | 157.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 0 | 0 | 0.09 | 1 | 0.01 | 54.78 | 1 | 0.5 |
| Hex | FD | E7 | 0 | 0 | 9 | 64 | 1 | 37 | 64 | 32 |
| Octal | 375 | 347 | 0 | 0 | 11 | 144 | 1 | 67 | 144 | 62 |
| Binary | 11111101 | 11100111 | 0 | 0 | 1001 | 1100100 | 1 | 110111 | 1100100 | 110010 |
Color Harmonies of #FDE700
Complementary color
Monochromatic Colors of #FDE700
Black with #FDE700
Text Example
Text Example
White with #FDE700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE700; }
p { color: rgb(253,231,0); }
H1.HeaderClassName
{
color: #FDE700;
}
.AnyTagClassName
{
color: #FDE700;
}
</style>
background-color css
<style>
a { background-color: #FDE700; }
a { background-color: rgb(253,231,0); }
div.DivClassName
{
background-color: #FDE700;
}
.BgClassName
{
background-color: #FDE700;
}
</style>
border-color css
<style>
span { border-color: #FDE700; }
span { border-color: rgb(253,231,0); }
td.TdClassName
{
border-color: #FDE700;
}
.TagClassName
{
border-color: #FDE700;
}
</style>