Shades of Golden Tainoi #FEC661
Tints of Golden Tainoi #FEC661
RGB
CMYK
RGB Variations
Color information
#FEC661 (or 0xFEC661) is known color: Golden Tainoi. HEX triplet: FE, C6 and 61. RGB value is (254,198,97). Sum of RGB (Red+Green+Blue) = 254+198+97=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 97 (38.28% from 255 or 17.67% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FEC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FEC661 is #01399E. Grayscale: #CBCBCB. Windows color (decimal): -80287 or 6407934. OLE color: 6407934.
HSL color Cylindrical-coordinate representation of color #FEC661: hue angle of 38.6º 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 #FEC661 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 198 | 97 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.00 |
| HSL | 38.6º | 0.99% | 0.69% | - |
| HSV(B) | 38.6º | 0.62% | 1% | - |
| XYZ | 63.22 | 62.32 | 20.01 | - |
| YUV | 203.23 | 68.05 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 198 | 97 | 0 | 0.22 | 0.62 | 0.00 | 38.6 | 0.99 | 0.69 |
| Hex | FE | C6 | 61 | 0 | 16 | 3E | 0 | 27 | 63 | 45 |
| Octal | 376 | 306 | 141 | 0 | 26 | 76 | 0 | 47 | 143 | 105 |
| Binary | 11111110 | 11000110 | 1100001 | 0 | 10110 | 111110 | 0 | 100111 | 1100011 | 1000101 |
Color Harmonies of #FEC661
Complementary color
Monochromatic Colors of #FEC661
Black with #FEC661
Text Example
Text Example
White with #FEC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEC661; }
p { color: rgb(254,198,97); }
H1.HeaderClassName
{
color: #FEC661;
}
.AnyTagClassName
{
color: #FEC661;
}
</style>
background-color css
<style>
a { background-color: #FEC661; }
a { background-color: rgb(254,198,97); }
div.DivClassName
{
background-color: #FEC661;
}
.BgClassName
{
background-color: #FEC661;
}
</style>
border-color css
<style>
span { border-color: #FEC661; }
span { border-color: rgb(254,198,97); }
td.TdClassName
{
border-color: #FEC661;
}
.TagClassName
{
border-color: #FEC661;
}
</style>