Shades of Golden Yellow #FEE408
Tints of Golden Yellow #FEE408
RGB
CMYK
RGB Variations
Color information
#FEE408 (or 0xFEE408) is known color: Golden Yellow. HEX triplet: FE, E4 and 08. RGB value is (254,228,8). Sum of RGB (Red+Green+Blue) = 254+228+8=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 228 (89.45% from 255 or 46.53% from 490); Blue value is 8 (3.52% from 255 or 1.63% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE408 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE408 is #011BF7. Grayscale: #D3D3D3. Windows color (decimal): -72696 or 582910. OLE color: 582910.
HSL color Cylindrical-coordinate representation of color #FEE408: hue angle of 53.66º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEE408 is Cyan = 0, Magento = 0.10, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 228 | 8 | - |
| CMYK | 0 | 0.10 | 0.97 | 0.00 |
| HSL | 53.66º | 0.99% | 0.51% | - |
| HSV(B) | 53.66º | 0.97% | 1% | - |
| XYZ | 68.66 | 76.58 | 11.39 | - |
| YUV | 210.69 | 13.61 | 158.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 228 | 8 | 0 | 0.10 | 0.97 | 0.00 | 53.66 | 0.99 | 0.51 |
| Hex | FE | E4 | 8 | 0 | A | 61 | 0 | 36 | 63 | 33 |
| Octal | 376 | 344 | 10 | 0 | 12 | 141 | 0 | 66 | 143 | 63 |
| Binary | 11111110 | 11100100 | 1000 | 0 | 1010 | 1100001 | 0 | 110110 | 1100011 | 110011 |
Color Harmonies of #FEE408
Complementary color
Monochromatic Colors of #FEE408
Black with #FEE408
Text Example
Text Example
White with #FEE408
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE408; }
p { color: rgb(254,228,8); }
H1.HeaderClassName
{
color: #FEE408;
}
.AnyTagClassName
{
color: #FEE408;
}
</style>
background-color css
<style>
a { background-color: #FEE408; }
a { background-color: rgb(254,228,8); }
div.DivClassName
{
background-color: #FEE408;
}
.BgClassName
{
background-color: #FEE408;
}
</style>
border-color css
<style>
span { border-color: #FEE408; }
span { border-color: rgb(254,228,8); }
td.TdClassName
{
border-color: #FEE408;
}
.TagClassName
{
border-color: #FEE408;
}
</style>