Shades of Golden Tainoi #FAC060
Tints of Golden Tainoi #FAC060
RGB
CMYK
RGB Variations
Color information
#FAC060 (or 0xFAC060) is known color: Golden Tainoi. HEX triplet: FA, C0 and 60. RGB value is (250,192,96). Sum of RGB (Red+Green+Blue) = 250+192+96=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 96 (37.89% from 255 or 17.84% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC060 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC060 is #053F9F. Grayscale: #C6C6C6. Windows color (decimal): -343968 or 6340858. OLE color: 6340858.
HSL color Cylindrical-coordinate representation of color #FAC060: hue angle of 37.4º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FAC060 is Cyan = 0, Magento = 0.23, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 96 | - |
| CMYK | 0 | 0.23 | 0.62 | 0.02 |
| HSL | 37.4º | 0.94% | 0.68% | - |
| HSV(B) | 37.4º | 0.62% | 0.98% | - |
| XYZ | 60.39 | 58.87 | 19.25 | - |
| YUV | 198.4 | 70.22 | 164.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 96 | 0 | 0.23 | 0.62 | 0.02 | 37.4 | 0.94 | 0.68 |
| Hex | FA | C0 | 60 | 0 | 17 | 3E | 2 | 25 | 5E | 44 |
| Octal | 372 | 300 | 140 | 0 | 27 | 76 | 2 | 45 | 136 | 104 |
| Binary | 11111010 | 11000000 | 1100000 | 0 | 10111 | 111110 | 10 | 100101 | 1011110 | 1000100 |
Color Harmonies of #FAC060
Complementary color
Monochromatic Colors of #FAC060
Black with #FAC060
Text Example
Text Example
White with #FAC060
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC060; }
p { color: rgb(250,192,96); }
H1.HeaderClassName
{
color: #FAC060;
}
.AnyTagClassName
{
color: #FAC060;
}
</style>
background-color css
<style>
a { background-color: #FAC060; }
a { background-color: rgb(250,192,96); }
div.DivClassName
{
background-color: #FAC060;
}
.BgClassName
{
background-color: #FAC060;
}
</style>
border-color css
<style>
span { border-color: #FAC060; }
span { border-color: rgb(250,192,96); }
td.TdClassName
{
border-color: #FAC060;
}
.TagClassName
{
border-color: #FAC060;
}
</style>