Shades of Golden Yellow #FEE502
Tints of Golden Yellow #FEE502
RGB
CMYK
RGB Variations
Color information
#FEE502 (or 0xFEE502) is known color: Golden Yellow. HEX triplet: FE, E5 and 02. RGB value is (254,229,2). Sum of RGB (Red+Green+Blue) = 254+229+2=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 2 (1.17% from 255 or 0.41% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE502 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE502 is #011AFD. Grayscale: #D3D3D3. Windows color (decimal): -72446 or 189950. OLE color: 189950.
HSL color Cylindrical-coordinate representation of color #FEE502: hue angle of 54.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEE502 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 2 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.00 |
| HSL | 54.05º | 0.99% | 0.5% | - |
| HSV(B) | 54.05º | 0.99% | 1% | - |
| XYZ | 68.9 | 77.11 | 11.31 | - |
| YUV | 210.6 | 10.28 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 2 | 0 | 0.10 | 0.99 | 0.00 | 54.05 | 0.99 | 0.5 |
| Hex | FE | E5 | 2 | 0 | A | 63 | 0 | 36 | 63 | 32 |
| Octal | 376 | 345 | 2 | 0 | 12 | 143 | 0 | 66 | 143 | 62 |
| Binary | 11111110 | 11100101 | 10 | 0 | 1010 | 1100011 | 0 | 110110 | 1100011 | 110010 |
Color Harmonies of #FEE502
Complementary color
Monochromatic Colors of #FEE502
Black with #FEE502
Text Example
Text Example
White with #FEE502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE502; }
p { color: rgb(254,229,2); }
H1.HeaderClassName
{
color: #FEE502;
}
.AnyTagClassName
{
color: #FEE502;
}
</style>
background-color css
<style>
a { background-color: #FEE502; }
a { background-color: rgb(254,229,2); }
div.DivClassName
{
background-color: #FEE502;
}
.BgClassName
{
background-color: #FEE502;
}
</style>
border-color css
<style>
span { border-color: #FEE502; }
span { border-color: rgb(254,229,2); }
td.TdClassName
{
border-color: #FEE502;
}
.TagClassName
{
border-color: #FEE502;
}
</style>