Shades of Golden Tainoi #FDC75A
Tints of Golden Tainoi #FDC75A
RGB
CMYK
RGB Variations
Color information
#FDC75A (or 0xFDC75A) is known color: Golden Tainoi. HEX triplet: FD, C7 and 5A. RGB value is (253,199,90). Sum of RGB (Red+Green+Blue) = 253+199+90=542 (71% of max value = 765). Red value is 253 (99.22% from 255 or 46.68% from 542); Green value is 199 (78.12% from 255 or 36.72% from 542); Blue value is 90 (35.55% from 255 or 16.61% from 542); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC75A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC75A is #0238A5. Grayscale: #CBCBCB. Windows color (decimal): -145574 or 5949437. OLE color: 5949437.
HSL color Cylindrical-coordinate representation of color #FDC75A: hue angle of 40.12º 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 #FDC75A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 90 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.01 |
| HSL | 40.12º | 0.98% | 0.67% | - |
| HSV(B) | 40.12º | 0.64% | 0.99% | - |
| XYZ | 62.78 | 62.47 | 18.42 | - |
| YUV | 202.72 | 64.39 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 90 | 0 | 0.21 | 0.64 | 0.01 | 40.12 | 0.98 | 0.67 |
| Hex | FD | C7 | 5A | 0 | 15 | 40 | 1 | 28 | 62 | 43 |
| Octal | 375 | 307 | 132 | 0 | 25 | 100 | 1 | 50 | 142 | 103 |
| Binary | 11111101 | 11000111 | 1011010 | 0 | 10101 | 1000000 | 1 | 101000 | 1100010 | 1000011 |
Color Harmonies of #FDC75A
Complementary color
Monochromatic Colors of #FDC75A
Black with #FDC75A
Text Example
Text Example
White with #FDC75A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC75A; }
p { color: rgb(253,199,90); }
H1.HeaderClassName
{
color: #FDC75A;
}
.AnyTagClassName
{
color: #FDC75A;
}
</style>
background-color css
<style>
a { background-color: #FDC75A; }
a { background-color: rgb(253,199,90); }
div.DivClassName
{
background-color: #FDC75A;
}
.BgClassName
{
background-color: #FDC75A;
}
</style>
border-color css
<style>
span { border-color: #FDC75A; }
span { border-color: rgb(253,199,90); }
td.TdClassName
{
border-color: #FDC75A;
}
.TagClassName
{
border-color: #FDC75A;
}
</style>