Shades of Golden Tainoi #FDC856
Tints of Golden Tainoi #FDC856
RGB
CMYK
RGB Variations
Color information
#FDC856 (or 0xFDC856) is known color: Golden Tainoi. HEX triplet: FD, C8 and 56. RGB value is (253,200,86). Sum of RGB (Red+Green+Blue) = 253+200+86=539 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.94% from 539); Green value is 200 (78.52% from 255 or 37.11% from 539); Blue value is 86 (33.98% from 255 or 15.96% from 539); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC856 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC856 is #0237A9. Grayscale: #CBCBCB. Windows color (decimal): -145322 or 5687549. OLE color: 5687549.
HSL color Cylindrical-coordinate representation of color #FDC856: hue angle of 40.96º 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 #FDC856 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.01 |
| HSL | 40.96º | 0.98% | 0.66% | - |
| HSV(B) | 40.96º | 0.66% | 0.99% | - |
| XYZ | 62.84 | 62.86 | 17.63 | - |
| YUV | 202.85 | 62.06 | 163.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 86 | 0 | 0.21 | 0.66 | 0.01 | 40.96 | 0.98 | 0.66 |
| Hex | FD | C8 | 56 | 0 | 15 | 42 | 1 | 29 | 62 | 42 |
| Octal | 375 | 310 | 126 | 0 | 25 | 102 | 1 | 51 | 142 | 102 |
| Binary | 11111101 | 11001000 | 1010110 | 0 | 10101 | 1000010 | 1 | 101001 | 1100010 | 1000010 |
Color Harmonies of #FDC856
Complementary color
Monochromatic Colors of #FDC856
Black with #FDC856
Text Example
Text Example
White with #FDC856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC856; }
p { color: rgb(253,200,86); }
H1.HeaderClassName
{
color: #FDC856;
}
.AnyTagClassName
{
color: #FDC856;
}
</style>
background-color css
<style>
a { background-color: #FDC856; }
a { background-color: rgb(253,200,86); }
div.DivClassName
{
background-color: #FDC856;
}
.BgClassName
{
background-color: #FDC856;
}
</style>
border-color css
<style>
span { border-color: #FDC856; }
span { border-color: rgb(253,200,86); }
td.TdClassName
{
border-color: #FDC856;
}
.TagClassName
{
border-color: #FDC856;
}
</style>