Shades of Golden Tainoi #FEC957
Tints of Golden Tainoi #FEC957
RGB
CMYK
RGB Variations
Color information
#FEC957 (or 0xFEC957) is known color: Golden Tainoi. HEX triplet: FE, C9 and 57. RGB value is (254,201,87). Sum of RGB (Red+Green+Blue) = 254+201+87=542 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.86% from 542); Green value is 201 (78.91% from 255 or 37.08% from 542); Blue value is 87 (34.38% from 255 or 16.05% from 542); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC957 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC957 is #0136A8. Grayscale: #CCCCCC. Windows color (decimal): -79529 or 5753342. OLE color: 5753342.
HSL color Cylindrical-coordinate representation of color #FEC957: hue angle of 40.96º 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 #FEC957 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 201 | 87 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.00 |
| HSL | 40.96º | 0.99% | 0.67% | - |
| HSV(B) | 40.96º | 0.66% | 1% | - |
| XYZ | 63.48 | 63.53 | 17.93 | - |
| YUV | 203.85 | 62.06 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 201 | 87 | 0 | 0.21 | 0.66 | 0.00 | 40.96 | 0.99 | 0.67 |
| Hex | FE | C9 | 57 | 0 | 15 | 42 | 0 | 29 | 63 | 43 |
| Octal | 376 | 311 | 127 | 0 | 25 | 102 | 0 | 51 | 143 | 103 |
| Binary | 11111110 | 11001001 | 1010111 | 0 | 10101 | 1000010 | 0 | 101001 | 1100011 | 1000011 |
Color Harmonies of #FEC957
Complementary color
Monochromatic Colors of #FEC957
Black with #FEC957
Text Example
Text Example
White with #FEC957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC957; }
p { color: rgb(254,201,87); }
H1.HeaderClassName
{
color: #FEC957;
}
.AnyTagClassName
{
color: #FEC957;
}
</style>
background-color css
<style>
a { background-color: #FEC957; }
a { background-color: rgb(254,201,87); }
div.DivClassName
{
background-color: #FEC957;
}
.BgClassName
{
background-color: #FEC957;
}
</style>
border-color css
<style>
span { border-color: #FEC957; }
span { border-color: rgb(254,201,87); }
td.TdClassName
{
border-color: #FEC957;
}
.TagClassName
{
border-color: #FEC957;
}
</style>