Shades of Golden Tainoi #FCC555
Tints of Golden Tainoi #FCC555
RGB
CMYK
RGB Variations
Color information
#FCC555 (or 0xFCC555) is known color: Golden Tainoi. HEX triplet: FC, C5 and 55. RGB value is (252,197,85). Sum of RGB (Red+Green+Blue) = 252+197+85=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 85 (33.59% from 255 or 15.92% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC555 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC555 is #033AAA. Grayscale: #C9C9C9. Windows color (decimal): -211627 or 5621244. OLE color: 5621244.
HSL color Cylindrical-coordinate representation of color #FCC555: hue angle of 40.24º 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 #FCC555 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 197 | 85 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.01 |
| HSL | 40.24º | 0.97% | 0.66% | - |
| HSV(B) | 40.24º | 0.66% | 0.99% | - |
| XYZ | 61.75 | 61.28 | 17.17 | - |
| YUV | 200.68 | 62.72 | 164.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 197 | 85 | 0 | 0.22 | 0.66 | 0.01 | 40.24 | 0.97 | 0.66 |
| Hex | FC | C5 | 55 | 0 | 16 | 42 | 1 | 28 | 61 | 42 |
| Octal | 374 | 305 | 125 | 0 | 26 | 102 | 1 | 50 | 141 | 102 |
| Binary | 11111100 | 11000101 | 1010101 | 0 | 10110 | 1000010 | 1 | 101000 | 1100001 | 1000010 |
Color Harmonies of #FCC555
Complementary color
Monochromatic Colors of #FCC555
Black with #FCC555
Text Example
Text Example
White with #FCC555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC555; }
p { color: rgb(252,197,85); }
H1.HeaderClassName
{
color: #FCC555;
}
.AnyTagClassName
{
color: #FCC555;
}
</style>
background-color css
<style>
a { background-color: #FCC555; }
a { background-color: rgb(252,197,85); }
div.DivClassName
{
background-color: #FCC555;
}
.BgClassName
{
background-color: #FCC555;
}
</style>
border-color css
<style>
span { border-color: #FCC555; }
span { border-color: rgb(252,197,85); }
td.TdClassName
{
border-color: #FCC555;
}
.TagClassName
{
border-color: #FCC555;
}
</style>