Shades of Golden Tainoi #FDC544
Tints of Golden Tainoi #FDC544
RGB
CMYK
RGB Variations
Color information
#FDC544 (or 0xFDC544) is known color: Golden Tainoi. HEX triplet: FD, C5 and 44. RGB value is (253,197,68). Sum of RGB (Red+Green+Blue) = 253+197+68=518 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.84% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 68 (26.95% from 255 or 13.13% from 518); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC544 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC544 is #023ABB. Grayscale: #C7C7C7. Windows color (decimal): -146108 or 4507133. OLE color: 4507133.
HSL color Cylindrical-coordinate representation of color #FDC544: hue angle of 41.84º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FDC544 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 68 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.01 |
| HSL | 41.84º | 0.98% | 0.63% | - |
| HSV(B) | 41.84º | 0.73% | 0.99% | - |
| XYZ | 61.52 | 61.23 | 14.05 | - |
| YUV | 199.04 | 54.05 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 68 | 0 | 0.22 | 0.73 | 0.01 | 41.84 | 0.98 | 0.63 |
| Hex | FD | C5 | 44 | 0 | 16 | 49 | 1 | 2A | 62 | 3F |
| Octal | 375 | 305 | 104 | 0 | 26 | 111 | 1 | 52 | 142 | 77 |
| Binary | 11111101 | 11000101 | 1000100 | 0 | 10110 | 1001001 | 1 | 101010 | 1100010 | 111111 |
Color Harmonies of #FDC544
Complementary color
Monochromatic Colors of #FDC544
Black with #FDC544
Text Example
Text Example
White with #FDC544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC544; }
p { color: rgb(253,197,68); }
H1.HeaderClassName
{
color: #FDC544;
}
.AnyTagClassName
{
color: #FDC544;
}
</style>
background-color css
<style>
a { background-color: #FDC544; }
a { background-color: rgb(253,197,68); }
div.DivClassName
{
background-color: #FDC544;
}
.BgClassName
{
background-color: #FDC544;
}
</style>
border-color css
<style>
span { border-color: #FDC544; }
span { border-color: rgb(253,197,68); }
td.TdClassName
{
border-color: #FDC544;
}
.TagClassName
{
border-color: #FDC544;
}
</style>