Shades of Golden Tainoi #FCC356
Tints of Golden Tainoi #FCC356
RGB
CMYK
RGB Variations
Color information
#FCC356 (or 0xFCC356) is known color: Golden Tainoi. HEX triplet: FC, C3 and 56. RGB value is (252,195,86). Sum of RGB (Red+Green+Blue) = 252+195+86=533 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.28% from 533); Green value is 195 (76.56% from 255 or 36.59% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC356 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC356 is #033CA9. Grayscale: #C8C8C8. Windows color (decimal): -212138 or 5686268. OLE color: 5686268.
HSL color Cylindrical-coordinate representation of color #FCC356: hue angle of 39.4º 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 #FCC356 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 195 | 86 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.01 |
| HSL | 39.4º | 0.97% | 0.66% | - |
| HSV(B) | 39.4º | 0.66% | 0.99% | - |
| XYZ | 61.34 | 60.4 | 17.23 | - |
| YUV | 199.62 | 63.88 | 165.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 195 | 86 | 0 | 0.23 | 0.66 | 0.01 | 39.4 | 0.97 | 0.66 |
| Hex | FC | C3 | 56 | 0 | 17 | 42 | 1 | 27 | 61 | 42 |
| Octal | 374 | 303 | 126 | 0 | 27 | 102 | 1 | 47 | 141 | 102 |
| Binary | 11111100 | 11000011 | 1010110 | 0 | 10111 | 1000010 | 1 | 100111 | 1100001 | 1000010 |
Color Harmonies of #FCC356
Complementary color
Monochromatic Colors of #FCC356
Black with #FCC356
Text Example
Text Example
White with #FCC356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC356; }
p { color: rgb(252,195,86); }
H1.HeaderClassName
{
color: #FCC356;
}
.AnyTagClassName
{
color: #FCC356;
}
</style>
background-color css
<style>
a { background-color: #FCC356; }
a { background-color: rgb(252,195,86); }
div.DivClassName
{
background-color: #FCC356;
}
.BgClassName
{
background-color: #FCC356;
}
</style>
border-color css
<style>
span { border-color: #FCC356; }
span { border-color: rgb(252,195,86); }
td.TdClassName
{
border-color: #FCC356;
}
.TagClassName
{
border-color: #FCC356;
}
</style>