Shades of Golden Tainoi #FDC75D
Tints of Golden Tainoi #FDC75D
RGB
CMYK
RGB Variations
Color information
#FDC75D (or 0xFDC75D) is known color: Golden Tainoi. HEX triplet: FD, C7 and 5D. RGB value is (253,199,93). Sum of RGB (Red+Green+Blue) = 253+199+93=545 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.42% from 545); Green value is 199 (78.12% from 255 or 36.51% from 545); Blue value is 93 (36.72% from 255 or 17.06% from 545); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC75D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC75D is #0238A2. Grayscale: #CBCBCB. Windows color (decimal): -145571 or 6146045. OLE color: 6146045.
HSL color Cylindrical-coordinate representation of color #FDC75D: hue angle of 39.75º 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 #FDC75D is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 199 | 93 | - |
| CMYK | 0 | 0.21 | 0.63 | 0.01 |
| HSL | 39.75º | 0.98% | 0.68% | - |
| HSV(B) | 39.75º | 0.63% | 0.99% | - |
| XYZ | 62.91 | 62.52 | 19.11 | - |
| YUV | 203.06 | 65.89 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 199 | 93 | 0 | 0.21 | 0.63 | 0.01 | 39.75 | 0.98 | 0.68 |
| Hex | FD | C7 | 5D | 0 | 15 | 3F | 1 | 28 | 62 | 44 |
| Octal | 375 | 307 | 135 | 0 | 25 | 77 | 1 | 50 | 142 | 104 |
| Binary | 11111101 | 11000111 | 1011101 | 0 | 10101 | 111111 | 1 | 101000 | 1100010 | 1000100 |
Color Harmonies of #FDC75D
Complementary color
Monochromatic Colors of #FDC75D
Black with #FDC75D
Text Example
Text Example
White with #FDC75D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC75D; }
p { color: rgb(253,199,93); }
H1.HeaderClassName
{
color: #FDC75D;
}
.AnyTagClassName
{
color: #FDC75D;
}
</style>
background-color css
<style>
a { background-color: #FDC75D; }
a { background-color: rgb(253,199,93); }
div.DivClassName
{
background-color: #FDC75D;
}
.BgClassName
{
background-color: #FDC75D;
}
</style>
border-color css
<style>
span { border-color: #FDC75D; }
span { border-color: rgb(253,199,93); }
td.TdClassName
{
border-color: #FDC75D;
}
.TagClassName
{
border-color: #FDC75D;
}
</style>