Shades of Golden Yellow #FEDF08
Tints of Golden Yellow #FEDF08
RGB
CMYK
RGB Variations
Color information
#FEDF08 (or 0xFEDF08) is known color: Golden Yellow. HEX triplet: FE, DF and 08. RGB value is (254,223,8). Sum of RGB (Red+Green+Blue) = 254+223+8=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 8 (3.52% from 255 or 1.65% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF08 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF08 is #0120F7. Grayscale: #D0D0D0. Windows color (decimal): -73976 or 581630. OLE color: 581630.
HSL color Cylindrical-coordinate representation of color #FEDF08: hue angle of 52.44º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEDF08 is Cyan = 0, Magento = 0.12, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 8 | - |
| CMYK | 0 | 0.12 | 0.97 | 0.00 |
| HSL | 52.44º | 0.99% | 0.51% | - |
| HSV(B) | 52.44º | 0.97% | 1% | - |
| XYZ | 67.3 | 73.86 | 10.94 | - |
| YUV | 207.76 | 15.27 | 160.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 8 | 0 | 0.12 | 0.97 | 0.00 | 52.44 | 0.99 | 0.51 |
| Hex | FE | DF | 8 | 0 | C | 61 | 0 | 34 | 63 | 33 |
| Octal | 376 | 337 | 10 | 0 | 14 | 141 | 0 | 64 | 143 | 63 |
| Binary | 11111110 | 11011111 | 1000 | 0 | 1100 | 1100001 | 0 | 110100 | 1100011 | 110011 |
Color Harmonies of #FEDF08
Complementary color
Monochromatic Colors of #FEDF08
Black with #FEDF08
Text Example
Text Example
White with #FEDF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF08; }
p { color: rgb(254,223,8); }
H1.HeaderClassName
{
color: #FEDF08;
}
.AnyTagClassName
{
color: #FEDF08;
}
</style>
background-color css
<style>
a { background-color: #FEDF08; }
a { background-color: rgb(254,223,8); }
div.DivClassName
{
background-color: #FEDF08;
}
.BgClassName
{
background-color: #FEDF08;
}
</style>
border-color css
<style>
span { border-color: #FEDF08; }
span { border-color: rgb(254,223,8); }
td.TdClassName
{
border-color: #FEDF08;
}
.TagClassName
{
border-color: #FEDF08;
}
</style>