Shades of Golden Tainoi #FEC55E
Tints of Golden Tainoi #FEC55E
RGB
CMYK
RGB Variations
Color information
#FEC55E (or 0xFEC55E) is known color: Golden Tainoi. HEX triplet: FE, C5 and 5E. RGB value is (254,197,94). Sum of RGB (Red+Green+Blue) = 254+197+94=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 94 (37.11% from 255 or 17.25% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC55E is #013AA1. Grayscale: #CACACA. Windows color (decimal): -80546 or 6211070. OLE color: 6211070.
HSL color Cylindrical-coordinate representation of color #FEC55E: hue angle of 38.62º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEC55E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 94 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.00 |
| HSL | 38.63º | 0.99% | 0.68% | - |
| HSV(B) | 38.63º | 0.63% | 1% | - |
| XYZ | 62.86 | 61.81 | 19.21 | - |
| YUV | 202.3 | 66.88 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 94 | 0 | 0.22 | 0.63 | 0.00 | 38.63 | 0.99 | 0.68 |
| Hex | FE | C5 | 5E | 0 | 16 | 3F | 0 | 27 | 63 | 44 |
| Octal | 376 | 305 | 136 | 0 | 26 | 77 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000101 | 1011110 | 0 | 10110 | 111111 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC55E
Complementary color
Monochromatic Colors of #FEC55E
Black with #FEC55E
Text Example
Text Example
White with #FEC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC55E; }
p { color: rgb(254,197,94); }
H1.HeaderClassName
{
color: #FEC55E;
}
.AnyTagClassName
{
color: #FEC55E;
}
</style>
background-color css
<style>
a { background-color: #FEC55E; }
a { background-color: rgb(254,197,94); }
div.DivClassName
{
background-color: #FEC55E;
}
.BgClassName
{
background-color: #FEC55E;
}
</style>
border-color css
<style>
span { border-color: #FEC55E; }
span { border-color: rgb(254,197,94); }
td.TdClassName
{
border-color: #FEC55E;
}
.TagClassName
{
border-color: #FEC55E;
}
</style>