Shades of Golden Tainoi #FDC54F
Tints of Golden Tainoi #FDC54F
RGB
CMYK
RGB Variations
Color information
#FDC54F (or 0xFDC54F) is known color: Golden Tainoi. HEX triplet: FD, C5 and 4F. RGB value is (253,197,79). Sum of RGB (Red+Green+Blue) = 253+197+79=529 (70% of max value = 765). Red value is 253 (99.22% from 255 or 47.83% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 79 (31.25% from 255 or 14.93% from 529); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC54F is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FDC54F is #023AB0. Grayscale: #C8C8C8. Windows color (decimal): -146097 or 5228029. OLE color: 5228029.
HSL color Cylindrical-coordinate representation of color #FDC54F: hue angle of 40.69º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FDC54F is Cyan = 0, Magento = 0.22, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 79 | - |
| CMYK | 0 | 0.22 | 0.69 | 0.01 |
| HSL | 40.69º | 0.98% | 0.65% | - |
| HSV(B) | 40.69º | 0.69% | 0.99% | - |
| XYZ | 61.89 | 61.38 | 15.98 | - |
| YUV | 200.29 | 59.55 | 165.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 79 | 0 | 0.22 | 0.69 | 0.01 | 40.69 | 0.98 | 0.65 |
| Hex | FD | C5 | 4F | 0 | 16 | 45 | 1 | 29 | 62 | 41 |
| Octal | 375 | 305 | 117 | 0 | 26 | 105 | 1 | 51 | 142 | 101 |
| Binary | 11111101 | 11000101 | 1001111 | 0 | 10110 | 1000101 | 1 | 101001 | 1100010 | 1000001 |
Color Harmonies of #FDC54F
Complementary color
Monochromatic Colors of #FDC54F
Black with #FDC54F
Text Example
Text Example
White with #FDC54F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC54F; }
p { color: rgb(253,197,79); }
H1.HeaderClassName
{
color: #FDC54F;
}
.AnyTagClassName
{
color: #FDC54F;
}
</style>
background-color css
<style>
a { background-color: #FDC54F; }
a { background-color: rgb(253,197,79); }
div.DivClassName
{
background-color: #FDC54F;
}
.BgClassName
{
background-color: #FDC54F;
}
</style>
border-color css
<style>
span { border-color: #FDC54F; }
span { border-color: rgb(253,197,79); }
td.TdClassName
{
border-color: #FDC54F;
}
.TagClassName
{
border-color: #FDC54F;
}
</style>