Shades of Golden Tainoi #FAC256
Tints of Golden Tainoi #FAC256
RGB
CMYK
RGB Variations
Color information
#FAC256 (or 0xFAC256) is known color: Golden Tainoi. HEX triplet: FA, C2 and 56. RGB value is (250,194,86). Sum of RGB (Red+Green+Blue) = 250+194+86=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 86 (33.98% from 255 or 16.23% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC256 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC256 is #053DA9. Grayscale: #C6C6C6. Windows color (decimal): -343466 or 5686010. OLE color: 5686010.
HSL color Cylindrical-coordinate representation of color #FAC256: hue angle of 39.51º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC256 is Cyan = 0, Magento = 0.22, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 86 | - |
| CMYK | 0 | 0.22 | 0.66 | 0.02 |
| HSL | 39.51º | 0.94% | 0.66% | - |
| HSV(B) | 39.51º | 0.66% | 0.98% | - |
| XYZ | 60.4 | 59.58 | 17.12 | - |
| YUV | 198.43 | 64.55 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 86 | 0 | 0.22 | 0.66 | 0.02 | 39.51 | 0.94 | 0.66 |
| Hex | FA | C2 | 56 | 0 | 16 | 42 | 2 | 28 | 5E | 42 |
| Octal | 372 | 302 | 126 | 0 | 26 | 102 | 2 | 50 | 136 | 102 |
| Binary | 11111010 | 11000010 | 1010110 | 0 | 10110 | 1000010 | 10 | 101000 | 1011110 | 1000010 |
Color Harmonies of #FAC256
Complementary color
Monochromatic Colors of #FAC256
Black with #FAC256
Text Example
Text Example
White with #FAC256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC256; }
p { color: rgb(250,194,86); }
H1.HeaderClassName
{
color: #FAC256;
}
.AnyTagClassName
{
color: #FAC256;
}
</style>
background-color css
<style>
a { background-color: #FAC256; }
a { background-color: rgb(250,194,86); }
div.DivClassName
{
background-color: #FAC256;
}
.BgClassName
{
background-color: #FAC256;
}
</style>
border-color css
<style>
span { border-color: #FAC256; }
span { border-color: rgb(250,194,86); }
td.TdClassName
{
border-color: #FAC256;
}
.TagClassName
{
border-color: #FAC256;
}
</style>