Shades of Golden Tainoi #FFC661
Tints of Golden Tainoi #FFC661
RGB
CMYK
RGB Variations
Color information
#FFC661 (or 0xFFC661) is known color: Golden Tainoi. HEX triplet: FF, C6 and 61. RGB value is (255,198,97). Sum of RGB (Red+Green+Blue) = 255+198+97=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 198 (77.73% from 255 or 36% from 550); Blue value is 97 (38.28% from 255 or 17.64% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC661 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC661 is #00399E. Grayscale: #CBCBCB. Windows color (decimal): -14751 or 6407935. OLE color: 6407935.
HSL color Cylindrical-coordinate representation of color #FFC661: hue angle of 38.35º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FFC661 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 97 | - |
| CMYK | 0 | 0.22 | 0.62 | 0 |
| HSL | 38.35º | 1% | 0.69% | - |
| HSV(B) | 38.35º | 0.62% | 1% | - |
| XYZ | 63.59 | 62.51 | 20.02 | - |
| YUV | 203.53 | 67.88 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 97 | 0 | 0.22 | 0.62 | 0 | 38.35 | 1 | 0.69 |
| Hex | FF | C6 | 61 | 0 | 16 | 3E | 0 | 26 | 64 | 45 |
| Octal | 377 | 306 | 141 | 0 | 26 | 76 | 0 | 46 | 144 | 105 |
| Binary | 11111111 | 11000110 | 1100001 | 0 | 10110 | 111110 | 0 | 100110 | 1100100 | 1000101 |
Color Harmonies of #FFC661
Complementary color
Monochromatic Colors of #FFC661
Black with #FFC661
Text Example
Text Example
White with #FFC661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC661; }
p { color: rgb(255,198,97); }
H1.HeaderClassName
{
color: #FFC661;
}
.AnyTagClassName
{
color: #FFC661;
}
</style>
background-color css
<style>
a { background-color: #FFC661; }
a { background-color: rgb(255,198,97); }
div.DivClassName
{
background-color: #FFC661;
}
.BgClassName
{
background-color: #FFC661;
}
</style>
border-color css
<style>
span { border-color: #FFC661; }
span { border-color: rgb(255,198,97); }
td.TdClassName
{
border-color: #FFC661;
}
.TagClassName
{
border-color: #FFC661;
}
</style>