Shades of Golden Tainoi #FEC64D
Tints of Golden Tainoi #FEC64D
RGB
CMYK
RGB Variations
Color information
#FEC64D (or 0xFEC64D) is known color: Golden Tainoi. HEX triplet: FE, C6 and 4D. RGB value is (254,198,77). Sum of RGB (Red+Green+Blue) = 254+198+77=529 (70% of max value = 765). Red value is 254 (99.61% from 255 or 48.02% from 529); Green value is 198 (77.73% from 255 or 37.43% from 529); Blue value is 77 (30.47% from 255 or 14.56% from 529); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC64D is #0139B2. Grayscale: #C9C9C9. Windows color (decimal): -80307 or 5097214. OLE color: 5097214.
HSL color Cylindrical-coordinate representation of color #FEC64D: hue angle of 41.02º 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 #FEC64D is Cyan = 0, Magento = 0.22, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 77 | - |
| CMYK | 0 | 0.22 | 0.70 | 0.00 |
| HSL | 41.02º | 0.99% | 0.65% | - |
| HSV(B) | 41.02º | 0.7% | 1% | - |
| XYZ | 62.41 | 61.99 | 15.7 | - |
| YUV | 200.95 | 58.05 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 77 | 0 | 0.22 | 0.70 | 0.00 | 41.02 | 0.99 | 0.65 |
| Hex | FE | C6 | 4D | 0 | 16 | 46 | 0 | 29 | 63 | 41 |
| Octal | 376 | 306 | 115 | 0 | 26 | 106 | 0 | 51 | 143 | 101 |
| Binary | 11111110 | 11000110 | 1001101 | 0 | 10110 | 1000110 | 0 | 101001 | 1100011 | 1000001 |
Color Harmonies of #FEC64D
Complementary color
Monochromatic Colors of #FEC64D
Black with #FEC64D
Text Example
Text Example
White with #FEC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC64D; }
p { color: rgb(254,198,77); }
H1.HeaderClassName
{
color: #FEC64D;
}
.AnyTagClassName
{
color: #FEC64D;
}
</style>
background-color css
<style>
a { background-color: #FEC64D; }
a { background-color: rgb(254,198,77); }
div.DivClassName
{
background-color: #FEC64D;
}
.BgClassName
{
background-color: #FEC64D;
}
</style>
border-color css
<style>
span { border-color: #FEC64D; }
span { border-color: rgb(254,198,77); }
td.TdClassName
{
border-color: #FEC64D;
}
.TagClassName
{
border-color: #FEC64D;
}
</style>