Shades of Golden Yellow #FEE403
Tints of Golden Yellow #FEE403
RGB
CMYK
RGB Variations
Color information
#FEE403 (or 0xFEE403) is known color: Golden Yellow. HEX triplet: FE, E4 and 03. RGB value is (254,228,3). Sum of RGB (Red+Green+Blue) = 254+228+3=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 228 (89.45% from 255 or 47.01% from 485); Blue value is 3 (1.56% from 255 or 0.62% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE403 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE403 is #011BFC. Grayscale: #D3D3D3. Windows color (decimal): -72701 or 255230. OLE color: 255230.
HSL color Cylindrical-coordinate representation of color #FEE403: hue angle of 53.78º 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 #FEE403 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.00 |
| HSL | 53.78º | 0.99% | 0.5% | - |
| HSV(B) | 53.78º | 0.99% | 1% | - |
| XYZ | 68.63 | 76.56 | 11.25 | - |
| YUV | 210.12 | 11.11 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 3 | 0 | 0.10 | 0.99 | 0.00 | 53.78 | 0.99 | 0.5 |
| Hex | FE | E4 | 3 | 0 | A | 63 | 0 | 36 | 63 | 32 |
| Octal | 376 | 344 | 3 | 0 | 12 | 143 | 0 | 66 | 143 | 62 |
| Binary | 11111110 | 11100100 | 11 | 0 | 1010 | 1100011 | 0 | 110110 | 1100011 | 110010 |
Color Harmonies of #FEE403
Complementary color
Monochromatic Colors of #FEE403
Black with #FEE403
Text Example
Text Example
White with #FEE403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE403; }
p { color: rgb(254,228,3); }
H1.HeaderClassName
{
color: #FEE403;
}
.AnyTagClassName
{
color: #FEE403;
}
</style>
background-color css
<style>
a { background-color: #FEE403; }
a { background-color: rgb(254,228,3); }
div.DivClassName
{
background-color: #FEE403;
}
.BgClassName
{
background-color: #FEE403;
}
</style>
border-color css
<style>
span { border-color: #FEE403; }
span { border-color: rgb(254,228,3); }
td.TdClassName
{
border-color: #FEE403;
}
.TagClassName
{
border-color: #FEE403;
}
</style>