Shades of Golden Tainoi #FEC161
Tints of Golden Tainoi #FEC161
RGB
CMYK
RGB Variations
Color information
#FEC161 (or 0xFEC161) is known color: Golden Tainoi. HEX triplet: FE, C1 and 61. RGB value is (254,193,97). Sum of RGB (Red+Green+Blue) = 254+193+97=544 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.69% from 544); Green value is 193 (75.78% from 255 or 35.48% from 544); Blue value is 97 (38.28% from 255 or 17.83% from 544); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC161 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC161 is #013E9E. Grayscale: #C8C8C8. Windows color (decimal): -81567 or 6406654. OLE color: 6406654.
HSL color Cylindrical-coordinate representation of color #FEC161: hue angle of 36.69º 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 #FEC161 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 193 | 97 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.00 |
| HSL | 36.69º | 0.99% | 0.69% | - |
| HSV(B) | 36.69º | 0.62% | 1% | - |
| XYZ | 62.1 | 60.07 | 19.63 | - |
| YUV | 200.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 193 | 97 | 0 | 0.24 | 0.62 | 0.00 | 36.69 | 0.99 | 0.69 |
| Hex | FE | C1 | 61 | 0 | 18 | 3E | 0 | 25 | 63 | 45 |
| Octal | 376 | 301 | 141 | 0 | 30 | 76 | 0 | 45 | 143 | 105 |
| Binary | 11111110 | 11000001 | 1100001 | 0 | 11000 | 111110 | 0 | 100101 | 1100011 | 1000101 |
Color Harmonies of #FEC161
Complementary color
Monochromatic Colors of #FEC161
Black with #FEC161
Text Example
Text Example
White with #FEC161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC161; }
p { color: rgb(254,193,97); }
H1.HeaderClassName
{
color: #FEC161;
}
.AnyTagClassName
{
color: #FEC161;
}
</style>
background-color css
<style>
a { background-color: #FEC161; }
a { background-color: rgb(254,193,97); }
div.DivClassName
{
background-color: #FEC161;
}
.BgClassName
{
background-color: #FEC161;
}
</style>
border-color css
<style>
span { border-color: #FEC161; }
span { border-color: rgb(254,193,97); }
td.TdClassName
{
border-color: #FEC161;
}
.TagClassName
{
border-color: #FEC161;
}
</style>