Shades of Golden Yellow #FEDE0C
Tints of Golden Yellow #FEDE0C
RGB
CMYK
RGB Variations
Color information
#FEDE0C (or 0xFEDE0C) is known color: Golden Yellow. HEX triplet: FE, DE and 0C. RGB value is (254,222,12). Sum of RGB (Red+Green+Blue) = 254+222+12=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 12 (5.08% from 255 or 2.46% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE0C is #0121F3. Grayscale: #D0D0D0. Windows color (decimal): -74228 or 843518. OLE color: 843518.
HSL color Cylindrical-coordinate representation of color #FEDE0C: hue angle of 52.07º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #FEDE0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.00 |
| HSL | 52.07º | 0.99% | 0.52% | - |
| HSV(B) | 52.07º | 0.95% | 1% | - |
| XYZ | 67.06 | 73.34 | 10.97 | - |
| YUV | 207.63 | 17.6 | 161.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 12 | 0 | 0.13 | 0.95 | 0.00 | 52.07 | 0.99 | 0.52 |
| Hex | FE | DE | C | 0 | D | 5F | 0 | 34 | 63 | 34 |
| Octal | 376 | 336 | 14 | 0 | 15 | 137 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011110 | 1100 | 0 | 1101 | 1011111 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDE0C
Complementary color
Monochromatic Colors of #FEDE0C
Black with #FEDE0C
Text Example
Text Example
White with #FEDE0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE0C; }
p { color: rgb(254,222,12); }
H1.HeaderClassName
{
color: #FEDE0C;
}
.AnyTagClassName
{
color: #FEDE0C;
}
</style>
background-color css
<style>
a { background-color: #FEDE0C; }
a { background-color: rgb(254,222,12); }
div.DivClassName
{
background-color: #FEDE0C;
}
.BgClassName
{
background-color: #FEDE0C;
}
</style>
border-color css
<style>
span { border-color: #FEDE0C; }
span { border-color: rgb(254,222,12); }
td.TdClassName
{
border-color: #FEDE0C;
}
.TagClassName
{
border-color: #FEDE0C;
}
</style>