Shades of Golden Tainoi #FDC156
Tints of Golden Tainoi #FDC156
RGB
CMYK
RGB Variations
Color information
#FDC156 (or 0xFDC156) is known color: Golden Tainoi. HEX triplet: FD, C1 and 56. RGB value is (253,193,86). Sum of RGB (Red+Green+Blue) = 253+193+86=532 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.56% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC156 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC156 is #023EA9. Grayscale: #C7C7C7. Windows color (decimal): -147114 or 5685757. OLE color: 5685757.
HSL color Cylindrical-coordinate representation of color #FDC156: hue angle of 38.44º 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 #FDC156 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 193 | 86 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.01 |
| HSL | 38.44º | 0.98% | 0.66% | - |
| HSV(B) | 38.44º | 0.66% | 0.99% | - |
| XYZ | 61.26 | 59.69 | 17.1 | - |
| YUV | 198.74 | 64.38 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 193 | 86 | 0 | 0.24 | 0.66 | 0.01 | 38.44 | 0.98 | 0.66 |
| Hex | FD | C1 | 56 | 0 | 18 | 42 | 1 | 26 | 62 | 42 |
| Octal | 375 | 301 | 126 | 0 | 30 | 102 | 1 | 46 | 142 | 102 |
| Binary | 11111101 | 11000001 | 1010110 | 0 | 11000 | 1000010 | 1 | 100110 | 1100010 | 1000010 |
Color Harmonies of #FDC156
Complementary color
Monochromatic Colors of #FDC156
Black with #FDC156
Text Example
Text Example
White with #FDC156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC156; }
p { color: rgb(253,193,86); }
H1.HeaderClassName
{
color: #FDC156;
}
.AnyTagClassName
{
color: #FDC156;
}
</style>
background-color css
<style>
a { background-color: #FDC156; }
a { background-color: rgb(253,193,86); }
div.DivClassName
{
background-color: #FDC156;
}
.BgClassName
{
background-color: #FDC156;
}
</style>
border-color css
<style>
span { border-color: #FDC156; }
span { border-color: rgb(253,193,86); }
td.TdClassName
{
border-color: #FDC156;
}
.TagClassName
{
border-color: #FDC156;
}
</style>