Shades of Golden Tainoi #FCC545
Tints of Golden Tainoi #FCC545
RGB
CMYK
RGB Variations
Color information
#FCC545 (or 0xFCC545) is known color: Golden Tainoi. HEX triplet: FC, C5 and 45. RGB value is (252,197,69). Sum of RGB (Red+Green+Blue) = 252+197+69=518 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.65% from 518); Green value is 197 (77.34% from 255 or 38.03% from 518); Blue value is 69 (27.34% from 255 or 13.32% from 518); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC545 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC545 is #033ABA. Grayscale: #C7C7C7. Windows color (decimal): -211643 or 4572668. OLE color: 4572668.
HSL color Cylindrical-coordinate representation of color #FCC545: hue angle of 41.97º degrees, saturation: 0.97, 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 #FCC545 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 69 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.01 |
| HSL | 41.97º | 0.97% | 0.63% | - |
| HSV(B) | 41.97º | 0.73% | 0.99% | - |
| XYZ | 61.19 | 61.06 | 14.19 | - |
| YUV | 198.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 69 | 0 | 0.22 | 0.73 | 0.01 | 41.97 | 0.97 | 0.63 |
| Hex | FC | C5 | 45 | 0 | 16 | 49 | 1 | 2A | 61 | 3F |
| Octal | 374 | 305 | 105 | 0 | 26 | 111 | 1 | 52 | 141 | 77 |
| Binary | 11111100 | 11000101 | 1000101 | 0 | 10110 | 1001001 | 1 | 101010 | 1100001 | 111111 |
Color Harmonies of #FCC545
Complementary color
Monochromatic Colors of #FCC545
Black with #FCC545
Text Example
Text Example
White with #FCC545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC545; }
p { color: rgb(252,197,69); }
H1.HeaderClassName
{
color: #FCC545;
}
.AnyTagClassName
{
color: #FCC545;
}
</style>
background-color css
<style>
a { background-color: #FCC545; }
a { background-color: rgb(252,197,69); }
div.DivClassName
{
background-color: #FCC545;
}
.BgClassName
{
background-color: #FCC545;
}
</style>
border-color css
<style>
span { border-color: #FCC545; }
span { border-color: rgb(252,197,69); }
td.TdClassName
{
border-color: #FCC545;
}
.TagClassName
{
border-color: #FCC545;
}
</style>