Shades of Golden Tainoi #FCC655
Tints of Golden Tainoi #FCC655
RGB
CMYK
RGB Variations
Color information
#FCC655 (or 0xFCC655) is known color: Golden Tainoi. HEX triplet: FC, C6 and 55. RGB value is (252,198,85). Sum of RGB (Red+Green+Blue) = 252+198+85=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 198 (77.73% from 255 or 37.01% from 535); Blue value is 85 (33.59% from 255 or 15.89% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC655 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC655 is #0339AA. Grayscale: #C9C9C9. Windows color (decimal): -211371 or 5621500. OLE color: 5621500.
HSL color Cylindrical-coordinate representation of color #FCC655: hue angle of 40.6º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FCC655 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 85 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.01 |
| HSL | 40.6º | 0.97% | 0.66% | - |
| HSV(B) | 40.6º | 0.66% | 0.99% | - |
| XYZ | 61.98 | 61.74 | 17.24 | - |
| YUV | 201.26 | 62.39 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 85 | 0 | 0.21 | 0.66 | 0.01 | 40.6 | 0.97 | 0.66 |
| Hex | FC | C6 | 55 | 0 | 15 | 42 | 1 | 29 | 61 | 42 |
| Octal | 374 | 306 | 125 | 0 | 25 | 102 | 1 | 51 | 141 | 102 |
| Binary | 11111100 | 11000110 | 1010101 | 0 | 10101 | 1000010 | 1 | 101001 | 1100001 | 1000010 |
Color Harmonies of #FCC655
Complementary color
Monochromatic Colors of #FCC655
Black with #FCC655
Text Example
Text Example
White with #FCC655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC655; }
p { color: rgb(252,198,85); }
H1.HeaderClassName
{
color: #FCC655;
}
.AnyTagClassName
{
color: #FCC655;
}
</style>
background-color css
<style>
a { background-color: #FCC655; }
a { background-color: rgb(252,198,85); }
div.DivClassName
{
background-color: #FCC655;
}
.BgClassName
{
background-color: #FCC655;
}
</style>
border-color css
<style>
span { border-color: #FCC655; }
span { border-color: rgb(252,198,85); }
td.TdClassName
{
border-color: #FCC655;
}
.TagClassName
{
border-color: #FCC655;
}
</style>