Shades of Golden Tainoi #FEC94A
Tints of Golden Tainoi #FEC94A
RGB
CMYK
RGB Variations
Color information
#FEC94A (or 0xFEC94A) is known color: Golden Tainoi. HEX triplet: FE, C9 and 4A. RGB value is (254,201,74). Sum of RGB (Red+Green+Blue) = 254+201+74=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 74 (29.30% from 255 or 13.99% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC94A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC94A is #0136B5. Grayscale: #CACACA. Windows color (decimal): -79542 or 4901374. OLE color: 4901374.
HSL color Cylindrical-coordinate representation of color #FEC94A: hue angle of 42.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEC94A is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 74 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.00 |
| HSL | 42.33º | 0.99% | 0.64% | - |
| HSV(B) | 42.33º | 0.71% | 1% | - |
| XYZ | 63 | 63.34 | 15.38 | - |
| YUV | 202.37 | 55.56 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 74 | 0 | 0.21 | 0.71 | 0.00 | 42.33 | 0.99 | 0.64 |
| Hex | FE | C9 | 4A | 0 | 15 | 47 | 0 | 2A | 63 | 40 |
| Octal | 376 | 311 | 112 | 0 | 25 | 107 | 0 | 52 | 143 | 100 |
| Binary | 11111110 | 11001001 | 1001010 | 0 | 10101 | 1000111 | 0 | 101010 | 1100011 | 1000000 |
Color Harmonies of #FEC94A
Complementary color
Monochromatic Colors of #FEC94A
Black with #FEC94A
Text Example
Text Example
White with #FEC94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC94A; }
p { color: rgb(254,201,74); }
H1.HeaderClassName
{
color: #FEC94A;
}
.AnyTagClassName
{
color: #FEC94A;
}
</style>
background-color css
<style>
a { background-color: #FEC94A; }
a { background-color: rgb(254,201,74); }
div.DivClassName
{
background-color: #FEC94A;
}
.BgClassName
{
background-color: #FEC94A;
}
</style>
border-color css
<style>
span { border-color: #FEC94A; }
span { border-color: rgb(254,201,74); }
td.TdClassName
{
border-color: #FEC94A;
}
.TagClassName
{
border-color: #FEC94A;
}
</style>