Shades of Golden Tainoi #FEC059
Tints of Golden Tainoi #FEC059
RGB
CMYK
RGB Variations
Color information
#FEC059 (or 0xFEC059) is known color: Golden Tainoi. HEX triplet: FE, C0 and 59. RGB value is (254,192,89). Sum of RGB (Red+Green+Blue) = 254+192+89=535 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.48% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 89 (35.16% from 255 or 16.64% from 535); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC059 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC059 is #013FA6. Grayscale: #C7C7C7. Windows color (decimal): -81831 or 5882110. OLE color: 5882110.
HSL color Cylindrical-coordinate representation of color #FEC059: hue angle of 37.45º 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 #FEC059 is Cyan = 0, Magento = 0.24, Yellow = 0.65 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 89 | - |
| CMYK | 0 | 0.24 | 0.65 | 0.00 |
| HSL | 37.45º | 0.99% | 0.67% | - |
| HSV(B) | 37.45º | 0.65% | 1% | - |
| XYZ | 61.53 | 59.49 | 17.69 | - |
| YUV | 198.8 | 66.04 | 167.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 89 | 0 | 0.24 | 0.65 | 0.00 | 37.45 | 0.99 | 0.67 |
| Hex | FE | C0 | 59 | 0 | 18 | 41 | 0 | 25 | 63 | 43 |
| Octal | 376 | 300 | 131 | 0 | 30 | 101 | 0 | 45 | 143 | 103 |
| Binary | 11111110 | 11000000 | 1011001 | 0 | 11000 | 1000001 | 0 | 100101 | 1100011 | 1000011 |
Color Harmonies of #FEC059
Complementary color
Monochromatic Colors of #FEC059
Black with #FEC059
Text Example
Text Example
White with #FEC059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC059; }
p { color: rgb(254,192,89); }
H1.HeaderClassName
{
color: #FEC059;
}
.AnyTagClassName
{
color: #FEC059;
}
</style>
background-color css
<style>
a { background-color: #FEC059; }
a { background-color: rgb(254,192,89); }
div.DivClassName
{
background-color: #FEC059;
}
.BgClassName
{
background-color: #FEC059;
}
</style>
border-color css
<style>
span { border-color: #FEC059; }
span { border-color: rgb(254,192,89); }
td.TdClassName
{
border-color: #FEC059;
}
.TagClassName
{
border-color: #FEC059;
}
</style>