Shades of Golden Tainoi #FEC956
Tints of Golden Tainoi #FEC956
RGB
CMYK
RGB Variations
Color information
#FEC956 (or 0xFEC956) is known color: Golden Tainoi. HEX triplet: FE, C9 and 56. RGB value is (254,201,86). Sum of RGB (Red+Green+Blue) = 254+201+86=541 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.95% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 86 (33.98% from 255 or 15.90% from 541); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC956 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC956 is #0136A9. Grayscale: #CCCCCC. Windows color (decimal): -79530 or 5687806. OLE color: 5687806.
HSL color Cylindrical-coordinate representation of color #FEC956: hue angle of 41.07º 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 #FEC956 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.00 |
| HSL | 41.07º | 0.99% | 0.67% | - |
| HSV(B) | 41.07º | 0.66% | 1% | - |
| XYZ | 63.44 | 63.52 | 17.72 | - |
| YUV | 203.74 | 61.56 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 86 | 0 | 0.21 | 0.66 | 0.00 | 41.07 | 0.99 | 0.67 |
| Hex | FE | C9 | 56 | 0 | 15 | 42 | 0 | 29 | 63 | 43 |
| Octal | 376 | 311 | 126 | 0 | 25 | 102 | 0 | 51 | 143 | 103 |
| Binary | 11111110 | 11001001 | 1010110 | 0 | 10101 | 1000010 | 0 | 101001 | 1100011 | 1000011 |
Color Harmonies of #FEC956
Complementary color
Monochromatic Colors of #FEC956
Black with #FEC956
Text Example
Text Example
White with #FEC956
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC956; }
p { color: rgb(254,201,86); }
H1.HeaderClassName
{
color: #FEC956;
}
.AnyTagClassName
{
color: #FEC956;
}
</style>
background-color css
<style>
a { background-color: #FEC956; }
a { background-color: rgb(254,201,86); }
div.DivClassName
{
background-color: #FEC956;
}
.BgClassName
{
background-color: #FEC956;
}
</style>
border-color css
<style>
span { border-color: #FEC956; }
span { border-color: rgb(254,201,86); }
td.TdClassName
{
border-color: #FEC956;
}
.TagClassName
{
border-color: #FEC956;
}
</style>