Shades of Golden Tainoi #FAC460
Tints of Golden Tainoi #FAC460
RGB
CMYK
RGB Variations
Color information
#FAC460 (or 0xFAC460) is known color: Golden Tainoi. HEX triplet: FA, C4 and 60. RGB value is (250,196,96). Sum of RGB (Red+Green+Blue) = 250+196+96=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 96 (37.89% from 255 or 17.71% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC460 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC460 is #053B9F. Grayscale: #C9C9C9. Windows color (decimal): -342944 or 6341882. OLE color: 6341882.
HSL color Cylindrical-coordinate representation of color #FAC460: hue angle of 38.96º 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 #FAC460 is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 96 | - |
| CMYK | 0 | 0.22 | 0.62 | 0.02 |
| HSL | 38.96º | 0.94% | 0.68% | - |
| HSV(B) | 38.96º | 0.62% | 0.98% | - |
| XYZ | 61.28 | 60.65 | 19.54 | - |
| YUV | 200.75 | 68.89 | 163.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 96 | 0 | 0.22 | 0.62 | 0.02 | 38.96 | 0.94 | 0.68 |
| Hex | FA | C4 | 60 | 0 | 16 | 3E | 2 | 27 | 5E | 44 |
| Octal | 372 | 304 | 140 | 0 | 26 | 76 | 2 | 47 | 136 | 104 |
| Binary | 11111010 | 11000100 | 1100000 | 0 | 10110 | 111110 | 10 | 100111 | 1011110 | 1000100 |
Color Harmonies of #FAC460
Complementary color
Monochromatic Colors of #FAC460
Black with #FAC460
Text Example
Text Example
White with #FAC460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC460; }
p { color: rgb(250,196,96); }
H1.HeaderClassName
{
color: #FAC460;
}
.AnyTagClassName
{
color: #FAC460;
}
</style>
background-color css
<style>
a { background-color: #FAC460; }
a { background-color: rgb(250,196,96); }
div.DivClassName
{
background-color: #FAC460;
}
.BgClassName
{
background-color: #FAC460;
}
</style>
border-color css
<style>
span { border-color: #FAC460; }
span { border-color: rgb(250,196,96); }
td.TdClassName
{
border-color: #FAC460;
}
.TagClassName
{
border-color: #FAC460;
}
</style>