Shades of Golden Tainoi #FDC657
Tints of Golden Tainoi #FDC657
RGB
CMYK
RGB Variations
Color information
#FDC657 (or 0xFDC657) is known color: Golden Tainoi. HEX triplet: FD, C6 and 57. RGB value is (253,198,87). Sum of RGB (Red+Green+Blue) = 253+198+87=538 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.03% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 87 (34.38% from 255 or 16.17% from 538); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC657 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC657 is #0239A8. Grayscale: #CACACA. Windows color (decimal): -145833 or 5752573. OLE color: 5752573.
HSL color Cylindrical-coordinate representation of color #FDC657: hue angle of 40.12º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC657 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 198 | 87 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.01 |
| HSL | 40.12º | 0.98% | 0.67% | - |
| HSV(B) | 40.12º | 0.66% | 0.99% | - |
| XYZ | 62.42 | 61.96 | 17.69 | - |
| YUV | 201.79 | 63.22 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 198 | 87 | 0 | 0.22 | 0.66 | 0.01 | 40.12 | 0.98 | 0.67 |
| Hex | FD | C6 | 57 | 0 | 16 | 42 | 1 | 28 | 62 | 43 |
| Octal | 375 | 306 | 127 | 0 | 26 | 102 | 1 | 50 | 142 | 103 |
| Binary | 11111101 | 11000110 | 1010111 | 0 | 10110 | 1000010 | 1 | 101000 | 1100010 | 1000011 |
Color Harmonies of #FDC657
Complementary color
Monochromatic Colors of #FDC657
Black with #FDC657
Text Example
Text Example
White with #FDC657
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC657; }
p { color: rgb(253,198,87); }
H1.HeaderClassName
{
color: #FDC657;
}
.AnyTagClassName
{
color: #FDC657;
}
</style>
background-color css
<style>
a { background-color: #FDC657; }
a { background-color: rgb(253,198,87); }
div.DivClassName
{
background-color: #FDC657;
}
.BgClassName
{
background-color: #FDC657;
}
</style>
border-color css
<style>
span { border-color: #FDC657; }
span { border-color: rgb(253,198,87); }
td.TdClassName
{
border-color: #FDC657;
}
.TagClassName
{
border-color: #FDC657;
}
</style>