Shades of Golden Tainoi #FEC157
Tints of Golden Tainoi #FEC157
RGB
CMYK
RGB Variations
Color information
#FEC157 (or 0xFEC157) is known color: Golden Tainoi. HEX triplet: FE, C1 and 57. RGB value is (254,193,87). Sum of RGB (Red+Green+Blue) = 254+193+87=534 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.57% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 87 (34.38% from 255 or 16.29% from 534); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC157 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC157 is #013EA8. Grayscale: #C7C7C7. Windows color (decimal): -81577 or 5751294. OLE color: 5751294.
HSL color Cylindrical-coordinate representation of color #FEC157: hue angle of 38.08º 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 #FEC157 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 87 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.00 |
| HSL | 38.08º | 0.99% | 0.67% | - |
| HSV(B) | 38.08º | 0.66% | 1% | - |
| XYZ | 61.66 | 59.9 | 17.33 | - |
| YUV | 199.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 87 | 0 | 0.24 | 0.66 | 0.00 | 38.08 | 0.99 | 0.67 |
| Hex | FE | C1 | 57 | 0 | 18 | 42 | 0 | 26 | 63 | 43 |
| Octal | 376 | 301 | 127 | 0 | 30 | 102 | 0 | 46 | 143 | 103 |
| Binary | 11111110 | 11000001 | 1010111 | 0 | 11000 | 1000010 | 0 | 100110 | 1100011 | 1000011 |
Color Harmonies of #FEC157
Complementary color
Monochromatic Colors of #FEC157
Black with #FEC157
Text Example
Text Example
White with #FEC157
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC157; }
p { color: rgb(254,193,87); }
H1.HeaderClassName
{
color: #FEC157;
}
.AnyTagClassName
{
color: #FEC157;
}
</style>
background-color css
<style>
a { background-color: #FEC157; }
a { background-color: rgb(254,193,87); }
div.DivClassName
{
background-color: #FEC157;
}
.BgClassName
{
background-color: #FEC157;
}
</style>
border-color css
<style>
span { border-color: #FEC157; }
span { border-color: rgb(254,193,87); }
td.TdClassName
{
border-color: #FEC157;
}
.TagClassName
{
border-color: #FEC157;
}
</style>