Shades of Golden Tainoi #FAC556
Tints of Golden Tainoi #FAC556
RGB
CMYK
RGB Variations
Color information
#FAC556 (or 0xFAC556) is known color: Golden Tainoi. HEX triplet: FA, C5 and 56. RGB value is (250,197,86). Sum of RGB (Red+Green+Blue) = 250+197+86=533 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.90% from 533); Green value is 197 (77.34% from 255 or 36.96% from 533); Blue value is 86 (33.98% from 255 or 16.14% from 533); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC556 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC556 is #053AA9. Grayscale: #C8C8C8. Windows color (decimal): -342698 or 5686778. OLE color: 5686778.
HSL color Cylindrical-coordinate representation of color #FAC556: hue angle of 40.61º 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 #FAC556 is Cyan = 0, Magento = 0.21, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 86 | - |
| CMYK | 0 | 0.21 | 0.66 | 0.02 |
| HSL | 40.61º | 0.94% | 0.66% | - |
| HSV(B) | 40.61º | 0.66% | 0.98% | - |
| XYZ | 61.07 | 60.93 | 17.35 | - |
| YUV | 200.19 | 63.56 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 86 | 0 | 0.21 | 0.66 | 0.02 | 40.61 | 0.94 | 0.66 |
| Hex | FA | C5 | 56 | 0 | 15 | 42 | 2 | 29 | 5E | 42 |
| Octal | 372 | 305 | 126 | 0 | 25 | 102 | 2 | 51 | 136 | 102 |
| Binary | 11111010 | 11000101 | 1010110 | 0 | 10101 | 1000010 | 10 | 101001 | 1011110 | 1000010 |
Color Harmonies of #FAC556
Complementary color
Monochromatic Colors of #FAC556
Black with #FAC556
Text Example
Text Example
White with #FAC556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC556; }
p { color: rgb(250,197,86); }
H1.HeaderClassName
{
color: #FAC556;
}
.AnyTagClassName
{
color: #FAC556;
}
</style>
background-color css
<style>
a { background-color: #FAC556; }
a { background-color: rgb(250,197,86); }
div.DivClassName
{
background-color: #FAC556;
}
.BgClassName
{
background-color: #FAC556;
}
</style>
border-color css
<style>
span { border-color: #FAC556; }
span { border-color: rgb(250,197,86); }
td.TdClassName
{
border-color: #FAC556;
}
.TagClassName
{
border-color: #FAC556;
}
</style>