Shades of Golden Tainoi #FEC756
Tints of Golden Tainoi #FEC756
RGB
CMYK
RGB Variations
Color information
#FEC756 (or 0xFEC756) is known color: Golden Tainoi. HEX triplet: FE, C7 and 56. RGB value is (254,199,86). Sum of RGB (Red+Green+Blue) = 254+199+86=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 199 (78.12% from 255 or 36.92% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC756 is #0138A9. Grayscale: #CBCBCB. Windows color (decimal): -80042 or 5687294. OLE color: 5687294.
HSL color Cylindrical-coordinate representation of color #FEC756: hue angle of 40.36º 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 #FEC756 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 199 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.00 |
| HSL | 40.36º | 0.99% | 0.67% | - |
| HSV(B) | 40.36º | 0.66% | 1% | - |
| XYZ | 62.98 | 62.59 | 17.57 | - |
| YUV | 202.56 | 62.22 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 199 | 86 | 0 | 0.22 | 0.66 | 0.00 | 40.36 | 0.99 | 0.67 |
| Hex | FE | C7 | 56 | 0 | 16 | 42 | 0 | 28 | 63 | 43 |
| Octal | 376 | 307 | 126 | 0 | 26 | 102 | 0 | 50 | 143 | 103 |
| Binary | 11111110 | 11000111 | 1010110 | 0 | 10110 | 1000010 | 0 | 101000 | 1100011 | 1000011 |
Color Harmonies of #FEC756
Complementary color
Monochromatic Colors of #FEC756
Black with #FEC756
Text Example
Text Example
White with #FEC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC756; }
p { color: rgb(254,199,86); }
H1.HeaderClassName
{
color: #FEC756;
}
.AnyTagClassName
{
color: #FEC756;
}
</style>
background-color css
<style>
a { background-color: #FEC756; }
a { background-color: rgb(254,199,86); }
div.DivClassName
{
background-color: #FEC756;
}
.BgClassName
{
background-color: #FEC756;
}
</style>
border-color css
<style>
span { border-color: #FEC756; }
span { border-color: rgb(254,199,86); }
td.TdClassName
{
border-color: #FEC756;
}
.TagClassName
{
border-color: #FEC756;
}
</style>