Shades of Golden Tainoi #FEC159
Tints of Golden Tainoi #FEC159
RGB
CMYK
RGB Variations
Color information
#FEC159 (or 0xFEC159) is known color: Golden Tainoi. HEX triplet: FE, C1 and 59. RGB value is (254,193,89). Sum of RGB (Red+Green+Blue) = 254+193+89=536 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.39% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 89 (35.16% from 255 or 16.60% from 536); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC159 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC159 is #013EA6. Grayscale: #C7C7C7. Windows color (decimal): -81575 or 5882366. OLE color: 5882366.
HSL color Cylindrical-coordinate representation of color #FEC159: hue angle of 37.82º 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 #FEC159 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 89 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.00 |
| HSL | 37.82º | 0.99% | 0.67% | - |
| HSV(B) | 37.82º | 0.65% | 1% | - |
| XYZ | 61.75 | 59.93 | 17.76 | - |
| YUV | 199.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 89 | 0 | 0.24 | 0.65 | 0.00 | 37.82 | 0.99 | 0.67 |
| Hex | FE | C1 | 59 | 0 | 18 | 41 | 0 | 26 | 63 | 43 |
| Octal | 376 | 301 | 131 | 0 | 30 | 101 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000001 | 1011001 | 0 | 11000 | 1000001 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC159
Complementary color
Monochromatic Colors of #FEC159
Black with #FEC159
Text Example
Text Example
White with #FEC159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC159; }
p { color: rgb(254,193,89); }
H1.HeaderClassName
{
color: #FEC159;
}
.AnyTagClassName
{
color: #FEC159;
}
</style>
background-color css
<style>
a { background-color: #FEC159; }
a { background-color: rgb(254,193,89); }
div.DivClassName
{
background-color: #FEC159;
}
.BgClassName
{
background-color: #FEC159;
}
</style>
border-color css
<style>
span { border-color: #FEC159; }
span { border-color: rgb(254,193,89); }
td.TdClassName
{
border-color: #FEC159;
}
.TagClassName
{
border-color: #FEC159;
}
</style>