Shades of Golden Yellow #FEE208
Tints of Golden Yellow #FEE208
RGB
CMYK
RGB Variations
Color information
#FEE208 (or 0xFEE208) is known color: Golden Yellow. HEX triplet: FE, E2 and 08. RGB value is (254,226,8). Sum of RGB (Red+Green+Blue) = 254+226+8=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 226 (88.67% from 255 or 46.31% from 488); Blue value is 8 (3.52% from 255 or 1.64% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE208 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FEE208 is #011DF7. Grayscale: #D2D2D2. Windows color (decimal): -73208 or 582398. OLE color: 582398.
HSL color Cylindrical-coordinate representation of color #FEE208: hue angle of 53.17º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FEE208 is Cyan = 0, Magento = 0.11, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 226 | 8 | - |
| CMYK | 0 | 0.11 | 0.97 | 0.00 |
| HSL | 53.17º | 0.99% | 0.51% | - |
| HSV(B) | 53.17º | 0.97% | 1% | - |
| XYZ | 68.11 | 75.48 | 11.21 | - |
| YUV | 209.52 | 14.28 | 159.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 226 | 8 | 0 | 0.11 | 0.97 | 0.00 | 53.17 | 0.99 | 0.51 |
| Hex | FE | E2 | 8 | 0 | B | 61 | 0 | 35 | 63 | 33 |
| Octal | 376 | 342 | 10 | 0 | 13 | 141 | 0 | 65 | 143 | 63 |
| Binary | 11111110 | 11100010 | 1000 | 0 | 1011 | 1100001 | 0 | 110101 | 1100011 | 110011 |
Color Harmonies of #FEE208
Complementary color
Monochromatic Colors of #FEE208
Black with #FEE208
Text Example
Text Example
White with #FEE208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE208; }
p { color: rgb(254,226,8); }
H1.HeaderClassName
{
color: #FEE208;
}
.AnyTagClassName
{
color: #FEE208;
}
</style>
background-color css
<style>
a { background-color: #FEE208; }
a { background-color: rgb(254,226,8); }
div.DivClassName
{
background-color: #FEE208;
}
.BgClassName
{
background-color: #FEE208;
}
</style>
border-color css
<style>
span { border-color: #FEE208; }
span { border-color: rgb(254,226,8); }
td.TdClassName
{
border-color: #FEE208;
}
.TagClassName
{
border-color: #FEE208;
}
</style>