Shades of Golden Tainoi #FDC556
Tints of Golden Tainoi #FDC556
RGB
CMYK
RGB Variations
Color information
#FDC556 (or 0xFDC556) is known color: Golden Tainoi. HEX triplet: FD, C5 and 56. RGB value is (253,197,86). Sum of RGB (Red+Green+Blue) = 253+197+86=536 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.20% from 536); Green value is 197 (77.34% from 255 or 36.75% from 536); Blue value is 86 (33.98% from 255 or 16.04% from 536); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC556 is #023AA9. Grayscale: #C9C9C9. Windows color (decimal): -146090 or 5686781. OLE color: 5686781.
HSL color Cylindrical-coordinate representation of color #FDC556: hue angle of 39.88º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FDC556 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.01 |
| HSL | 39.88º | 0.98% | 0.66% | - |
| HSV(B) | 39.88º | 0.66% | 0.99% | - |
| XYZ | 62.15 | 61.49 | 17.4 | - |
| YUV | 201.09 | 63.05 | 165.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 86 | 0 | 0.22 | 0.66 | 0.01 | 39.88 | 0.98 | 0.66 |
| Hex | FD | C5 | 56 | 0 | 16 | 42 | 1 | 28 | 62 | 42 |
| Octal | 375 | 305 | 126 | 0 | 26 | 102 | 1 | 50 | 142 | 102 |
| Binary | 11111101 | 11000101 | 1010110 | 0 | 10110 | 1000010 | 1 | 101000 | 1100010 | 1000010 |
Color Harmonies of #FDC556
Complementary color
Monochromatic Colors of #FDC556
Black with #FDC556
Text Example
Text Example
White with #FDC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC556; }
p { color: rgb(253,197,86); }
H1.HeaderClassName
{
color: #FDC556;
}
.AnyTagClassName
{
color: #FDC556;
}
</style>
background-color css
<style>
a { background-color: #FDC556; }
a { background-color: rgb(253,197,86); }
div.DivClassName
{
background-color: #FDC556;
}
.BgClassName
{
background-color: #FDC556;
}
</style>
border-color css
<style>
span { border-color: #FDC556; }
span { border-color: rgb(253,197,86); }
td.TdClassName
{
border-color: #FDC556;
}
.TagClassName
{
border-color: #FDC556;
}
</style>