Shades of Golden Tainoi #FDC85C
Tints of Golden Tainoi #FDC85C
RGB
CMYK
RGB Variations
Color information
#FDC85C (or 0xFDC85C) is known color: Golden Tainoi. HEX triplet: FD, C8 and 5C. RGB value is (253,200,92). Sum of RGB (Red+Green+Blue) = 253+200+92=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 92 (36.33% from 255 or 16.88% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC85C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC85C is #0237A3. Grayscale: #CCCCCC. Windows color (decimal): -145316 or 6080765. OLE color: 6080765.
HSL color Cylindrical-coordinate representation of color #FDC85C: hue angle of 40.25º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC85C is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 92 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40.25º | 0.98% | 0.68% | - |
| HSV(B) | 40.25º | 0.64% | 0.99% | - |
| XYZ | 63.09 | 62.96 | 18.95 | - |
| YUV | 203.54 | 65.06 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 92 | 0 | 0.21 | 0.64 | 0.01 | 40.25 | 0.98 | 0.68 |
| Hex | FD | C8 | 5C | 0 | 15 | 40 | 1 | 28 | 62 | 44 |
| Octal | 375 | 310 | 134 | 0 | 25 | 100 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11001000 | 1011100 | 0 | 10101 | 1000000 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC85C
Complementary color
Monochromatic Colors of #FDC85C
Black with #FDC85C
Text Example
Text Example
White with #FDC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC85C; }
p { color: rgb(253,200,92); }
H1.HeaderClassName
{
color: #FDC85C;
}
.AnyTagClassName
{
color: #FDC85C;
}
</style>
background-color css
<style>
a { background-color: #FDC85C; }
a { background-color: rgb(253,200,92); }
div.DivClassName
{
background-color: #FDC85C;
}
.BgClassName
{
background-color: #FDC85C;
}
</style>
border-color css
<style>
span { border-color: #FDC85C; }
span { border-color: rgb(253,200,92); }
td.TdClassName
{
border-color: #FDC85C;
}
.TagClassName
{
border-color: #FDC85C;
}
</style>