Shades of Golden Tainoi #FEC74E
Tints of Golden Tainoi #FEC74E
RGB
CMYK
RGB Variations
Color information
#FEC74E (or 0xFEC74E) is known color: Golden Tainoi. HEX triplet: FE, C7 and 4E. RGB value is (254,199,78). Sum of RGB (Red+Green+Blue) = 254+199+78=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 199 (78.12% from 255 or 37.48% from 531); Blue value is 78 (30.86% from 255 or 14.69% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC74E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC74E is #0138B1. Grayscale: #CACACA. Windows color (decimal): -80050 or 5163006. OLE color: 5163006.
HSL color Cylindrical-coordinate representation of color #FEC74E: hue angle of 41.25º 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 #FEC74E is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 78 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.00 |
| HSL | 41.25º | 0.99% | 0.65% | - |
| HSV(B) | 41.25º | 0.69% | 1% | - |
| XYZ | 62.67 | 62.47 | 15.96 | - |
| YUV | 201.65 | 58.22 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 78 | 0 | 0.22 | 0.69 | 0.00 | 41.25 | 0.99 | 0.65 |
| Hex | FE | C7 | 4E | 0 | 16 | 45 | 0 | 29 | 63 | 41 |
| Octal | 376 | 307 | 116 | 0 | 26 | 105 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11000111 | 1001110 | 0 | 10110 | 1000101 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC74E
Complementary color
Monochromatic Colors of #FEC74E
Black with #FEC74E
Text Example
Text Example
White with #FEC74E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC74E; }
p { color: rgb(254,199,78); }
H1.HeaderClassName
{
color: #FEC74E;
}
.AnyTagClassName
{
color: #FEC74E;
}
</style>
background-color css
<style>
a { background-color: #FEC74E; }
a { background-color: rgb(254,199,78); }
div.DivClassName
{
background-color: #FEC74E;
}
.BgClassName
{
background-color: #FEC74E;
}
</style>
border-color css
<style>
span { border-color: #FEC74E; }
span { border-color: rgb(254,199,78); }
td.TdClassName
{
border-color: #FEC74E;
}
.TagClassName
{
border-color: #FEC74E;
}
</style>