Shades of Golden Yellow #FEDE0A
Tints of Golden Yellow #FEDE0A
RGB
CMYK
RGB Variations
Color information
#FEDE0A (or 0xFEDE0A) is known color: Golden Yellow. HEX triplet: FE, DE and 0A. RGB value is (254,222,10). Sum of RGB (Red+Green+Blue) = 254+222+10=486 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.26% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 10 (4.30% from 255 or 2.06% from 486); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE0A is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE0A is #0121F5. Grayscale: #D0D0D0. Windows color (decimal): -74230 or 712446. OLE color: 712446.
HSL color Cylindrical-coordinate representation of color #FEDE0A: hue angle of 52.13º 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 #FEDE0A is Cyan = 0, Magento = 0.13, Yellow = 0.96 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 10 | - |
| CMYK | 0 | 0.13 | 0.96 | 0.00 |
| HSL | 52.13º | 0.99% | 0.52% | - |
| HSV(B) | 52.13º | 0.96% | 1% | - |
| XYZ | 67.05 | 73.34 | 10.91 | - |
| YUV | 207.4 | 16.6 | 161.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 10 | 0 | 0.13 | 0.96 | 0.00 | 52.13 | 0.99 | 0.52 |
| Hex | FE | DE | A | 0 | D | 60 | 0 | 34 | 63 | 34 |
| Octal | 376 | 336 | 12 | 0 | 15 | 140 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011110 | 1010 | 0 | 1101 | 1100000 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDE0A
Complementary color
Monochromatic Colors of #FEDE0A
Black with #FEDE0A
Text Example
Text Example
White with #FEDE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE0A; }
p { color: rgb(254,222,10); }
H1.HeaderClassName
{
color: #FEDE0A;
}
.AnyTagClassName
{
color: #FEDE0A;
}
</style>
background-color css
<style>
a { background-color: #FEDE0A; }
a { background-color: rgb(254,222,10); }
div.DivClassName
{
background-color: #FEDE0A;
}
.BgClassName
{
background-color: #FEDE0A;
}
</style>
border-color css
<style>
span { border-color: #FEDE0A; }
span { border-color: rgb(254,222,10); }
td.TdClassName
{
border-color: #FEDE0A;
}
.TagClassName
{
border-color: #FEDE0A;
}
</style>