Shades of Golden Tainoi #FEC64A
Tints of Golden Tainoi #FEC64A
RGB
CMYK
RGB Variations
Color information
#FEC64A (or 0xFEC64A) is known color: Golden Tainoi. HEX triplet: FE, C6 and 4A. RGB value is (254,198,74). Sum of RGB (Red+Green+Blue) = 254+198+74=526 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.29% from 526); Green value is 198 (77.73% from 255 or 37.64% from 526); Blue value is 74 (29.30% from 255 or 14.07% from 526); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC64A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FEC64A is #0139B5. Grayscale: #C9C9C9. Windows color (decimal): -80310 or 4900606. OLE color: 4900606.
HSL color Cylindrical-coordinate representation of color #FEC64A: hue angle of 41.33º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FEC64A is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 74 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.00 |
| HSL | 41.33º | 0.99% | 0.64% | - |
| HSV(B) | 41.33º | 0.71% | 1% | - |
| XYZ | 62.3 | 61.95 | 15.15 | - |
| YUV | 200.61 | 56.55 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 74 | 0 | 0.22 | 0.71 | 0.00 | 41.33 | 0.99 | 0.64 |
| Hex | FE | C6 | 4A | 0 | 16 | 47 | 0 | 29 | 63 | 40 |
| Octal | 376 | 306 | 112 | 0 | 26 | 107 | 0 | 51 | 143 | 100 |
| Binary | 11111110 | 11000110 | 1001010 | 0 | 10110 | 1000111 | 0 | 101001 | 1100011 | 1000000 |
Color Harmonies of #FEC64A
Complementary color
Monochromatic Colors of #FEC64A
Black with #FEC64A
Text Example
Text Example
White with #FEC64A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC64A; }
p { color: rgb(254,198,74); }
H1.HeaderClassName
{
color: #FEC64A;
}
.AnyTagClassName
{
color: #FEC64A;
}
</style>
background-color css
<style>
a { background-color: #FEC64A; }
a { background-color: rgb(254,198,74); }
div.DivClassName
{
background-color: #FEC64A;
}
.BgClassName
{
background-color: #FEC64A;
}
</style>
border-color css
<style>
span { border-color: #FEC64A; }
span { border-color: rgb(254,198,74); }
td.TdClassName
{
border-color: #FEC64A;
}
.TagClassName
{
border-color: #FEC64A;
}
</style>