Shades of Golden Tainoi #FEC155
Tints of Golden Tainoi #FEC155
RGB
CMYK
RGB Variations
Color information
#FEC155 (or 0xFEC155) is known color: Golden Tainoi. HEX triplet: FE, C1 and 55. RGB value is (254,193,85). Sum of RGB (Red+Green+Blue) = 254+193+85=532 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.74% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC155 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC155 is #013EAA. Grayscale: #C7C7C7. Windows color (decimal): -81579 or 5620222. OLE color: 5620222.
HSL color Cylindrical-coordinate representation of color #FEC155: hue angle of 38.34º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FEC155 is Cyan = 0, Magento = 0.24, Yellow = 0.67 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 85 | - |
| CMYK | 0 | 0.24 | 0.67 | 0.00 |
| HSL | 38.34º | 0.99% | 0.66% | - |
| HSV(B) | 38.34º | 0.67% | 1% | - |
| XYZ | 61.58 | 59.87 | 16.9 | - |
| YUV | 198.93 | 63.71 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 85 | 0 | 0.24 | 0.67 | 0.00 | 38.34 | 0.99 | 0.66 |
| Hex | FE | C1 | 55 | 0 | 18 | 43 | 0 | 26 | 63 | 42 |
| Octal | 376 | 301 | 125 | 0 | 30 | 103 | 0 | 46 | 143 | 102 |
| Binary | 11111110 | 11000001 | 1010101 | 0 | 11000 | 1000011 | 0 | 100110 | 1100011 | 1000010 |
Color Harmonies of #FEC155
Complementary color
Monochromatic Colors of #FEC155
Black with #FEC155
Text Example
Text Example
White with #FEC155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC155; }
p { color: rgb(254,193,85); }
H1.HeaderClassName
{
color: #FEC155;
}
.AnyTagClassName
{
color: #FEC155;
}
</style>
background-color css
<style>
a { background-color: #FEC155; }
a { background-color: rgb(254,193,85); }
div.DivClassName
{
background-color: #FEC155;
}
.BgClassName
{
background-color: #FEC155;
}
</style>
border-color css
<style>
span { border-color: #FEC155; }
span { border-color: rgb(254,193,85); }
td.TdClassName
{
border-color: #FEC155;
}
.TagClassName
{
border-color: #FEC155;
}
</style>