Shades of Golden Tainoi #FFC657
Tints of Golden Tainoi #FFC657
RGB
CMYK
RGB Variations
Color information
#FFC657 (or 0xFFC657) is known color: Golden Tainoi. HEX triplet: FF, C6 and 57. RGB value is (255,198,87). Sum of RGB (Red+Green+Blue) = 255+198+87=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 198 (77.73% from 255 or 36.67% from 540); Blue value is 87 (34.38% from 255 or 16.11% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFC657 is #0039A8. Grayscale: #CACACA. Windows color (decimal): -14761 or 5752575. OLE color: 5752575.
HSL color Cylindrical-coordinate representation of color #FFC657: hue angle of 39.64º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FFC657 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 198 | 87 | - |
| CMYK | 0 | 0.22 | 0.66 | 0 |
| HSL | 39.64º | 1% | 0.67% | - |
| HSV(B) | 39.64º | 0.66% | 1% | - |
| XYZ | 63.15 | 62.34 | 17.72 | - |
| YUV | 202.39 | 62.88 | 165.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 198 | 87 | 0 | 0.22 | 0.66 | 0 | 39.64 | 1 | 0.67 |
| Hex | FF | C6 | 57 | 0 | 16 | 42 | 0 | 28 | 64 | 43 |
| Octal | 377 | 306 | 127 | 0 | 26 | 102 | 0 | 50 | 144 | 103 |
| Binary | 11111111 | 11000110 | 1010111 | 0 | 10110 | 1000010 | 0 | 101000 | 1100100 | 1000011 |
Color Harmonies of #FFC657
Complementary color
Monochromatic Colors of #FFC657
Black with #FFC657
Text Example
Text Example
White with #FFC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFC657; }
p { color: rgb(255,198,87); }
H1.HeaderClassName
{
color: #FFC657;
}
.AnyTagClassName
{
color: #FFC657;
}
</style>
background-color css
<style>
a { background-color: #FFC657; }
a { background-color: rgb(255,198,87); }
div.DivClassName
{
background-color: #FFC657;
}
.BgClassName
{
background-color: #FFC657;
}
</style>
border-color css
<style>
span { border-color: #FFC657; }
span { border-color: rgb(255,198,87); }
td.TdClassName
{
border-color: #FFC657;
}
.TagClassName
{
border-color: #FFC657;
}
</style>