Shades of Golden Tainoi #FEC94E
Tints of Golden Tainoi #FEC94E
RGB
CMYK
RGB Variations
Color information
#FEC94E (or 0xFEC94E) is known color: Golden Tainoi. HEX triplet: FE, C9 and 4E. RGB value is (254,201,78). Sum of RGB (Red+Green+Blue) = 254+201+78=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 201 (78.91% from 255 or 37.71% from 533); Blue value is 78 (30.86% from 255 or 14.63% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC94E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC94E is #0136B1. Grayscale: #CBCBCB. Windows color (decimal): -79538 or 5163518. OLE color: 5163518.
HSL color Cylindrical-coordinate representation of color #FEC94E: hue angle of 41.93º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FEC94E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.00 |
| HSL | 41.93º | 0.99% | 0.65% | - |
| HSV(B) | 41.93º | 0.69% | 1% | - |
| XYZ | 63.13 | 63.39 | 16.12 | - |
| YUV | 202.83 | 57.56 | 164.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 78 | 0 | 0.21 | 0.69 | 0.00 | 41.93 | 0.99 | 0.65 |
| Hex | FE | C9 | 4E | 0 | 15 | 45 | 0 | 2A | 63 | 41 |
| Octal | 376 | 311 | 116 | 0 | 25 | 105 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001001 | 1001110 | 0 | 10101 | 1000101 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC94E
Complementary color
Monochromatic Colors of #FEC94E
Black with #FEC94E
Text Example
Text Example
White with #FEC94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC94E; }
p { color: rgb(254,201,78); }
H1.HeaderClassName
{
color: #FEC94E;
}
.AnyTagClassName
{
color: #FEC94E;
}
</style>
background-color css
<style>
a { background-color: #FEC94E; }
a { background-color: rgb(254,201,78); }
div.DivClassName
{
background-color: #FEC94E;
}
.BgClassName
{
background-color: #FEC94E;
}
</style>
border-color css
<style>
span { border-color: #FEC94E; }
span { border-color: rgb(254,201,78); }
td.TdClassName
{
border-color: #FEC94E;
}
.TagClassName
{
border-color: #FEC94E;
}
</style>