Shades of Golden Tainoi #FEC559
Tints of Golden Tainoi #FEC559
RGB
CMYK
RGB Variations
Color information
#FEC559 (or 0xFEC559) is known color: Golden Tainoi. HEX triplet: FE, C5 and 59. RGB value is (254,197,89). Sum of RGB (Red+Green+Blue) = 254+197+89=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 89 (35.16% from 255 or 16.48% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC559 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC559 is #013AA6. Grayscale: #CACACA. Windows color (decimal): -80551 or 5883390. OLE color: 5883390.
HSL color Cylindrical-coordinate representation of color #FEC559: hue angle of 39.27º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #FEC559 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 89 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.00 |
| HSL | 39.27º | 0.99% | 0.67% | - |
| HSV(B) | 39.27º | 0.65% | 1% | - |
| XYZ | 62.64 | 61.72 | 18.06 | - |
| YUV | 201.73 | 64.38 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 89 | 0 | 0.22 | 0.65 | 0.00 | 39.27 | 0.99 | 0.67 |
| Hex | FE | C5 | 59 | 0 | 16 | 41 | 0 | 27 | 63 | 43 |
| Octal | 376 | 305 | 131 | 0 | 26 | 101 | 0 | 47 | 143 | 103 |
| Binary | 11111110 | 11000101 | 1011001 | 0 | 10110 | 1000001 | 0 | 100111 | 1100011 | 1000011 |
Color Harmonies of #FEC559
Complementary color
Monochromatic Colors of #FEC559
Black with #FEC559
Text Example
Text Example
White with #FEC559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC559; }
p { color: rgb(254,197,89); }
H1.HeaderClassName
{
color: #FEC559;
}
.AnyTagClassName
{
color: #FEC559;
}
</style>
background-color css
<style>
a { background-color: #FEC559; }
a { background-color: rgb(254,197,89); }
div.DivClassName
{
background-color: #FEC559;
}
.BgClassName
{
background-color: #FEC559;
}
</style>
border-color css
<style>
span { border-color: #FEC559; }
span { border-color: rgb(254,197,89); }
td.TdClassName
{
border-color: #FEC559;
}
.TagClassName
{
border-color: #FEC559;
}
</style>