Shades of Golden Yellow #FEDD0C
Tints of Golden Yellow #FEDD0C
RGB
CMYK
RGB Variations
Color information
#FEDD0C (or 0xFEDD0C) is known color: Golden Yellow. HEX triplet: FE, DD and 0C. RGB value is (254,221,12). Sum of RGB (Red+Green+Blue) = 254+221+12=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 12 (5.08% from 255 or 2.46% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD0C is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD0C is #0122F3. Grayscale: #CFCFCF. Windows color (decimal): -74484 or 843262. OLE color: 843262.
HSL color Cylindrical-coordinate representation of color #FEDD0C: hue angle of 51.82º 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 #FEDD0C is Cyan = 0, Magento = 0.13, Yellow = 0.95 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 12 | - |
| CMYK | 0 | 0.13 | 0.95 | 0.00 |
| HSL | 51.82º | 0.99% | 0.52% | - |
| HSV(B) | 51.82º | 0.95% | 1% | - |
| XYZ | 66.8 | 72.81 | 10.88 | - |
| YUV | 207.04 | 17.93 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 12 | 0 | 0.13 | 0.95 | 0.00 | 51.82 | 0.99 | 0.52 |
| Hex | FE | DD | C | 0 | D | 5F | 0 | 34 | 63 | 34 |
| Octal | 376 | 335 | 14 | 0 | 15 | 137 | 0 | 64 | 143 | 64 |
| Binary | 11111110 | 11011101 | 1100 | 0 | 1101 | 1011111 | 0 | 110100 | 1100011 | 110100 |
Color Harmonies of #FEDD0C
Complementary color
Monochromatic Colors of #FEDD0C
Black with #FEDD0C
Text Example
Text Example
White with #FEDD0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD0C; }
p { color: rgb(254,221,12); }
H1.HeaderClassName
{
color: #FEDD0C;
}
.AnyTagClassName
{
color: #FEDD0C;
}
</style>
background-color css
<style>
a { background-color: #FEDD0C; }
a { background-color: rgb(254,221,12); }
div.DivClassName
{
background-color: #FEDD0C;
}
.BgClassName
{
background-color: #FEDD0C;
}
</style>
border-color css
<style>
span { border-color: #FEDD0C; }
span { border-color: rgb(254,221,12); }
td.TdClassName
{
border-color: #FEDD0C;
}
.TagClassName
{
border-color: #FEDD0C;
}
</style>