Shades of Golden Yellow #FDE302
Tints of Golden Yellow #FDE302
RGB
CMYK
RGB Variations
Color information
#FDE302 (or 0xFDE302) is known color: Golden Yellow. HEX triplet: FD, E3 and 02. RGB value is (253,227,2). Sum of RGB (Red+Green+Blue) = 253+227+2=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 227 (89.06% from 255 or 47.10% from 482); Blue value is 2 (1.17% from 255 or 0.41% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FDE302 is #021CFD. Grayscale: #D2D2D2. Windows color (decimal): -138494 or 189437. OLE color: 189437.
HSL color Cylindrical-coordinate representation of color #FDE302: hue angle of 53.78º 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 #FDE302 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 227 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.01 |
| HSL | 53.78º | 0.98% | 0.5% | - |
| HSV(B) | 53.78º | 0.99% | 0.99% | - |
| XYZ | 67.99 | 75.83 | 11.11 | - |
| YUV | 209.12 | 11.11 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 227 | 2 | 0 | 0.10 | 0.99 | 0.01 | 53.78 | 0.98 | 0.5 |
| Hex | FD | E3 | 2 | 0 | A | 63 | 1 | 36 | 62 | 32 |
| Octal | 375 | 343 | 2 | 0 | 12 | 143 | 1 | 66 | 142 | 62 |
| Binary | 11111101 | 11100011 | 10 | 0 | 1010 | 1100011 | 1 | 110110 | 1100010 | 110010 |
Color Harmonies of #FDE302
Complementary color
Monochromatic Colors of #FDE302
Black with #FDE302
Text Example
Text Example
White with #FDE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE302; }
p { color: rgb(253,227,2); }
H1.HeaderClassName
{
color: #FDE302;
}
.AnyTagClassName
{
color: #FDE302;
}
</style>
background-color css
<style>
a { background-color: #FDE302; }
a { background-color: rgb(253,227,2); }
div.DivClassName
{
background-color: #FDE302;
}
.BgClassName
{
background-color: #FDE302;
}
</style>
border-color css
<style>
span { border-color: #FDE302; }
span { border-color: rgb(253,227,2); }
td.TdClassName
{
border-color: #FDE302;
}
.TagClassName
{
border-color: #FDE302;
}
</style>