Shades of Golden Tainoi #FEC65E
Tints of Golden Tainoi #FEC65E
RGB
CMYK
RGB Variations
Color information
#FEC65E (or 0xFEC65E) is known color: Golden Tainoi. HEX triplet: FE, C6 and 5E. RGB value is (254,198,94). Sum of RGB (Red+Green+Blue) = 254+198+94=546 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.52% from 546); Green value is 198 (77.73% from 255 or 36.26% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC65E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC65E is #0139A1. Grayscale: #CBCBCB. Windows color (decimal): -80290 or 6211326. OLE color: 6211326.
HSL color Cylindrical-coordinate representation of color #FEC65E: hue angle of 39º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FEC65E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 94 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.00 |
| HSL | 39º | 0.99% | 0.68% | - |
| HSV(B) | 39º | 0.63% | 1% | - |
| XYZ | 63.09 | 62.27 | 19.28 | - |
| YUV | 202.89 | 66.55 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 94 | 0 | 0.22 | 0.63 | 0.00 | 39 | 0.99 | 0.68 |
| Hex | FE | C6 | 5E | 0 | 16 | 3F | 0 | 27 | 63 | 44 |
| Octal | 376 | 306 | 136 | 0 | 26 | 77 | 0 | 47 | 143 | 104 |
| Binary | 11111110 | 11000110 | 1011110 | 0 | 10110 | 111111 | 0 | 100111 | 1100011 | 1000100 |
Color Harmonies of #FEC65E
Complementary color
Monochromatic Colors of #FEC65E
Black with #FEC65E
Text Example
Text Example
White with #FEC65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC65E; }
p { color: rgb(254,198,94); }
H1.HeaderClassName
{
color: #FEC65E;
}
.AnyTagClassName
{
color: #FEC65E;
}
</style>
background-color css
<style>
a { background-color: #FEC65E; }
a { background-color: rgb(254,198,94); }
div.DivClassName
{
background-color: #FEC65E;
}
.BgClassName
{
background-color: #FEC65E;
}
</style>
border-color css
<style>
span { border-color: #FEC65E; }
span { border-color: rgb(254,198,94); }
td.TdClassName
{
border-color: #FEC65E;
}
.TagClassName
{
border-color: #FEC65E;
}
</style>