Shades of Golden Yellow #FEDF04
Tints of Golden Yellow #FEDF04
RGB
CMYK
RGB Variations
Color information
#FEDF04 (or 0xFEDF04) is known color: Golden Yellow. HEX triplet: FE, DF and 04. RGB value is (254,223,4). Sum of RGB (Red+Green+Blue) = 254+223+4=481 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.81% from 481); Green value is 223 (87.5% from 255 or 46.36% from 481); Blue value is 4 (1.95% from 255 or 0.83% from 481); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF04 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF04 is #0120FB. Grayscale: #D0D0D0. Windows color (decimal): -73980 or 319486. OLE color: 319486.
HSL color Cylindrical-coordinate representation of color #FEDF04: hue angle of 52.56º 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 #FEDF04 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 4 | - |
| CMYK | 0 | 0.12 | 0.98 | 0.00 |
| HSL | 52.56º | 0.99% | 0.51% | - |
| HSV(B) | 52.56º | 0.98% | 1% | - |
| XYZ | 67.28 | 73.85 | 10.82 | - |
| YUV | 207.3 | 13.27 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 4 | 0 | 0.12 | 0.98 | 0.00 | 52.56 | 0.99 | 0.51 |
| Hex | FE | DF | 4 | 0 | C | 62 | 0 | 35 | 63 | 33 |
| Octal | 376 | 337 | 4 | 0 | 14 | 142 | 0 | 65 | 143 | 63 |
| Binary | 11111110 | 11011111 | 100 | 0 | 1100 | 1100010 | 0 | 110101 | 1100011 | 110011 |
Color Harmonies of #FEDF04
Complementary color
Monochromatic Colors of #FEDF04
Black with #FEDF04
Text Example
Text Example
White with #FEDF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF04; }
p { color: rgb(254,223,4); }
H1.HeaderClassName
{
color: #FEDF04;
}
.AnyTagClassName
{
color: #FEDF04;
}
</style>
background-color css
<style>
a { background-color: #FEDF04; }
a { background-color: rgb(254,223,4); }
div.DivClassName
{
background-color: #FEDF04;
}
.BgClassName
{
background-color: #FEDF04;
}
</style>
border-color css
<style>
span { border-color: #FEDF04; }
span { border-color: rgb(254,223,4); }
td.TdClassName
{
border-color: #FEDF04;
}
.TagClassName
{
border-color: #FEDF04;
}
</style>