Shades of Golden Tainoi #FDC75E
Tints of Golden Tainoi #FDC75E
RGB
CMYK
RGB Variations
Color information
#FDC75E (or 0xFDC75E) is known color: Golden Tainoi. HEX triplet: FD, C7 and 5E. RGB value is (253,199,94). Sum of RGB (Red+Green+Blue) = 253+199+94=546 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.34% from 546); Green value is 199 (78.12% from 255 or 36.45% from 546); Blue value is 94 (37.11% from 255 or 17.22% from 546); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC75E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC75E is #0238A1. Grayscale: #CBCBCB. Windows color (decimal): -145570 or 6211581. OLE color: 6211581.
HSL color Cylindrical-coordinate representation of color #FDC75E: hue angle of 39.62º 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 #FDC75E is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 94 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 39.62º | 0.98% | 0.68% | - |
| HSV(B) | 39.62º | 0.63% | 0.99% | - |
| XYZ | 62.95 | 62.54 | 19.34 | - |
| YUV | 203.18 | 66.39 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 94 | 0 | 0.21 | 0.63 | 0.01 | 39.62 | 0.98 | 0.68 |
| Hex | FD | C7 | 5E | 0 | 15 | 3F | 1 | 28 | 62 | 44 |
| Octal | 375 | 307 | 136 | 0 | 25 | 77 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11000111 | 1011110 | 0 | 10101 | 111111 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC75E
Complementary color
Monochromatic Colors of #FDC75E
Black with #FDC75E
Text Example
Text Example
White with #FDC75E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC75E; }
p { color: rgb(253,199,94); }
H1.HeaderClassName
{
color: #FDC75E;
}
.AnyTagClassName
{
color: #FDC75E;
}
</style>
background-color css
<style>
a { background-color: #FDC75E; }
a { background-color: rgb(253,199,94); }
div.DivClassName
{
background-color: #FDC75E;
}
.BgClassName
{
background-color: #FDC75E;
}
</style>
border-color css
<style>
span { border-color: #FDC75E; }
span { border-color: rgb(253,199,94); }
td.TdClassName
{
border-color: #FDC75E;
}
.TagClassName
{
border-color: #FDC75E;
}
</style>