Shades of Golden Tainoi #FCC543
Tints of Golden Tainoi #FCC543
RGB
CMYK
RGB Variations
Color information
#FCC543 (or 0xFCC543) is known color: Golden Tainoi. HEX triplet: FC, C5 and 43. RGB value is (252,197,67). Sum of RGB (Red+Green+Blue) = 252+197+67=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 197 (77.34% from 255 or 38.18% from 516); Blue value is 67 (26.56% from 255 or 12.98% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC543 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC543 is #033ABC. Grayscale: #C7C7C7. Windows color (decimal): -211645 or 4441596. OLE color: 4441596.
HSL color Cylindrical-coordinate representation of color #FCC543: hue angle of 42.16º 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 #FCC543 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 67 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.01 |
| HSL | 42.16º | 0.97% | 0.63% | - |
| HSV(B) | 42.16º | 0.73% | 0.99% | - |
| XYZ | 61.12 | 61.03 | 13.87 | - |
| YUV | 198.63 | 53.72 | 166.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 67 | 0 | 0.22 | 0.73 | 0.01 | 42.16 | 0.97 | 0.63 |
| Hex | FC | C5 | 43 | 0 | 16 | 49 | 1 | 2A | 61 | 3F |
| Octal | 374 | 305 | 103 | 0 | 26 | 111 | 1 | 52 | 141 | 77 |
| Binary | 11111100 | 11000101 | 1000011 | 0 | 10110 | 1001001 | 1 | 101010 | 1100001 | 111111 |
Color Harmonies of #FCC543
Complementary color
Monochromatic Colors of #FCC543
Black with #FCC543
Text Example
Text Example
White with #FCC543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC543; }
p { color: rgb(252,197,67); }
H1.HeaderClassName
{
color: #FCC543;
}
.AnyTagClassName
{
color: #FCC543;
}
</style>
background-color css
<style>
a { background-color: #FCC543; }
a { background-color: rgb(252,197,67); }
div.DivClassName
{
background-color: #FCC543;
}
.BgClassName
{
background-color: #FCC543;
}
</style>
border-color css
<style>
span { border-color: #FCC543; }
span { border-color: rgb(252,197,67); }
td.TdClassName
{
border-color: #FCC543;
}
.TagClassName
{
border-color: #FCC543;
}
</style>