Shades of Golden Tainoi #FDC85A
Tints of Golden Tainoi #FDC85A
RGB
CMYK
RGB Variations
Color information
#FDC85A (or 0xFDC85A) is known color: Golden Tainoi. HEX triplet: FD, C8 and 5A. RGB value is (253,200,90). Sum of RGB (Red+Green+Blue) = 253+200+90=543 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.59% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 90 (35.55% from 255 or 16.57% from 543); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC85A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC85A is #0237A5. Grayscale: #CBCBCB. Windows color (decimal): -145318 or 5949693. OLE color: 5949693.
HSL color Cylindrical-coordinate representation of color #FDC85A: hue angle of 40.49º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FDC85A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 200 | 90 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40.49º | 0.98% | 0.67% | - |
| HSV(B) | 40.49º | 0.64% | 0.99% | - |
| XYZ | 63.01 | 62.93 | 18.5 | - |
| YUV | 203.31 | 64.06 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 200 | 90 | 0 | 0.21 | 0.64 | 0.01 | 40.49 | 0.98 | 0.67 |
| Hex | FD | C8 | 5A | 0 | 15 | 40 | 1 | 28 | 62 | 43 |
| Octal | 375 | 310 | 132 | 0 | 25 | 100 | 1 | 50 | 142 | 103 |
| Binary | 11111101 | 11001000 | 1011010 | 0 | 10101 | 1000000 | 1 | 101000 | 1100010 | 1000011 |
Color Harmonies of #FDC85A
Complementary color
Monochromatic Colors of #FDC85A
Black with #FDC85A
Text Example
Text Example
White with #FDC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC85A; }
p { color: rgb(253,200,90); }
H1.HeaderClassName
{
color: #FDC85A;
}
.AnyTagClassName
{
color: #FDC85A;
}
</style>
background-color css
<style>
a { background-color: #FDC85A; }
a { background-color: rgb(253,200,90); }
div.DivClassName
{
background-color: #FDC85A;
}
.BgClassName
{
background-color: #FDC85A;
}
</style>
border-color css
<style>
span { border-color: #FDC85A; }
span { border-color: rgb(253,200,90); }
td.TdClassName
{
border-color: #FDC85A;
}
.TagClassName
{
border-color: #FDC85A;
}
</style>