Shades of Golden Tainoi #FEC856
Tints of Golden Tainoi #FEC856
RGB
CMYK
RGB Variations
Color information
#FEC856 (or 0xFEC856) is known color: Golden Tainoi. HEX triplet: FE, C8 and 56. RGB value is (254,200,86). Sum of RGB (Red+Green+Blue) = 254+200+86=540 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.04% from 540); Green value is 200 (78.52% from 255 or 37.04% from 540); Blue value is 86 (33.98% from 255 or 15.93% from 540); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC856 is #0137A9. Grayscale: #CBCBCB. Windows color (decimal): -79786 or 5687550. OLE color: 5687550.
HSL color Cylindrical-coordinate representation of color #FEC856: hue angle of 40.71º 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 #FEC856 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 200 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.00 |
| HSL | 40.71º | 0.99% | 0.67% | - |
| HSV(B) | 40.71º | 0.66% | 1% | - |
| XYZ | 63.21 | 63.05 | 17.64 | - |
| YUV | 203.15 | 61.89 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 200 | 86 | 0 | 0.21 | 0.66 | 0.00 | 40.71 | 0.99 | 0.67 |
| Hex | FE | C8 | 56 | 0 | 15 | 42 | 0 | 29 | 63 | 43 |
| Octal | 376 | 310 | 126 | 0 | 25 | 102 | 0 | 51 | 143 | 103 |
| Binary | 11111110 | 11001000 | 1010110 | 0 | 10101 | 1000010 | 0 | 101001 | 1100011 | 1000011 |
Color Harmonies of #FEC856
Complementary color
Monochromatic Colors of #FEC856
Black with #FEC856
Text Example
Text Example
White with #FEC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC856; }
p { color: rgb(254,200,86); }
H1.HeaderClassName
{
color: #FEC856;
}
.AnyTagClassName
{
color: #FEC856;
}
</style>
background-color css
<style>
a { background-color: #FEC856; }
a { background-color: rgb(254,200,86); }
div.DivClassName
{
background-color: #FEC856;
}
.BgClassName
{
background-color: #FEC856;
}
</style>
border-color css
<style>
span { border-color: #FEC856; }
span { border-color: rgb(254,200,86); }
td.TdClassName
{
border-color: #FEC856;
}
.TagClassName
{
border-color: #FEC856;
}
</style>