Shades of Golden Tainoi #FDC85D
Tints of Golden Tainoi #FDC85D
RGB
CMYK
RGB Variations
Color information
#FDC85D (or 0xFDC85D) is known color: Golden Tainoi. HEX triplet: FD, C8 and 5D. RGB value is (253,200,93). Sum of RGB (Red+Green+Blue) = 253+200+93=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 200 (78.52% from 255 or 36.63% from 546); Blue value is 93 (36.72% from 255 or 17.03% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC85D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC85D is #0237A2. Grayscale: #CCCCCC. Windows color (decimal): -145315 or 6146301. OLE color: 6146301.
HSL color Cylindrical-coordinate representation of color #FDC85D: hue angle of 40.12º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FDC85D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 40.13º | 0.98% | 0.68% | - |
| HSV(B) | 40.13º | 0.63% | 0.99% | - |
| XYZ | 63.14 | 62.98 | 19.18 | - |
| YUV | 203.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 93 | 0 | 0.21 | 0.63 | 0.01 | 40.13 | 0.98 | 0.68 |
| Hex | FD | C8 | 5D | 0 | 15 | 3F | 1 | 28 | 62 | 44 |
| Octal | 375 | 310 | 135 | 0 | 25 | 77 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11001000 | 1011101 | 0 | 10101 | 111111 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC85D
Complementary color
Monochromatic Colors of #FDC85D
Black with #FDC85D
Text Example
Text Example
White with #FDC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC85D; }
p { color: rgb(253,200,93); }
H1.HeaderClassName
{
color: #FDC85D;
}
.AnyTagClassName
{
color: #FDC85D;
}
</style>
background-color css
<style>
a { background-color: #FDC85D; }
a { background-color: rgb(253,200,93); }
div.DivClassName
{
background-color: #FDC85D;
}
.BgClassName
{
background-color: #FDC85D;
}
</style>
border-color css
<style>
span { border-color: #FDC85D; }
span { border-color: rgb(253,200,93); }
td.TdClassName
{
border-color: #FDC85D;
}
.TagClassName
{
border-color: #FDC85D;
}
</style>