Shades of Golden Tainoi #FEC84E
Tints of Golden Tainoi #FEC84E
RGB
CMYK
RGB Variations
Color information
#FEC84E (or 0xFEC84E) is known color: Golden Tainoi. HEX triplet: FE, C8 and 4E. RGB value is (254,200,78). Sum of RGB (Red+Green+Blue) = 254+200+78=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 78 (30.86% from 255 or 14.66% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC84E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC84E is #0137B1. Grayscale: #CACACA. Windows color (decimal): -79794 or 5163262. OLE color: 5163262.
HSL color Cylindrical-coordinate representation of color #FEC84E: hue angle of 41.59º 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 #FEC84E is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 78 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.00 |
| HSL | 41.59º | 0.99% | 0.65% | - |
| HSV(B) | 41.59º | 0.69% | 1% | - |
| XYZ | 62.9 | 62.93 | 16.04 | - |
| YUV | 202.24 | 57.89 | 164.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 78 | 0 | 0.21 | 0.69 | 0.00 | 41.59 | 0.99 | 0.65 |
| Hex | FE | C8 | 4E | 0 | 15 | 45 | 0 | 2A | 63 | 41 |
| Octal | 376 | 310 | 116 | 0 | 25 | 105 | 0 | 52 | 143 | 101 |
| Binary | 11111110 | 11001000 | 1001110 | 0 | 10101 | 1000101 | 0 | 101010 | 1100011 | 1000001 |
Color Harmonies of #FEC84E
Complementary color
Monochromatic Colors of #FEC84E
Black with #FEC84E
Text Example
Text Example
White with #FEC84E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC84E; }
p { color: rgb(254,200,78); }
H1.HeaderClassName
{
color: #FEC84E;
}
.AnyTagClassName
{
color: #FEC84E;
}
</style>
background-color css
<style>
a { background-color: #FEC84E; }
a { background-color: rgb(254,200,78); }
div.DivClassName
{
background-color: #FEC84E;
}
.BgClassName
{
background-color: #FEC84E;
}
</style>
border-color css
<style>
span { border-color: #FEC84E; }
span { border-color: rgb(254,200,78); }
td.TdClassName
{
border-color: #FEC84E;
}
.TagClassName
{
border-color: #FEC84E;
}
</style>