Shades of Golden Tainoi #FDC85F
Tints of Golden Tainoi #FDC85F
RGB
CMYK
RGB Variations
Color information
#FDC85F (or 0xFDC85F) is known color: Golden Tainoi. HEX triplet: FD, C8 and 5F. RGB value is (253,200,95). Sum of RGB (Red+Green+Blue) = 253+200+95=548 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.17% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 95 (37.5% from 255 or 17.34% from 548); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC85F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC85F is #0237A0. Grayscale: #CCCCCC. Windows color (decimal): -145313 or 6277373. OLE color: 6277373.
HSL color Cylindrical-coordinate representation of color #FDC85F: hue angle of 39.87º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FDC85F is Cyan = 0, Magento = 0.21, Yellow = 0.62 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 95 | - |
| CMYK | 0 | 0.21 | 0.62 | 0.01 |
| HSL | 39.87º | 0.98% | 0.68% | - |
| HSV(B) | 39.87º | 0.62% | 0.99% | - |
| XYZ | 63.23 | 63.02 | 19.66 | - |
| YUV | 203.88 | 66.56 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 95 | 0 | 0.21 | 0.62 | 0.01 | 39.87 | 0.98 | 0.68 |
| Hex | FD | C8 | 5F | 0 | 15 | 3E | 1 | 28 | 62 | 44 |
| Octal | 375 | 310 | 137 | 0 | 25 | 76 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11001000 | 1011111 | 0 | 10101 | 111110 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC85F
Complementary color
Monochromatic Colors of #FDC85F
Black with #FDC85F
Text Example
Text Example
White with #FDC85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC85F; }
p { color: rgb(253,200,95); }
H1.HeaderClassName
{
color: #FDC85F;
}
.AnyTagClassName
{
color: #FDC85F;
}
</style>
background-color css
<style>
a { background-color: #FDC85F; }
a { background-color: rgb(253,200,95); }
div.DivClassName
{
background-color: #FDC85F;
}
.BgClassName
{
background-color: #FDC85F;
}
</style>
border-color css
<style>
span { border-color: #FDC85F; }
span { border-color: rgb(253,200,95); }
td.TdClassName
{
border-color: #FDC85F;
}
.TagClassName
{
border-color: #FDC85F;
}
</style>