Shades of Golden Yellow #FEE00A
Tints of Golden Yellow #FEE00A
RGB
CMYK
RGB Variations
Color information
#FEE00A (or 0xFEE00A) is known color: Golden Yellow. HEX triplet: FE, E0 and 0A. RGB value is (254,224,10). Sum of RGB (Red+Green+Blue) = 254+224+10=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 10 (4.30% from 255 or 2.05% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE00A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE00A is #011FF5. Grayscale: #D1D1D1. Windows color (decimal): -73718 or 712958. OLE color: 712958.
HSL color Cylindrical-coordinate representation of color #FEE00A: hue angle of 52.62º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FEE00A is Cyan = 0, Magento = 0.12, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 224 | 10 | - |
| CMYK | 0 | 0.12 | 0.96 | 0.00 |
| HSL | 52.62º | 0.99% | 0.52% | - |
| HSV(B) | 52.62º | 0.96% | 1% | - |
| XYZ | 67.58 | 74.4 | 11.09 | - |
| YUV | 208.57 | 15.94 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 224 | 10 | 0 | 0.12 | 0.96 | 0.00 | 52.62 | 0.99 | 0.52 |
| Hex | FE | E0 | A | 0 | C | 60 | 0 | 35 | 63 | 34 |
| Octal | 376 | 340 | 12 | 0 | 14 | 140 | 0 | 65 | 143 | 64 |
| Binary | 11111110 | 11100000 | 1010 | 0 | 1100 | 1100000 | 0 | 110101 | 1100011 | 110100 |
Color Harmonies of #FEE00A
Complementary color
Monochromatic Colors of #FEE00A
Black with #FEE00A
Text Example
Text Example
White with #FEE00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE00A; }
p { color: rgb(254,224,10); }
H1.HeaderClassName
{
color: #FEE00A;
}
.AnyTagClassName
{
color: #FEE00A;
}
</style>
background-color css
<style>
a { background-color: #FEE00A; }
a { background-color: rgb(254,224,10); }
div.DivClassName
{
background-color: #FEE00A;
}
.BgClassName
{
background-color: #FEE00A;
}
</style>
border-color css
<style>
span { border-color: #FEE00A; }
span { border-color: rgb(254,224,10); }
td.TdClassName
{
border-color: #FEE00A;
}
.TagClassName
{
border-color: #FEE00A;
}
</style>