Shades of Golden Yellow #FEE803
Tints of Golden Yellow #FEE803
RGB
CMYK
RGB Variations
Color information
#FEE803 (or 0xFEE803) is known color: Golden Yellow. HEX triplet: FE, E8 and 03. RGB value is (254,232,3). Sum of RGB (Red+Green+Blue) = 254+232+3=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 232 (91.02% from 255 or 47.44% from 489); Blue value is 3 (1.56% from 255 or 0.61% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE803 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FEE803 is #0117FC. Grayscale: #D5D5D5. Windows color (decimal): -71677 or 256254. OLE color: 256254.
HSL color Cylindrical-coordinate representation of color #FEE803: hue angle of 54.74º 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 #FEE803 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 232 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.00 |
| HSL | 54.74º | 0.99% | 0.5% | - |
| HSV(B) | 54.74º | 0.99% | 1% | - |
| XYZ | 69.75 | 78.79 | 11.62 | - |
| YUV | 212.47 | 9.79 | 157.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 232 | 3 | 0 | 0.09 | 0.99 | 0.00 | 54.74 | 0.99 | 0.5 |
| Hex | FE | E8 | 3 | 0 | 9 | 63 | 0 | 37 | 63 | 32 |
| Octal | 376 | 350 | 3 | 0 | 11 | 143 | 0 | 67 | 143 | 62 |
| Binary | 11111110 | 11101000 | 11 | 0 | 1001 | 1100011 | 0 | 110111 | 1100011 | 110010 |
Color Harmonies of #FEE803
Complementary color
Monochromatic Colors of #FEE803
Black with #FEE803
Text Example
Text Example
White with #FEE803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE803; }
p { color: rgb(254,232,3); }
H1.HeaderClassName
{
color: #FEE803;
}
.AnyTagClassName
{
color: #FEE803;
}
</style>
background-color css
<style>
a { background-color: #FEE803; }
a { background-color: rgb(254,232,3); }
div.DivClassName
{
background-color: #FEE803;
}
.BgClassName
{
background-color: #FEE803;
}
</style>
border-color css
<style>
span { border-color: #FEE803; }
span { border-color: rgb(254,232,3); }
td.TdClassName
{
border-color: #FEE803;
}
.TagClassName
{
border-color: #FEE803;
}
</style>