Shades of Golden Tainoi #FAC061
Tints of Golden Tainoi #FAC061
RGB
CMYK
RGB Variations
Color information
#FAC061 (or 0xFAC061) is known color: Golden Tainoi. HEX triplet: FA, C0 and 61. RGB value is (250,192,97). Sum of RGB (Red+Green+Blue) = 250+192+97=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 97 (38.28% from 255 or 18.00% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC061 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC061 is #053F9E. Grayscale: #C6C6C6. Windows color (decimal): -343967 or 6406394. OLE color: 6406394.
HSL color Cylindrical-coordinate representation of color #FAC061: hue angle of 37.25º 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 #FAC061 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 97 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.02 |
| HSL | 37.25º | 0.94% | 0.68% | - |
| HSV(B) | 37.25º | 0.61% | 0.98% | - |
| XYZ | 60.43 | 58.89 | 19.49 | - |
| YUV | 198.51 | 70.72 | 164.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 97 | 0 | 0.23 | 0.61 | 0.02 | 37.25 | 0.94 | 0.68 |
| Hex | FA | C0 | 61 | 0 | 17 | 3D | 2 | 25 | 5E | 44 |
| Octal | 372 | 300 | 141 | 0 | 27 | 75 | 2 | 45 | 136 | 104 |
| Binary | 11111010 | 11000000 | 1100001 | 0 | 10111 | 111101 | 10 | 100101 | 1011110 | 1000100 |
Color Harmonies of #FAC061
Complementary color
Monochromatic Colors of #FAC061
Black with #FAC061
Text Example
Text Example
White with #FAC061
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC061; }
p { color: rgb(250,192,97); }
H1.HeaderClassName
{
color: #FAC061;
}
.AnyTagClassName
{
color: #FAC061;
}
</style>
background-color css
<style>
a { background-color: #FAC061; }
a { background-color: rgb(250,192,97); }
div.DivClassName
{
background-color: #FAC061;
}
.BgClassName
{
background-color: #FAC061;
}
</style>
border-color css
<style>
span { border-color: #FAC061; }
span { border-color: rgb(250,192,97); }
td.TdClassName
{
border-color: #FAC061;
}
.TagClassName
{
border-color: #FAC061;
}
</style>