Shades of Golden Yellow #FEDE02
Tints of Golden Yellow #FEDE02
RGB
CMYK
RGB Variations
Color information
#FEDE02 (or 0xFEDE02) is known color: Golden Yellow. HEX triplet: FE, DE and 02. RGB value is (254,222,2). Sum of RGB (Red+Green+Blue) = 254+222+2=478 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.14% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 2 (1.17% from 255 or 0.42% from 478); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDE02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDE02 is #0121FD. Grayscale: #CFCFCF. Windows color (decimal): -74238 or 188158. OLE color: 188158.
HSL color Cylindrical-coordinate representation of color #FEDE02: hue angle of 52.38º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FEDE02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 222 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.00 |
| HSL | 52.38º | 0.99% | 0.5% | - |
| HSV(B) | 52.38º | 0.99% | 1% | - |
| XYZ | 67.01 | 73.32 | 10.68 | - |
| YUV | 206.49 | 12.6 | 161.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 222 | 2 | 0 | 0.13 | 0.99 | 0.00 | 52.38 | 0.99 | 0.5 |
| Hex | FE | DE | 2 | 0 | D | 63 | 0 | 34 | 63 | 32 |
| Octal | 376 | 336 | 2 | 0 | 15 | 143 | 0 | 64 | 143 | 62 |
| Binary | 11111110 | 11011110 | 10 | 0 | 1101 | 1100011 | 0 | 110100 | 1100011 | 110010 |
Color Harmonies of #FEDE02
Complementary color
Monochromatic Colors of #FEDE02
Black with #FEDE02
Text Example
Text Example
White with #FEDE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDE02; }
p { color: rgb(254,222,2); }
H1.HeaderClassName
{
color: #FEDE02;
}
.AnyTagClassName
{
color: #FEDE02;
}
</style>
background-color css
<style>
a { background-color: #FEDE02; }
a { background-color: rgb(254,222,2); }
div.DivClassName
{
background-color: #FEDE02;
}
.BgClassName
{
background-color: #FEDE02;
}
</style>
border-color css
<style>
span { border-color: #FEDE02; }
span { border-color: rgb(254,222,2); }
td.TdClassName
{
border-color: #FEDE02;
}
.TagClassName
{
border-color: #FEDE02;
}
</style>