Shades of Golden Tainoi #FDC548
Tints of Golden Tainoi #FDC548
RGB
CMYK
RGB Variations
Color information
#FDC548 (or 0xFDC548) is known color: Golden Tainoi. HEX triplet: FD, C5 and 48. RGB value is (253,197,72). Sum of RGB (Red+Green+Blue) = 253+197+72=522 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.47% from 522); Green value is 197 (77.34% from 255 or 37.74% from 522); Blue value is 72 (28.52% from 255 or 13.79% from 522); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC548 is #023AB7. Grayscale: #C8C8C8. Windows color (decimal): -146104 or 4769277. OLE color: 4769277.
HSL color Cylindrical-coordinate representation of color #FDC548: hue angle of 41.44º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FDC548 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 197 | 72 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.01 |
| HSL | 41.44º | 0.98% | 0.64% | - |
| HSV(B) | 41.44º | 0.72% | 0.99% | - |
| XYZ | 61.64 | 61.28 | 14.71 | - |
| YUV | 199.49 | 56.05 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 197 | 72 | 0 | 0.22 | 0.72 | 0.01 | 41.44 | 0.98 | 0.64 |
| Hex | FD | C5 | 48 | 0 | 16 | 48 | 1 | 29 | 62 | 40 |
| Octal | 375 | 305 | 110 | 0 | 26 | 110 | 1 | 51 | 142 | 100 |
| Binary | 11111101 | 11000101 | 1001000 | 0 | 10110 | 1001000 | 1 | 101001 | 1100010 | 1000000 |
Color Harmonies of #FDC548
Complementary color
Monochromatic Colors of #FDC548
Black with #FDC548
Text Example
Text Example
White with #FDC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDC548; }
p { color: rgb(253,197,72); }
H1.HeaderClassName
{
color: #FDC548;
}
.AnyTagClassName
{
color: #FDC548;
}
</style>
background-color css
<style>
a { background-color: #FDC548; }
a { background-color: rgb(253,197,72); }
div.DivClassName
{
background-color: #FDC548;
}
.BgClassName
{
background-color: #FDC548;
}
</style>
border-color css
<style>
span { border-color: #FDC548; }
span { border-color: rgb(253,197,72); }
td.TdClassName
{
border-color: #FDC548;
}
.TagClassName
{
border-color: #FDC548;
}
</style>