Shades of Golden Tainoi #FAC562
Tints of Golden Tainoi #FAC562
RGB
CMYK
RGB Variations
Color information
#FAC562 (or 0xFAC562) is known color: Golden Tainoi. HEX triplet: FA, C5 and 62. RGB value is (250,197,98). Sum of RGB (Red+Green+Blue) = 250+197+98=545 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.87% from 545); Green value is 197 (77.34% from 255 or 36.15% from 545); Blue value is 98 (38.67% from 255 or 17.98% from 545); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC562 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC562 is #053A9D. Grayscale: #CACACA. Windows color (decimal): -342686 or 6473210. OLE color: 6473210.
HSL color Cylindrical-coordinate representation of color #FAC562: hue angle of 39.08º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FAC562 is Cyan = 0, Magento = 0.21, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 98 | - |
| CMYK | 0 | 0.21 | 0.61 | 0.02 |
| HSL | 39.08º | 0.94% | 0.68% | - |
| HSV(B) | 39.08º | 0.61% | 0.98% | - |
| XYZ | 61.6 | 61.14 | 20.11 | - |
| YUV | 201.56 | 69.56 | 162.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 98 | 0 | 0.21 | 0.61 | 0.02 | 39.08 | 0.94 | 0.68 |
| Hex | FA | C5 | 62 | 0 | 15 | 3D | 2 | 27 | 5E | 44 |
| Octal | 372 | 305 | 142 | 0 | 25 | 75 | 2 | 47 | 136 | 104 |
| Binary | 11111010 | 11000101 | 1100010 | 0 | 10101 | 111101 | 10 | 100111 | 1011110 | 1000100 |
Color Harmonies of #FAC562
Complementary color
Monochromatic Colors of #FAC562
Black with #FAC562
Text Example
Text Example
White with #FAC562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC562; }
p { color: rgb(250,197,98); }
H1.HeaderClassName
{
color: #FAC562;
}
.AnyTagClassName
{
color: #FAC562;
}
</style>
background-color css
<style>
a { background-color: #FAC562; }
a { background-color: rgb(250,197,98); }
div.DivClassName
{
background-color: #FAC562;
}
.BgClassName
{
background-color: #FAC562;
}
</style>
border-color css
<style>
span { border-color: #FAC562; }
span { border-color: rgb(250,197,98); }
td.TdClassName
{
border-color: #FAC562;
}
.TagClassName
{
border-color: #FAC562;
}
</style>