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