Shades of Golden Tainoi #FEC94F
Tints of Golden Tainoi #FEC94F
RGB
CMYK
RGB Variations
Color information
#FEC94F (or 0xFEC94F) is known color: Golden Tainoi. HEX triplet: FE, C9 and 4F. RGB value is (254,201,79). Sum of RGB (Red+Green+Blue) = 254+201+79=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 201 (78.91% from 255 or 37.64% from 534); Blue value is 79 (31.25% from 255 or 14.79% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC94F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC94F is #0136B0. Grayscale: #CBCBCB. Windows color (decimal): -79537 or 5229054. OLE color: 5229054.
HSL color Cylindrical-coordinate representation of color #FEC94F: hue angle of 41.83º 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 #FEC94F is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 79 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.00 |
| HSL | 41.83º | 0.99% | 0.65% | - |
| HSV(B) | 41.83º | 0.69% | 1% | - |
| XYZ | 63.17 | 63.41 | 16.31 | - |
| YUV | 202.94 | 58.06 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 79 | 0 | 0.21 | 0.69 | 0.00 | 41.83 | 0.99 | 0.65 |
| Hex | FE | C9 | 4F | 0 | 15 | 45 | 0 | 2A | 63 | 41 |
| Octal | 376 | 311 | 117 | 0 | 25 | 105 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001001 | 1001111 | 0 | 10101 | 1000101 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC94F
Complementary color
Monochromatic Colors of #FEC94F
Black with #FEC94F
Text Example
Text Example
White with #FEC94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC94F; }
p { color: rgb(254,201,79); }
H1.HeaderClassName
{
color: #FEC94F;
}
.AnyTagClassName
{
color: #FEC94F;
}
</style>
background-color css
<style>
a { background-color: #FEC94F; }
a { background-color: rgb(254,201,79); }
div.DivClassName
{
background-color: #FEC94F;
}
.BgClassName
{
background-color: #FEC94F;
}
</style>
border-color css
<style>
span { border-color: #FEC94F; }
span { border-color: rgb(254,201,79); }
td.TdClassName
{
border-color: #FEC94F;
}
.TagClassName
{
border-color: #FEC94F;
}
</style>