Shades of Golden Tainoi #FDC55E
Tints of Golden Tainoi #FDC55E
RGB
CMYK
RGB Variations
Color information
#FDC55E (or 0xFDC55E) is known color: Golden Tainoi. HEX triplet: FD, C5 and 5E. RGB value is (253,197,94). Sum of RGB (Red+Green+Blue) = 253+197+94=544 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46.51% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC55E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC55E is #023AA1. Grayscale: #CACACA. Windows color (decimal): -146082 or 6211069. OLE color: 6211069.
HSL color Cylindrical-coordinate representation of color #FDC55E: hue angle of 38.87º 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 #FDC55E is Cyan = 0, Magento = 0.22, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 94 | - |
| CMYK | 0 | 0.22 | 0.63 | 0.01 |
| HSL | 38.87º | 0.98% | 0.68% | - |
| HSV(B) | 38.87º | 0.63% | 0.99% | - |
| XYZ | 62.49 | 61.62 | 19.19 | - |
| YUV | 202 | 67.05 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 94 | 0 | 0.22 | 0.63 | 0.01 | 38.87 | 0.98 | 0.68 |
| Hex | FD | C5 | 5E | 0 | 16 | 3F | 1 | 27 | 62 | 44 |
| Octal | 375 | 305 | 136 | 0 | 26 | 77 | 1 | 47 | 142 | 104 |
| Binary | 11111101 | 11000101 | 1011110 | 0 | 10110 | 111111 | 1 | 100111 | 1100010 | 1000100 |
Color Harmonies of #FDC55E
Complementary color
Monochromatic Colors of #FDC55E
Black with #FDC55E
Text Example
Text Example
White with #FDC55E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC55E; }
p { color: rgb(253,197,94); }
H1.HeaderClassName
{
color: #FDC55E;
}
.AnyTagClassName
{
color: #FDC55E;
}
</style>
background-color css
<style>
a { background-color: #FDC55E; }
a { background-color: rgb(253,197,94); }
div.DivClassName
{
background-color: #FDC55E;
}
.BgClassName
{
background-color: #FDC55E;
}
</style>
border-color css
<style>
span { border-color: #FDC55E; }
span { border-color: rgb(253,197,94); }
td.TdClassName
{
border-color: #FDC55E;
}
.TagClassName
{
border-color: #FDC55E;
}
</style>