Shades of Golden Yellow #FEDF05
Tints of Golden Yellow #FEDF05
RGB
CMYK
RGB Variations
Color information
#FEDF05 (or 0xFEDF05) is known color: Golden Yellow. HEX triplet: FE, DF and 05. RGB value is (254,223,5). Sum of RGB (Red+Green+Blue) = 254+223+5=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 5 (2.34% from 255 or 1.04% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF05 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF05 is #0120FA. Grayscale: #D0D0D0. Windows color (decimal): -73979 or 385022. OLE color: 385022.
HSL color Cylindrical-coordinate representation of color #FEDF05: hue angle of 52.53º 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 #FEDF05 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 5 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.00 |
| HSL | 52.53º | 0.99% | 0.51% | - |
| HSV(B) | 52.53º | 0.98% | 1% | - |
| XYZ | 67.29 | 73.86 | 10.85 | - |
| YUV | 207.42 | 13.77 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 5 | 0 | 0.12 | 0.98 | 0.00 | 52.53 | 0.99 | 0.51 |
| Hex | FE | DF | 5 | 0 | C | 62 | 0 | 35 | 63 | 33 |
| Octal | 376 | 337 | 5 | 0 | 14 | 142 | 0 | 65 | 143 | 63 |
| Binary | 11111110 | 11011111 | 101 | 0 | 1100 | 1100010 | 0 | 110101 | 1100011 | 110011 |
Color Harmonies of #FEDF05
Complementary color
Monochromatic Colors of #FEDF05
Black with #FEDF05
Text Example
Text Example
White with #FEDF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF05; }
p { color: rgb(254,223,5); }
H1.HeaderClassName
{
color: #FEDF05;
}
.AnyTagClassName
{
color: #FEDF05;
}
</style>
background-color css
<style>
a { background-color: #FEDF05; }
a { background-color: rgb(254,223,5); }
div.DivClassName
{
background-color: #FEDF05;
}
.BgClassName
{
background-color: #FEDF05;
}
</style>
border-color css
<style>
span { border-color: #FEDF05; }
span { border-color: rgb(254,223,5); }
td.TdClassName
{
border-color: #FEDF05;
}
.TagClassName
{
border-color: #FEDF05;
}
</style>