Shades of Golden Tainoi #FCC355
Tints of Golden Tainoi #FCC355
RGB
CMYK
RGB Variations
Color information
#FCC355 (or 0xFCC355) is known color: Golden Tainoi. HEX triplet: FC, C3 and 55. RGB value is (252,195,85). Sum of RGB (Red+Green+Blue) = 252+195+85=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 195 (76.56% from 255 or 36.65% from 532); Blue value is 85 (33.59% from 255 or 15.98% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC355 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC355 is #033CAA. Grayscale: #C7C7C7. Windows color (decimal): -212139 or 5620732. OLE color: 5620732.
HSL color Cylindrical-coordinate representation of color #FCC355: hue angle of 39.52º 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 #FCC355 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 85 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.01 |
| HSL | 39.52º | 0.97% | 0.66% | - |
| HSV(B) | 39.52º | 0.66% | 0.99% | - |
| XYZ | 61.3 | 60.38 | 17.02 | - |
| YUV | 199.5 | 63.38 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 85 | 0 | 0.23 | 0.66 | 0.01 | 39.52 | 0.97 | 0.66 |
| Hex | FC | C3 | 55 | 0 | 17 | 42 | 1 | 28 | 61 | 42 |
| Octal | 374 | 303 | 125 | 0 | 27 | 102 | 1 | 50 | 141 | 102 |
| Binary | 11111100 | 11000011 | 1010101 | 0 | 10111 | 1000010 | 1 | 101000 | 1100001 | 1000010 |
Color Harmonies of #FCC355
Complementary color
Monochromatic Colors of #FCC355
Black with #FCC355
Text Example
Text Example
White with #FCC355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC355; }
p { color: rgb(252,195,85); }
H1.HeaderClassName
{
color: #FCC355;
}
.AnyTagClassName
{
color: #FCC355;
}
</style>
background-color css
<style>
a { background-color: #FCC355; }
a { background-color: rgb(252,195,85); }
div.DivClassName
{
background-color: #FCC355;
}
.BgClassName
{
background-color: #FCC355;
}
</style>
border-color css
<style>
span { border-color: #FCC355; }
span { border-color: rgb(252,195,85); }
td.TdClassName
{
border-color: #FCC355;
}
.TagClassName
{
border-color: #FCC355;
}
</style>