Shades of Golden Yellow #FDE203
Tints of Golden Yellow #FDE203
RGB
CMYK
RGB Variations
Color information
#FDE203 (or 0xFDE203) is known color: Golden Yellow. HEX triplet: FD, E2 and 03. RGB value is (253,226,3). Sum of RGB (Red+Green+Blue) = 253+226+3=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 3 (1.56% from 255 or 0.62% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE203 is #021DFC. Grayscale: #D1D1D1. Windows color (decimal): -138749 or 254717. OLE color: 254717.
HSL color Cylindrical-coordinate representation of color #FDE203: hue angle of 53.52º 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 #FDE203 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 226 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.01 |
| HSL | 53.52º | 0.98% | 0.5% | - |
| HSV(B) | 53.52º | 0.99% | 0.99% | - |
| XYZ | 67.72 | 75.28 | 11.05 | - |
| YUV | 208.65 | 11.95 | 159.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 226 | 3 | 0 | 0.11 | 0.99 | 0.01 | 53.52 | 0.98 | 0.5 |
| Hex | FD | E2 | 3 | 0 | B | 63 | 1 | 36 | 62 | 32 |
| Octal | 375 | 342 | 3 | 0 | 13 | 143 | 1 | 66 | 142 | 62 |
| Binary | 11111101 | 11100010 | 11 | 0 | 1011 | 1100011 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FDE203
Complementary color
Monochromatic Colors of #FDE203
Black with #FDE203
Text Example
Text Example
White with #FDE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE203; }
p { color: rgb(253,226,3); }
H1.HeaderClassName
{
color: #FDE203;
}
.AnyTagClassName
{
color: #FDE203;
}
</style>
background-color css
<style>
a { background-color: #FDE203; }
a { background-color: rgb(253,226,3); }
div.DivClassName
{
background-color: #FDE203;
}
.BgClassName
{
background-color: #FDE203;
}
</style>
border-color css
<style>
span { border-color: #FDE203; }
span { border-color: rgb(253,226,3); }
td.TdClassName
{
border-color: #FDE203;
}
.TagClassName
{
border-color: #FDE203;
}
</style>