Shades of Golden Yellow #FEDC02
Tints of Golden Yellow #FEDC02
RGB
CMYK
RGB Variations
Color information
#FEDC02 (or 0xFEDC02) is known color: Golden Yellow. HEX triplet: FE, DC and 02. RGB value is (254,220,2). Sum of RGB (Red+Green+Blue) = 254+220+2=476 (63% of max value = 765). Red value is 254 (99.61% from 255 or 53.36% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 2 (1.17% from 255 or 0.42% from 476); Max value from RGB is 254 - color contains mainly: red. Hex color #FEDC02 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEDC02 is #0123FD. Grayscale: #CECECE. Windows color (decimal): -74750 or 187646. OLE color: 187646.
HSL color Cylindrical-coordinate representation of color #FEDC02: hue angle of 51.9º 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 #FEDC02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 220 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.00 |
| HSL | 51.9º | 0.99% | 0.5% | - |
| HSV(B) | 51.9º | 0.99% | 1% | - |
| XYZ | 66.48 | 72.26 | 10.5 | - |
| YUV | 205.31 | 13.26 | 162.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 220 | 2 | 0 | 0.13 | 0.99 | 0.00 | 51.9 | 0.99 | 0.5 |
| Hex | FE | DC | 2 | 0 | D | 63 | 0 | 34 | 63 | 32 |
| Octal | 376 | 334 | 2 | 0 | 15 | 143 | 0 | 64 | 143 | 62 |
| Binary | 11111110 | 11011100 | 10 | 0 | 1101 | 1100011 | 0 | 110100 | 1100011 | 110010 |
Color Harmonies of #FEDC02
Complementary color
Monochromatic Colors of #FEDC02
Black with #FEDC02
Text Example
Text Example
White with #FEDC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEDC02; }
p { color: rgb(254,220,2); }
H1.HeaderClassName
{
color: #FEDC02;
}
.AnyTagClassName
{
color: #FEDC02;
}
</style>
background-color css
<style>
a { background-color: #FEDC02; }
a { background-color: rgb(254,220,2); }
div.DivClassName
{
background-color: #FEDC02;
}
.BgClassName
{
background-color: #FEDC02;
}
</style>
border-color css
<style>
span { border-color: #FEDC02; }
span { border-color: rgb(254,220,2); }
td.TdClassName
{
border-color: #FEDC02;
}
.TagClassName
{
border-color: #FEDC02;
}
</style>