Shades of Golden Yellow #FEE203
Tints of Golden Yellow #FEE203
RGB
CMYK
RGB Variations
Color information
#FEE203 (or 0xFEE203) is known color: Golden Yellow. HEX triplet: FE, E2 and 03. RGB value is (254,226,3). Sum of RGB (Red+Green+Blue) = 254+226+3=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 3 (1.56% from 255 or 0.62% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE203 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE203 is #011DFC. Grayscale: #D1D1D1. Windows color (decimal): -73213 or 254718. OLE color: 254718.
HSL color Cylindrical-coordinate representation of color #FEE203: hue angle of 53.31º 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 #FEE203 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 3 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.00 |
| HSL | 53.31º | 0.99% | 0.5% | - |
| HSV(B) | 53.31º | 0.99% | 1% | - |
| XYZ | 68.09 | 75.47 | 11.06 | - |
| YUV | 208.95 | 11.78 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 3 | 0 | 0.11 | 0.99 | 0.00 | 53.31 | 0.99 | 0.5 |
| Hex | FE | E2 | 3 | 0 | B | 63 | 0 | 35 | 63 | 32 |
| Octal | 376 | 342 | 3 | 0 | 13 | 143 | 0 | 65 | 143 | 62 |
| Binary | 11111110 | 11100010 | 11 | 0 | 1011 | 1100011 | 0 | 110101 | 1100011 | 110010 |
Color Harmonies of #FEE203
Complementary color
Monochromatic Colors of #FEE203
Black with #FEE203
Text Example
Text Example
White with #FEE203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE203; }
p { color: rgb(254,226,3); }
H1.HeaderClassName
{
color: #FEE203;
}
.AnyTagClassName
{
color: #FEE203;
}
</style>
background-color css
<style>
a { background-color: #FEE203; }
a { background-color: rgb(254,226,3); }
div.DivClassName
{
background-color: #FEE203;
}
.BgClassName
{
background-color: #FEE203;
}
</style>
border-color css
<style>
span { border-color: #FEE203; }
span { border-color: rgb(254,226,3); }
td.TdClassName
{
border-color: #FEE203;
}
.TagClassName
{
border-color: #FEE203;
}
</style>