Shades of Golden Tainoi #FEC04E
Tints of Golden Tainoi #FEC04E
RGB
CMYK
RGB Variations
Color information
#FEC04E (or 0xFEC04E) is known color: Golden Tainoi. HEX triplet: FE, C0 and 4E. RGB value is (254,192,78). Sum of RGB (Red+Green+Blue) = 254+192+78=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 192 (75.39% from 255 or 36.64% from 524); Blue value is 78 (30.86% from 255 or 14.89% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC04E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC04E is #013FB1. Grayscale: #C6C6C6. Windows color (decimal): -81842 or 5161214. OLE color: 5161214.
HSL color Cylindrical-coordinate representation of color #FEC04E: hue angle of 38.86º 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 #FEC04E is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 78 | - |
| CMYK | 0 | 0.24 | 0.69 | 0.00 |
| HSL | 38.86º | 0.99% | 0.65% | - |
| HSV(B) | 38.86º | 0.69% | 1% | - |
| XYZ | 61.1 | 59.32 | 15.44 | - |
| YUV | 197.54 | 60.54 | 168.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 78 | 0 | 0.24 | 0.69 | 0.00 | 38.86 | 0.99 | 0.65 |
| Hex | FE | C0 | 4E | 0 | 18 | 45 | 0 | 27 | 63 | 41 |
| Octal | 376 | 300 | 116 | 0 | 30 | 105 | 0 | 47 | 143 | 101 |
| Binary | 11111110 | 11000000 | 1001110 | 0 | 11000 | 1000101 | 0 | 100111 | 1100011 | 1000001 |
Color Harmonies of #FEC04E
Complementary color
Monochromatic Colors of #FEC04E
Black with #FEC04E
Text Example
Text Example
White with #FEC04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC04E; }
p { color: rgb(254,192,78); }
H1.HeaderClassName
{
color: #FEC04E;
}
.AnyTagClassName
{
color: #FEC04E;
}
</style>
background-color css
<style>
a { background-color: #FEC04E; }
a { background-color: rgb(254,192,78); }
div.DivClassName
{
background-color: #FEC04E;
}
.BgClassName
{
background-color: #FEC04E;
}
</style>
border-color css
<style>
span { border-color: #FEC04E; }
span { border-color: rgb(254,192,78); }
td.TdClassName
{
border-color: #FEC04E;
}
.TagClassName
{
border-color: #FEC04E;
}
</style>