Shades of Golden Yellow #FEDC0D
Tints of Golden Yellow #FEDC0D
RGB
CMYK
RGB Variations
Color information
#FEDC0D (or 0xFEDC0D) is known color: Golden Yellow. HEX triplet: FE, DC and 0D. RGB value is (254,220,13). Sum of RGB (Red+Green+Blue) = 254+220+13=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 13 (5.47% from 255 or 2.67% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC0D is #0123F2. Grayscale: #CFCFCF. Windows color (decimal): -74739 or 908542. OLE color: 908542.
HSL color Cylindrical-coordinate representation of color #FEDC0D: hue angle of 51.54º 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 #FEDC0D is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 13 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.00 |
| HSL | 51.54º | 0.99% | 0.52% | - |
| HSV(B) | 51.54º | 0.95% | 1% | - |
| XYZ | 66.54 | 72.29 | 10.83 | - |
| YUV | 206.57 | 18.76 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 13 | 0 | 0.13 | 0.95 | 0.00 | 51.54 | 0.99 | 0.52 |
| Hex | FE | DC | D | 0 | D | 5F | 0 | 34 | 63 | 34 |
| Octal | 376 | 334 | 15 | 0 | 15 | 137 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011100 | 1101 | 0 | 1101 | 1011111 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDC0D
Complementary color
Monochromatic Colors of #FEDC0D
Black with #FEDC0D
Text Example
Text Example
White with #FEDC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC0D; }
p { color: rgb(254,220,13); }
H1.HeaderClassName
{
color: #FEDC0D;
}
.AnyTagClassName
{
color: #FEDC0D;
}
</style>
background-color css
<style>
a { background-color: #FEDC0D; }
a { background-color: rgb(254,220,13); }
div.DivClassName
{
background-color: #FEDC0D;
}
.BgClassName
{
background-color: #FEDC0D;
}
</style>
border-color css
<style>
span { border-color: #FEDC0D; }
span { border-color: rgb(254,220,13); }
td.TdClassName
{
border-color: #FEDC0D;
}
.TagClassName
{
border-color: #FEDC0D;
}
</style>