Shades of Golden Tainoi #FAC756
Tints of Golden Tainoi #FAC756
RGB
CMYK
RGB Variations
Color information
#FAC756 (or 0xFAC756) is known color: Golden Tainoi. HEX triplet: FA, C7 and 56. RGB value is (250,199,86). Sum of RGB (Red+Green+Blue) = 250+199+86=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 199 (78.12% from 255 or 37.20% from 535); Blue value is 86 (33.98% from 255 or 16.07% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC756 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC756 is #0538A9. Grayscale: #C9C9C9. Windows color (decimal): -342186 or 5687290. OLE color: 5687290.
HSL color Cylindrical-coordinate representation of color #FAC756: hue angle of 41.34º 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 #FAC756 is Cyan = 0, Magento = 0.20, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 199 | 86 | - |
| CMYK | 0 | 0.20 | 0.66 | 0.02 |
| HSL | 41.34º | 0.94% | 0.66% | - |
| HSV(B) | 41.34º | 0.66% | 0.98% | - |
| XYZ | 61.53 | 61.84 | 17.5 | - |
| YUV | 201.37 | 62.9 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 199 | 86 | 0 | 0.20 | 0.66 | 0.02 | 41.34 | 0.94 | 0.66 |
| Hex | FA | C7 | 56 | 0 | 14 | 42 | 2 | 29 | 5E | 42 |
| Octal | 372 | 307 | 126 | 0 | 24 | 102 | 2 | 51 | 136 | 102 |
| Binary | 11111010 | 11000111 | 1010110 | 0 | 10100 | 1000010 | 10 | 101001 | 1011110 | 1000010 |
Color Harmonies of #FAC756
Complementary color
Monochromatic Colors of #FAC756
Black with #FAC756
Text Example
Text Example
White with #FAC756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC756; }
p { color: rgb(250,199,86); }
H1.HeaderClassName
{
color: #FAC756;
}
.AnyTagClassName
{
color: #FAC756;
}
</style>
background-color css
<style>
a { background-color: #FAC756; }
a { background-color: rgb(250,199,86); }
div.DivClassName
{
background-color: #FAC756;
}
.BgClassName
{
background-color: #FAC756;
}
</style>
border-color css
<style>
span { border-color: #FAC756; }
span { border-color: rgb(250,199,86); }
td.TdClassName
{
border-color: #FAC756;
}
.TagClassName
{
border-color: #FAC756;
}
</style>