Shades of Golden Tainoi #FDC056
Tints of Golden Tainoi #FDC056
RGB
CMYK
RGB Variations
Color information
#FDC056 (or 0xFDC056) is known color: Golden Tainoi. HEX triplet: FD, C0 and 56. RGB value is (253,192,86). Sum of RGB (Red+Green+Blue) = 253+192+86=531 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.65% from 531); Green value is 192 (75.39% from 255 or 36.16% from 531); Blue value is 86 (33.98% from 255 or 16.20% from 531); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC056 is #023FA9. Grayscale: #C6C6C6. Windows color (decimal): -147370 or 5685501. OLE color: 5685501.
HSL color Cylindrical-coordinate representation of color #FDC056: hue angle of 38.08º 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 #FDC056 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 192 | 86 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.01 |
| HSL | 38.08º | 0.98% | 0.66% | - |
| HSV(B) | 38.08º | 0.66% | 0.99% | - |
| XYZ | 61.04 | 59.25 | 17.02 | - |
| YUV | 198.16 | 64.71 | 167.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 192 | 86 | 0 | 0.24 | 0.66 | 0.01 | 38.08 | 0.98 | 0.66 |
| Hex | FD | C0 | 56 | 0 | 18 | 42 | 1 | 26 | 62 | 42 |
| Octal | 375 | 300 | 126 | 0 | 30 | 102 | 1 | 46 | 142 | 102 |
| Binary | 11111101 | 11000000 | 1010110 | 0 | 11000 | 1000010 | 1 | 100110 | 1100010 | 1000010 |
Color Harmonies of #FDC056
Complementary color
Monochromatic Colors of #FDC056
Black with #FDC056
Text Example
Text Example
White with #FDC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC056; }
p { color: rgb(253,192,86); }
H1.HeaderClassName
{
color: #FDC056;
}
.AnyTagClassName
{
color: #FDC056;
}
</style>
background-color css
<style>
a { background-color: #FDC056; }
a { background-color: rgb(253,192,86); }
div.DivClassName
{
background-color: #FDC056;
}
.BgClassName
{
background-color: #FDC056;
}
</style>
border-color css
<style>
span { border-color: #FDC056; }
span { border-color: rgb(253,192,86); }
td.TdClassName
{
border-color: #FDC056;
}
.TagClassName
{
border-color: #FDC056;
}
</style>