Shades of Golden Tainoi #FEC561
Tints of Golden Tainoi #FEC561
RGB
CMYK
RGB Variations
Color information
#FEC561 (or 0xFEC561) is known color: Golden Tainoi. HEX triplet: FE, C5 and 61. RGB value is (254,197,97). Sum of RGB (Red+Green+Blue) = 254+197+97=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 197 (77.34% from 255 or 35.95% from 548); Blue value is 97 (38.28% from 255 or 17.70% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC561 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC561 is #013A9E. Grayscale: #CBCBCB. Windows color (decimal): -80543 or 6407678. OLE color: 6407678.
HSL color Cylindrical-coordinate representation of color #FEC561: hue angle of 38.22º 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 #FEC561 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 197 | 97 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.00 |
| HSL | 38.22º | 0.99% | 0.69% | - |
| HSV(B) | 38.22º | 0.62% | 1% | - |
| XYZ | 63 | 61.87 | 19.93 | - |
| YUV | 202.64 | 68.38 | 164.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 197 | 97 | 0 | 0.22 | 0.62 | 0.00 | 38.22 | 0.99 | 0.69 |
| Hex | FE | C5 | 61 | 0 | 16 | 3E | 0 | 26 | 63 | 45 |
| Octal | 376 | 305 | 141 | 0 | 26 | 76 | 0 | 46 | 143 | 105 |
| Binary | 11111110 | 11000101 | 1100001 | 0 | 10110 | 111110 | 0 | 100110 | 1100011 | 1000101 |
Color Harmonies of #FEC561
Complementary color
Monochromatic Colors of #FEC561
Black with #FEC561
Text Example
Text Example
White with #FEC561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC561; }
p { color: rgb(254,197,97); }
H1.HeaderClassName
{
color: #FEC561;
}
.AnyTagClassName
{
color: #FEC561;
}
</style>
background-color css
<style>
a { background-color: #FEC561; }
a { background-color: rgb(254,197,97); }
div.DivClassName
{
background-color: #FEC561;
}
.BgClassName
{
background-color: #FEC561;
}
</style>
border-color css
<style>
span { border-color: #FEC561; }
span { border-color: rgb(254,197,97); }
td.TdClassName
{
border-color: #FEC561;
}
.TagClassName
{
border-color: #FEC561;
}
</style>