Shades of Golden Yellow #FDE701
Tints of Golden Yellow #FDE701
RGB
CMYK
RGB Variations
Color information
#FDE701 (or 0xFDE701) is known color: Golden Yellow. HEX triplet: FD, E7 and 01. RGB value is (253,231,1). Sum of RGB (Red+Green+Blue) = 253+231+1=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 231 (90.62% from 255 or 47.63% from 485); Blue value is 1 (0.78% from 255 or 0.21% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE701 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDE701 is #0218FE. Grayscale: #D4D4D4. Windows color (decimal): -137471 or 124925. OLE color: 124925.
HSL color Cylindrical-coordinate representation of color #FDE701: hue angle of 54.76º 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 #FDE701 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 231 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.01 |
| HSL | 54.76º | 0.99% | 0.5% | - |
| HSV(B) | 54.76º | 1% | 0.99% | - |
| XYZ | 69.09 | 78.04 | 11.45 | - |
| YUV | 211.36 | 9.29 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 231 | 1 | 0 | 0.09 | 1.00 | 0.01 | 54.76 | 0.99 | 0.5 |
| Hex | FD | E7 | 1 | 0 | 9 | 64 | 1 | 37 | 63 | 32 |
| Octal | 375 | 347 | 1 | 0 | 11 | 144 | 1 | 67 | 143 | 62 |
| Binary | 11111101 | 11100111 | 1 | 0 | 1001 | 1100100 | 1 | 110111 | 1100011 | 110010 |
Color Harmonies of #FDE701
Complementary color
Monochromatic Colors of #FDE701
Black with #FDE701
Text Example
Text Example
White with #FDE701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE701; }
p { color: rgb(253,231,1); }
H1.HeaderClassName
{
color: #FDE701;
}
.AnyTagClassName
{
color: #FDE701;
}
</style>
background-color css
<style>
a { background-color: #FDE701; }
a { background-color: rgb(253,231,1); }
div.DivClassName
{
background-color: #FDE701;
}
.BgClassName
{
background-color: #FDE701;
}
</style>
border-color css
<style>
span { border-color: #FDE701; }
span { border-color: rgb(253,231,1); }
td.TdClassName
{
border-color: #FDE701;
}
.TagClassName
{
border-color: #FDE701;
}
</style>