Shades of Golden Yellow #FDEC02
Tints of Golden Yellow #FDEC02
RGB
CMYK
RGB Variations
Color information
#FDEC02 (or 0xFDEC02) is known color: Golden Yellow. HEX triplet: FD, EC and 02. RGB value is (253,236,2). Sum of RGB (Red+Green+Blue) = 253+236+2=491 (65% of max value = 765). Red value is 253 (99.22% from 255 or 51.53% from 491); Green value is 236 (92.58% from 255 or 48.07% from 491); Blue value is 2 (1.17% from 255 or 0.41% from 491); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEC02 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FDEC02 is #0213FD. Grayscale: #D7D7D7. Windows color (decimal): -136190 or 191741. OLE color: 191741.
HSL color Cylindrical-coordinate representation of color #FDEC02: hue angle of 55.94º 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 #FDEC02 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 236 | 2 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.01 |
| HSL | 55.94º | 0.98% | 0.5% | - |
| HSV(B) | 55.94º | 0.99% | 0.99% | - |
| XYZ | 70.51 | 80.88 | 11.95 | - |
| YUV | 214.41 | 8.13 | 155.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 236 | 2 | 0 | 0.07 | 0.99 | 0.01 | 55.94 | 0.98 | 0.5 |
| Hex | FD | EC | 2 | 0 | 7 | 63 | 1 | 38 | 62 | 32 |
| Octal | 375 | 354 | 2 | 0 | 7 | 143 | 1 | 70 | 142 | 62 |
| Binary | 11111101 | 11101100 | 10 | 0 | 111 | 1100011 | 1 | 111000 | 1100010 | 110010 |
Color Harmonies of #FDEC02
Complementary color
Monochromatic Colors of #FDEC02
Black with #FDEC02
Text Example
Text Example
White with #FDEC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEC02; }
p { color: rgb(253,236,2); }
H1.HeaderClassName
{
color: #FDEC02;
}
.AnyTagClassName
{
color: #FDEC02;
}
</style>
background-color css
<style>
a { background-color: #FDEC02; }
a { background-color: rgb(253,236,2); }
div.DivClassName
{
background-color: #FDEC02;
}
.BgClassName
{
background-color: #FDEC02;
}
</style>
border-color css
<style>
span { border-color: #FDEC02; }
span { border-color: rgb(253,236,2); }
td.TdClassName
{
border-color: #FDEC02;
}
.TagClassName
{
border-color: #FDEC02;
}
</style>