Shades of Golden Tainoi #FEC656
Tints of Golden Tainoi #FEC656
RGB
CMYK
RGB Variations
Color information
#FEC656 (or 0xFEC656) is known color: Golden Tainoi. HEX triplet: FE, C6 and 56. RGB value is (254,198,86). Sum of RGB (Red+Green+Blue) = 254+198+86=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 86 (33.98% from 255 or 15.99% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC656 is #0139A9. Grayscale: #CACACA. Windows color (decimal): -80298 or 5687038. OLE color: 5687038.
HSL color Cylindrical-coordinate representation of color #FEC656: hue angle of 40º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FEC656 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.00 |
| HSL | 40º | 0.99% | 0.67% | - |
| HSV(B) | 40º | 0.66% | 1% | - |
| XYZ | 62.75 | 62.13 | 17.49 | - |
| YUV | 201.98 | 62.55 | 165.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 86 | 0 | 0.22 | 0.66 | 0.00 | 40 | 0.99 | 0.67 |
| Hex | FE | C6 | 56 | 0 | 16 | 42 | 0 | 28 | 63 | 43 |
| Octal | 376 | 306 | 126 | 0 | 26 | 102 | 0 | 50 | 143 | 103 |
| Binary | 11111110 | 11000110 | 1010110 | 0 | 10110 | 1000010 | 0 | 101000 | 1100011 | 1000011 |
Color Harmonies of #FEC656
Complementary color
Monochromatic Colors of #FEC656
Black with #FEC656
Text Example
Text Example
White with #FEC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC656; }
p { color: rgb(254,198,86); }
H1.HeaderClassName
{
color: #FEC656;
}
.AnyTagClassName
{
color: #FEC656;
}
</style>
background-color css
<style>
a { background-color: #FEC656; }
a { background-color: rgb(254,198,86); }
div.DivClassName
{
background-color: #FEC656;
}
.BgClassName
{
background-color: #FEC656;
}
</style>
border-color css
<style>
span { border-color: #FEC656; }
span { border-color: rgb(254,198,86); }
td.TdClassName
{
border-color: #FEC656;
}
.TagClassName
{
border-color: #FEC656;
}
</style>