Shades of Golden Tainoi #FCC256
Tints of Golden Tainoi #FCC256
RGB
CMYK
RGB Variations
Color information
#FCC256 (or 0xFCC256) is known color: Golden Tainoi. HEX triplet: FC, C2 and 56. RGB value is (252,194,86). Sum of RGB (Red+Green+Blue) = 252+194+86=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 194 (76.17% from 255 or 36.47% from 532); Blue value is 86 (33.98% from 255 or 16.17% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FCC256 is #033DA9. Grayscale: #C7C7C7. Windows color (decimal): -212394 or 5686012. OLE color: 5686012.
HSL color Cylindrical-coordinate representation of color #FCC256: hue angle of 39.04º 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 #FCC256 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 194 | 86 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.01 |
| HSL | 39.04º | 0.97% | 0.66% | - |
| HSV(B) | 39.04º | 0.66% | 0.99% | - |
| XYZ | 61.12 | 59.95 | 17.15 | - |
| YUV | 199.03 | 64.22 | 165.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 194 | 86 | 0 | 0.23 | 0.66 | 0.01 | 39.04 | 0.97 | 0.66 |
| Hex | FC | C2 | 56 | 0 | 17 | 42 | 1 | 27 | 61 | 42 |
| Octal | 374 | 302 | 126 | 0 | 27 | 102 | 1 | 47 | 141 | 102 |
| Binary | 11111100 | 11000010 | 1010110 | 0 | 10111 | 1000010 | 1 | 100111 | 1100001 | 1000010 |
Color Harmonies of #FCC256
Complementary color
Monochromatic Colors of #FCC256
Black with #FCC256
Text Example
Text Example
White with #FCC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC256; }
p { color: rgb(252,194,86); }
H1.HeaderClassName
{
color: #FCC256;
}
.AnyTagClassName
{
color: #FCC256;
}
</style>
background-color css
<style>
a { background-color: #FCC256; }
a { background-color: rgb(252,194,86); }
div.DivClassName
{
background-color: #FCC256;
}
.BgClassName
{
background-color: #FCC256;
}
</style>
border-color css
<style>
span { border-color: #FCC256; }
span { border-color: rgb(252,194,86); }
td.TdClassName
{
border-color: #FCC256;
}
.TagClassName
{
border-color: #FCC256;
}
</style>