Shades of Golden Tainoi #FCC846
Tints of Golden Tainoi #FCC846
RGB
CMYK
RGB Variations
Color information
#FCC846 (or 0xFCC846) is known color: Golden Tainoi. HEX triplet: FC, C8 and 46. RGB value is (252,200,70). Sum of RGB (Red+Green+Blue) = 252+200+70=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 200 (78.52% from 255 or 38.31% from 522); Blue value is 70 (27.73% from 255 or 13.41% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC846 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FCC846 is #0337B9. Grayscale: #C9C9C9. Windows color (decimal): -210874 or 4638972. OLE color: 4638972.
HSL color Cylindrical-coordinate representation of color #FCC846: hue angle of 42.86º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FCC846 is Cyan = 0, Magento = 0.21, Yellow = 0.72 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 70 | - |
| CMYK | 0 | 0.21 | 0.72 | 0.01 |
| HSL | 42.86º | 0.97% | 0.63% | - |
| HSV(B) | 42.86º | 0.72% | 0.99% | - |
| XYZ | 61.9 | 62.45 | 14.58 | - |
| YUV | 200.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 70 | 0 | 0.21 | 0.72 | 0.01 | 42.86 | 0.97 | 0.63 |
| Hex | FC | C8 | 46 | 0 | 15 | 48 | 1 | 2B | 61 | 3F |
| Octal | 374 | 310 | 106 | 0 | 25 | 110 | 1 | 53 | 141 | 77 |
| Binary | 11111100 | 11001000 | 1000110 | 0 | 10101 | 1001000 | 1 | 101011 | 1100001 | 111111 |
Color Harmonies of #FCC846
Complementary color
Monochromatic Colors of #FCC846
Black with #FCC846
Text Example
Text Example
White with #FCC846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC846; }
p { color: rgb(252,200,70); }
H1.HeaderClassName
{
color: #FCC846;
}
.AnyTagClassName
{
color: #FCC846;
}
</style>
background-color css
<style>
a { background-color: #FCC846; }
a { background-color: rgb(252,200,70); }
div.DivClassName
{
background-color: #FCC846;
}
.BgClassName
{
background-color: #FCC846;
}
</style>
border-color css
<style>
span { border-color: #FCC846; }
span { border-color: rgb(252,200,70); }
td.TdClassName
{
border-color: #FCC846;
}
.TagClassName
{
border-color: #FCC846;
}
</style>