Shades of Golden Tainoi #FDC951
Tints of Golden Tainoi #FDC951
RGB
CMYK
RGB Variations
Color information
#FDC951 (or 0xFDC951) is known color: Golden Tainoi. HEX triplet: FD, C9 and 51. RGB value is (253,201,81). Sum of RGB (Red+Green+Blue) = 253+201+81=535 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.29% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 81 (32.03% from 255 or 15.14% from 535); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC951 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC951 is #0236AE. Grayscale: #CBCBCB. Windows color (decimal): -145071 or 5360125. OLE color: 5360125.
HSL color Cylindrical-coordinate representation of color #FDC951: hue angle of 41.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDC951 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 81 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.01 |
| HSL | 41.86º | 0.98% | 0.65% | - |
| HSV(B) | 41.86º | 0.68% | 0.99% | - |
| XYZ | 62.88 | 63.25 | 16.68 | - |
| YUV | 202.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 81 | 0 | 0.21 | 0.68 | 0.01 | 41.86 | 0.98 | 0.65 |
| Hex | FD | C9 | 51 | 0 | 15 | 44 | 1 | 2A | 62 | 41 |
| Octal | 375 | 311 | 121 | 0 | 25 | 104 | 1 | 52 | 142 | 101 |
| Binary | 11111101 | 11001001 | 1010001 | 0 | 10101 | 1000100 | 1 | 101010 | 1100010 | 1000001 |
Color Harmonies of #FDC951
Complementary color
Monochromatic Colors of #FDC951
Black with #FDC951
Text Example
Text Example
White with #FDC951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC951; }
p { color: rgb(253,201,81); }
H1.HeaderClassName
{
color: #FDC951;
}
.AnyTagClassName
{
color: #FDC951;
}
</style>
background-color css
<style>
a { background-color: #FDC951; }
a { background-color: rgb(253,201,81); }
div.DivClassName
{
background-color: #FDC951;
}
.BgClassName
{
background-color: #FDC951;
}
</style>
border-color css
<style>
span { border-color: #FDC951; }
span { border-color: rgb(253,201,81); }
td.TdClassName
{
border-color: #FDC951;
}
.TagClassName
{
border-color: #FDC951;
}
</style>