Shades of Golden Tainoi #FEC056
Tints of Golden Tainoi #FEC056
RGB
CMYK
RGB Variations
Color information
#FEC056 (or 0xFEC056) is known color: Golden Tainoi. HEX triplet: FE, C0 and 56. RGB value is (254,192,86). Sum of RGB (Red+Green+Blue) = 254+192+86=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC056 is #013FA9. Grayscale: #C6C6C6. Windows color (decimal): -81834 or 5685502. OLE color: 5685502.
HSL color Cylindrical-coordinate representation of color #FEC056: hue angle of 37.86º 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 #FEC056 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 192 | 86 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.00 |
| HSL | 37.86º | 0.99% | 0.67% | - |
| HSV(B) | 37.86º | 0.66% | 1% | - |
| XYZ | 61.4 | 59.44 | 17.04 | - |
| YUV | 198.45 | 64.54 | 167.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 192 | 86 | 0 | 0.24 | 0.66 | 0.00 | 37.86 | 0.99 | 0.67 |
| Hex | FE | C0 | 56 | 0 | 18 | 42 | 0 | 26 | 63 | 43 |
| Octal | 376 | 300 | 126 | 0 | 30 | 102 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000000 | 1010110 | 0 | 11000 | 1000010 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC056
Complementary color
Monochromatic Colors of #FEC056
Black with #FEC056
Text Example
Text Example
White with #FEC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC056; }
p { color: rgb(254,192,86); }
H1.HeaderClassName
{
color: #FEC056;
}
.AnyTagClassName
{
color: #FEC056;
}
</style>
background-color css
<style>
a { background-color: #FEC056; }
a { background-color: rgb(254,192,86); }
div.DivClassName
{
background-color: #FEC056;
}
.BgClassName
{
background-color: #FEC056;
}
</style>
border-color css
<style>
span { border-color: #FEC056; }
span { border-color: rgb(254,192,86); }
td.TdClassName
{
border-color: #FEC056;
}
.TagClassName
{
border-color: #FEC056;
}
</style>