Shades of Golden Yellow #FEE302
Tints of Golden Yellow #FEE302
RGB
CMYK
RGB Variations
Color information
#FEE302 (or 0xFEE302) is known color: Golden Yellow. HEX triplet: FE, E3 and 02. RGB value is (254,227,2). Sum of RGB (Red+Green+Blue) = 254+227+2=483 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.59% from 483); Green value is 227 (89.06% from 255 or 47.00% from 483); Blue value is 2 (1.17% from 255 or 0.41% from 483); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE302 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE302 is #011CFD. Grayscale: #D2D2D2. Windows color (decimal): -72958 or 189438. OLE color: 189438.
HSL color Cylindrical-coordinate representation of color #FEE302: hue angle of 53.57º 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 #FEE302 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 227 | 2 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.00 |
| HSL | 53.57º | 0.99% | 0.5% | - |
| HSV(B) | 53.57º | 0.99% | 1% | - |
| XYZ | 68.35 | 76.01 | 11.13 | - |
| YUV | 209.42 | 10.95 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 227 | 2 | 0 | 0.11 | 0.99 | 0.00 | 53.57 | 0.99 | 0.5 |
| Hex | FE | E3 | 2 | 0 | B | 63 | 0 | 36 | 63 | 32 |
| Octal | 376 | 343 | 2 | 0 | 13 | 143 | 0 | 66 | 143 | 62 |
| Binary | 11111110 | 11100011 | 10 | 0 | 1011 | 1100011 | 0 | 110110 | 1100011 | 110010 |
Color Harmonies of #FEE302
Complementary color
Monochromatic Colors of #FEE302
Black with #FEE302
Text Example
Text Example
White with #FEE302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE302; }
p { color: rgb(254,227,2); }
H1.HeaderClassName
{
color: #FEE302;
}
.AnyTagClassName
{
color: #FEE302;
}
</style>
background-color css
<style>
a { background-color: #FEE302; }
a { background-color: rgb(254,227,2); }
div.DivClassName
{
background-color: #FEE302;
}
.BgClassName
{
background-color: #FEE302;
}
</style>
border-color css
<style>
span { border-color: #FEE302; }
span { border-color: rgb(254,227,2); }
td.TdClassName
{
border-color: #FEE302;
}
.TagClassName
{
border-color: #FEE302;
}
</style>