Shades of Golden Tainoi #FEC94C
Tints of Golden Tainoi #FEC94C
RGB
CMYK
RGB Variations
Color information
#FEC94C (or 0xFEC94C) is known color: Golden Tainoi. HEX triplet: FE, C9 and 4C. RGB value is (254,201,76). Sum of RGB (Red+Green+Blue) = 254+201+76=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 201 (78.91% from 255 or 37.85% from 531); Blue value is 76 (30.08% from 255 or 14.31% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC94C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC94C is #0136B3. Grayscale: #CBCBCB. Windows color (decimal): -79540 or 5032446. OLE color: 5032446.
HSL color Cylindrical-coordinate representation of color #FEC94C: hue angle of 42.13º 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 #FEC94C is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 76 | - |
| CMYK | 0 | 0.21 | 0.70 | 0.00 |
| HSL | 42.13º | 0.99% | 0.65% | - |
| HSV(B) | 42.13º | 0.7% | 1% | - |
| XYZ | 63.06 | 63.37 | 15.74 | - |
| YUV | 202.6 | 56.56 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 76 | 0 | 0.21 | 0.70 | 0.00 | 42.13 | 0.99 | 0.65 |
| Hex | FE | C9 | 4C | 0 | 15 | 46 | 0 | 2A | 63 | 41 |
| Octal | 376 | 311 | 114 | 0 | 25 | 106 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001001 | 1001100 | 0 | 10101 | 1000110 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC94C
Complementary color
Monochromatic Colors of #FEC94C
Black with #FEC94C
Text Example
Text Example
White with #FEC94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC94C; }
p { color: rgb(254,201,76); }
H1.HeaderClassName
{
color: #FEC94C;
}
.AnyTagClassName
{
color: #FEC94C;
}
</style>
background-color css
<style>
a { background-color: #FEC94C; }
a { background-color: rgb(254,201,76); }
div.DivClassName
{
background-color: #FEC94C;
}
.BgClassName
{
background-color: #FEC94C;
}
</style>
border-color css
<style>
span { border-color: #FEC94C; }
span { border-color: rgb(254,201,76); }
td.TdClassName
{
border-color: #FEC94C;
}
.TagClassName
{
border-color: #FEC94C;
}
</style>