Shades of Golden Tainoi #FCC850
Tints of Golden Tainoi #FCC850
RGB
CMYK
RGB Variations
Color information
#FCC850 (or 0xFCC850) is known color: Golden Tainoi. HEX triplet: FC, C8 and 50. RGB value is (252,200,80). Sum of RGB (Red+Green+Blue) = 252+200+80=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 200 (78.52% from 255 or 37.59% from 532); Blue value is 80 (31.64% from 255 or 15.04% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC850 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC850 is #0337AF. Grayscale: #CACACA. Windows color (decimal): -210864 or 5294332. OLE color: 5294332.
HSL color Cylindrical-coordinate representation of color #FCC850: hue angle of 41.86º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FCC850 is Cyan = 0, Magento = 0.21, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 80 | - |
| CMYK | 0 | 0.21 | 0.68 | 0.01 |
| HSL | 41.86º | 0.97% | 0.65% | - |
| HSV(B) | 41.86º | 0.68% | 0.99% | - |
| XYZ | 62.25 | 62.58 | 16.39 | - |
| YUV | 201.87 | 59.23 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 80 | 0 | 0.21 | 0.68 | 0.01 | 41.86 | 0.97 | 0.65 |
| Hex | FC | C8 | 50 | 0 | 15 | 44 | 1 | 2A | 61 | 41 |
| Octal | 374 | 310 | 120 | 0 | 25 | 104 | 1 | 52 | 141 | 101 |
| Binary | 11111100 | 11001000 | 1010000 | 0 | 10101 | 1000100 | 1 | 101010 | 1100001 | 1000001 |
Color Harmonies of #FCC850
Complementary color
Monochromatic Colors of #FCC850
Black with #FCC850
Text Example
Text Example
White with #FCC850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC850; }
p { color: rgb(252,200,80); }
H1.HeaderClassName
{
color: #FCC850;
}
.AnyTagClassName
{
color: #FCC850;
}
</style>
background-color css
<style>
a { background-color: #FCC850; }
a { background-color: rgb(252,200,80); }
div.DivClassName
{
background-color: #FCC850;
}
.BgClassName
{
background-color: #FCC850;
}
</style>
border-color css
<style>
span { border-color: #FCC850; }
span { border-color: rgb(252,200,80); }
td.TdClassName
{
border-color: #FCC850;
}
.TagClassName
{
border-color: #FCC850;
}
</style>