Shades of Golden Tainoi #FAC656
Tints of Golden Tainoi #FAC656
RGB
CMYK
RGB Variations
Color information
#FAC656 (or 0xFAC656) is known color: Golden Tainoi. HEX triplet: FA, C6 and 56. RGB value is (250,198,86). Sum of RGB (Red+Green+Blue) = 250+198+86=534 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.82% from 534); Green value is 198 (77.73% from 255 or 37.08% from 534); Blue value is 86 (33.98% from 255 or 16.10% from 534); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC656 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC656 is #0539A9. Grayscale: #C9C9C9. Windows color (decimal): -342442 or 5687034. OLE color: 5687034.
HSL color Cylindrical-coordinate representation of color #FAC656: hue angle of 40.98º 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 #FAC656 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.02 |
| HSL | 40.98º | 0.94% | 0.66% | - |
| HSV(B) | 40.98º | 0.66% | 0.98% | - |
| XYZ | 61.3 | 61.38 | 17.42 | - |
| YUV | 200.78 | 63.23 | 163.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 86 | 0 | 0.21 | 0.66 | 0.02 | 40.98 | 0.94 | 0.66 |
| Hex | FA | C6 | 56 | 0 | 15 | 42 | 2 | 29 | 5E | 42 |
| Octal | 372 | 306 | 126 | 0 | 25 | 102 | 2 | 51 | 136 | 102 |
| Binary | 11111010 | 11000110 | 1010110 | 0 | 10101 | 1000010 | 10 | 101001 | 1011110 | 1000010 |
Color Harmonies of #FAC656
Complementary color
Monochromatic Colors of #FAC656
Black with #FAC656
Text Example
Text Example
White with #FAC656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC656; }
p { color: rgb(250,198,86); }
H1.HeaderClassName
{
color: #FAC656;
}
.AnyTagClassName
{
color: #FAC656;
}
</style>
background-color css
<style>
a { background-color: #FAC656; }
a { background-color: rgb(250,198,86); }
div.DivClassName
{
background-color: #FAC656;
}
.BgClassName
{
background-color: #FAC656;
}
</style>
border-color css
<style>
span { border-color: #FAC656; }
span { border-color: rgb(250,198,86); }
td.TdClassName
{
border-color: #FAC656;
}
.TagClassName
{
border-color: #FAC656;
}
</style>