Shades of Golden Tainoi #FEC94D
Tints of Golden Tainoi #FEC94D
RGB
CMYK
RGB Variations
Color information
#FEC94D (or 0xFEC94D) is known color: Golden Tainoi. HEX triplet: FE, C9 and 4D. RGB value is (254,201,77). Sum of RGB (Red+Green+Blue) = 254+201+77=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 201 (78.91% from 255 or 37.78% from 532); Blue value is 77 (30.47% from 255 or 14.47% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC94D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC94D is #0136B2. Grayscale: #CBCBCB. Windows color (decimal): -79539 or 5097982. OLE color: 5097982.
HSL color Cylindrical-coordinate representation of color #FEC94D: hue angle of 42.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FEC94D is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 77 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.00 |
| HSL | 42.03º | 0.99% | 0.65% | - |
| HSV(B) | 42.03º | 0.7% | 1% | - |
| XYZ | 63.1 | 63.38 | 15.93 | - |
| YUV | 202.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 77 | 0 | 0.21 | 0.70 | 0.00 | 42.03 | 0.99 | 0.65 |
| Hex | FE | C9 | 4D | 0 | 15 | 46 | 0 | 2A | 63 | 41 |
| Octal | 376 | 311 | 115 | 0 | 25 | 106 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001001 | 1001101 | 0 | 10101 | 1000110 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC94D
Complementary color
Monochromatic Colors of #FEC94D
Black with #FEC94D
Text Example
Text Example
White with #FEC94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC94D; }
p { color: rgb(254,201,77); }
H1.HeaderClassName
{
color: #FEC94D;
}
.AnyTagClassName
{
color: #FEC94D;
}
</style>
background-color css
<style>
a { background-color: #FEC94D; }
a { background-color: rgb(254,201,77); }
div.DivClassName
{
background-color: #FEC94D;
}
.BgClassName
{
background-color: #FEC94D;
}
</style>
border-color css
<style>
span { border-color: #FEC94D; }
span { border-color: rgb(254,201,77); }
td.TdClassName
{
border-color: #FEC94D;
}
.TagClassName
{
border-color: #FEC94D;
}
</style>