Shades of Golden Yellow #FEDF00
Tints of Golden Yellow #FEDF00
RGB
CMYK
RGB Variations
Color information
#FEDF00 (or 0xFEDF00) is known color: Golden Yellow. HEX triplet: FE, DF and 00. RGB value is (254,223,0). Sum of RGB (Red+Green+Blue) = 254+223+0=477 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.25% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 0 (0.39% from 255 or 0% from 477); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDF00 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDF00 is #0120FF. Grayscale: #CFCFCF. Windows color (decimal): -73984 or 57342. OLE color: 57342.
HSL color Cylindrical-coordinate representation of color #FEDF00: hue angle of 52.68º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FEDF00 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 223 | 0 | - |
| CMYK | 0 | 0.12 | 1 | 0.00 |
| HSL | 52.68º | 1% | 0.5% | - |
| HSV(B) | 52.68º | 1% | 1% | - |
| XYZ | 67.26 | 73.85 | 10.71 | - |
| YUV | 206.85 | 11.27 | 161.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 223 | 0 | 0 | 0.12 | 1 | 0.00 | 52.68 | 1 | 0.5 |
| Hex | FE | DF | 0 | 0 | C | 64 | 0 | 35 | 64 | 32 |
| Octal | 376 | 337 | 0 | 0 | 14 | 144 | 0 | 65 | 144 | 62 |
| Binary | 11111110 | 11011111 | 0 | 0 | 1100 | 1100100 | 0 | 110101 | 1100100 | 110010 |
Color Harmonies of #FEDF00
Complementary color
Monochromatic Colors of #FEDF00
Black with #FEDF00
Text Example
Text Example
White with #FEDF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDF00; }
p { color: rgb(254,223,0); }
H1.HeaderClassName
{
color: #FEDF00;
}
.AnyTagClassName
{
color: #FEDF00;
}
</style>
background-color css
<style>
a { background-color: #FEDF00; }
a { background-color: rgb(254,223,0); }
div.DivClassName
{
background-color: #FEDF00;
}
.BgClassName
{
background-color: #FEDF00;
}
</style>
border-color css
<style>
span { border-color: #FEDF00; }
span { border-color: rgb(254,223,0); }
td.TdClassName
{
border-color: #FEDF00;
}
.TagClassName
{
border-color: #FEDF00;
}
</style>