Shades of Golden Yellow #FEDD05
Tints of Golden Yellow #FEDD05
RGB
CMYK
RGB Variations
Color information
#FEDD05 (or 0xFEDD05) is known color: Golden Yellow. HEX triplet: FE, DD and 05. RGB value is (254,221,5). Sum of RGB (Red+Green+Blue) = 254+221+5=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 5 (2.34% from 255 or 1.04% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDD05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDD05 is #0122FA. Grayscale: #CFCFCF. Windows color (decimal): -74491 or 384510. OLE color: 384510.
HSL color Cylindrical-coordinate representation of color #FEDD05: hue angle of 52.05º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FEDD05 is Cyan = 0, Magento = 0.13, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 221 | 5 | - |
| CMYK | 0 | 0.13 | 0.98 | 0.00 |
| HSL | 52.05º | 0.99% | 0.51% | - |
| HSV(B) | 52.05º | 0.98% | 1% | - |
| XYZ | 66.76 | 72.79 | 10.68 | - |
| YUV | 206.24 | 14.43 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 221 | 5 | 0 | 0.13 | 0.98 | 0.00 | 52.05 | 0.99 | 0.51 |
| Hex | FE | DD | 5 | 0 | D | 62 | 0 | 34 | 63 | 33 |
| Octal | 376 | 335 | 5 | 0 | 15 | 142 | 0 | 64 | 143 | 63 |
| Binary | 11111110 | 11011101 | 101 | 0 | 1101 | 1100010 | 0 | 110100 | 1100011 | 110011 |
Color Harmonies of #FEDD05
Complementary color
Monochromatic Colors of #FEDD05
Black with #FEDD05
Text Example
Text Example
White with #FEDD05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDD05; }
p { color: rgb(254,221,5); }
H1.HeaderClassName
{
color: #FEDD05;
}
.AnyTagClassName
{
color: #FEDD05;
}
</style>
background-color css
<style>
a { background-color: #FEDD05; }
a { background-color: rgb(254,221,5); }
div.DivClassName
{
background-color: #FEDD05;
}
.BgClassName
{
background-color: #FEDD05;
}
</style>
border-color css
<style>
span { border-color: #FEDD05; }
span { border-color: rgb(254,221,5); }
td.TdClassName
{
border-color: #FEDD05;
}
.TagClassName
{
border-color: #FEDD05;
}
</style>