Shades of Golden Tainoi #FDC953
Tints of Golden Tainoi #FDC953
RGB
CMYK
RGB Variations
Color information
#FDC953 (or 0xFDC953) is known color: Golden Tainoi. HEX triplet: FD, C9 and 53. RGB value is (253,201,83). Sum of RGB (Red+Green+Blue) = 253+201+83=537 (71% of max value = 765). Red value is 253 (99.22% from 255 or 47.11% from 537); Green value is 201 (78.91% from 255 or 37.43% from 537); Blue value is 83 (32.81% from 255 or 15.46% from 537); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC953 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC953 is #0236AC. Grayscale: #CBCBCB. Windows color (decimal): -145069 or 5491197. OLE color: 5491197.
HSL color Cylindrical-coordinate representation of color #FDC953: hue angle of 41.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FDC953 is Cyan = 0, Magento = 0.21, Yellow = 0.67 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 201 | 83 | - |
| CMYK | 0 | 0.21 | 0.67 | 0.01 |
| HSL | 41.65º | 0.98% | 0.66% | - |
| HSV(B) | 41.65º | 0.67% | 0.99% | - |
| XYZ | 62.96 | 63.28 | 17.08 | - |
| YUV | 203.1 | 60.23 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 201 | 83 | 0 | 0.21 | 0.67 | 0.01 | 41.65 | 0.98 | 0.66 |
| Hex | FD | C9 | 53 | 0 | 15 | 43 | 1 | 2A | 62 | 42 |
| Octal | 375 | 311 | 123 | 0 | 25 | 103 | 1 | 52 | 142 | 102 |
| Binary | 11111101 | 11001001 | 1010011 | 0 | 10101 | 1000011 | 1 | 101010 | 1100010 | 1000010 |
Color Harmonies of #FDC953
Complementary color
Monochromatic Colors of #FDC953
Black with #FDC953
Text Example
Text Example
White with #FDC953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC953; }
p { color: rgb(253,201,83); }
H1.HeaderClassName
{
color: #FDC953;
}
.AnyTagClassName
{
color: #FDC953;
}
</style>
background-color css
<style>
a { background-color: #FDC953; }
a { background-color: rgb(253,201,83); }
div.DivClassName
{
background-color: #FDC953;
}
.BgClassName
{
background-color: #FDC953;
}
</style>
border-color css
<style>
span { border-color: #FDC953; }
span { border-color: rgb(253,201,83); }
td.TdClassName
{
border-color: #FDC953;
}
.TagClassName
{
border-color: #FDC953;
}
</style>