Shades of Golden Tainoi #FCC548
Tints of Golden Tainoi #FCC548
RGB
CMYK
RGB Variations
Color information
#FCC548 (or 0xFCC548) is known color: Golden Tainoi. HEX triplet: FC, C5 and 48. RGB value is (252,197,72). Sum of RGB (Red+Green+Blue) = 252+197+72=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 72 (28.52% from 255 or 13.82% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC548 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC548 is #033AB7. Grayscale: #C7C7C7. Windows color (decimal): -211640 or 4769276. OLE color: 4769276.
HSL color Cylindrical-coordinate representation of color #FCC548: hue angle of 41.67º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FCC548 is Cyan = 0, Magento = 0.22, Yellow = 0.71 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 72 | - |
| CMYK | 0 | 0.22 | 0.71 | 0.01 |
| HSL | 41.67º | 0.97% | 0.64% | - |
| HSV(B) | 41.67º | 0.71% | 0.99% | - |
| XYZ | 61.28 | 61.1 | 14.69 | - |
| YUV | 199.2 | 56.22 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 72 | 0 | 0.22 | 0.71 | 0.01 | 41.67 | 0.97 | 0.64 |
| Hex | FC | C5 | 48 | 0 | 16 | 47 | 1 | 2A | 61 | 40 |
| Octal | 374 | 305 | 110 | 0 | 26 | 107 | 1 | 52 | 141 | 100 |
| Binary | 11111100 | 11000101 | 1001000 | 0 | 10110 | 1000111 | 1 | 101010 | 1100001 | 1000000 |
Color Harmonies of #FCC548
Complementary color
Monochromatic Colors of #FCC548
Black with #FCC548
Text Example
Text Example
White with #FCC548
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC548; }
p { color: rgb(252,197,72); }
H1.HeaderClassName
{
color: #FCC548;
}
.AnyTagClassName
{
color: #FCC548;
}
</style>
background-color css
<style>
a { background-color: #FCC548; }
a { background-color: rgb(252,197,72); }
div.DivClassName
{
background-color: #FCC548;
}
.BgClassName
{
background-color: #FCC548;
}
</style>
border-color css
<style>
span { border-color: #FCC548; }
span { border-color: rgb(252,197,72); }
td.TdClassName
{
border-color: #FCC548;
}
.TagClassName
{
border-color: #FCC548;
}
</style>