Shades of Golden Tainoi #FEC160
Tints of Golden Tainoi #FEC160
RGB
CMYK
RGB Variations
Color information
#FEC160 (or 0xFEC160) is known color: Golden Tainoi. HEX triplet: FE, C1 and 60. RGB value is (254,193,96). Sum of RGB (Red+Green+Blue) = 254+193+96=543 (71% of max value = 765). Red value is 254 (99.61% from 255 or 46.78% from 543); Green value is 193 (75.78% from 255 or 35.54% from 543); Blue value is 96 (37.89% from 255 or 17.68% from 543); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC160 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC160 is #013E9F. Grayscale: #C8C8C8. Windows color (decimal): -81568 or 6341118. OLE color: 6341118.
HSL color Cylindrical-coordinate representation of color #FEC160: hue angle of 36.84º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FEC160 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 96 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.00 |
| HSL | 36.84º | 0.99% | 0.69% | - |
| HSV(B) | 36.84º | 0.62% | 1% | - |
| XYZ | 62.05 | 60.06 | 19.39 | - |
| YUV | 200.18 | 69.21 | 166.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 96 | 0 | 0.24 | 0.62 | 0.00 | 36.84 | 0.99 | 0.69 |
| Hex | FE | C1 | 60 | 0 | 18 | 3E | 0 | 25 | 63 | 45 |
| Octal | 376 | 301 | 140 | 0 | 30 | 76 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000001 | 1100000 | 0 | 11000 | 111110 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC160
Complementary color
Monochromatic Colors of #FEC160
Black with #FEC160
Text Example
Text Example
White with #FEC160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC160; }
p { color: rgb(254,193,96); }
H1.HeaderClassName
{
color: #FEC160;
}
.AnyTagClassName
{
color: #FEC160;
}
</style>
background-color css
<style>
a { background-color: #FEC160; }
a { background-color: rgb(254,193,96); }
div.DivClassName
{
background-color: #FEC160;
}
.BgClassName
{
background-color: #FEC160;
}
</style>
border-color css
<style>
span { border-color: #FEC160; }
span { border-color: rgb(254,193,96); }
td.TdClassName
{
border-color: #FEC160;
}
.TagClassName
{
border-color: #FEC160;
}
</style>