Shades of Golden Tainoi #FAC062
Tints of Golden Tainoi #FAC062
RGB
CMYK
RGB Variations
Color information
#FAC062 (or 0xFAC062) is known color: Golden Tainoi. HEX triplet: FA, C0 and 62. RGB value is (250,192,98). Sum of RGB (Red+Green+Blue) = 250+192+98=540 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.30% from 540); Green value is 192 (75.39% from 255 or 35.56% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC062 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC062 is #053F9D. Grayscale: #C7C7C7. Windows color (decimal): -343966 or 6471930. OLE color: 6471930.
HSL color Cylindrical-coordinate representation of color #FAC062: hue angle of 37.11º 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 #FAC062 is Cyan = 0, Magento = 0.23, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 98 | - |
| CMYK | 0 | 0.23 | 0.61 | 0.02 |
| HSL | 37.11º | 0.94% | 0.68% | - |
| HSV(B) | 37.11º | 0.61% | 0.98% | - |
| XYZ | 60.48 | 58.91 | 19.74 | - |
| YUV | 198.63 | 71.22 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 98 | 0 | 0.23 | 0.61 | 0.02 | 37.11 | 0.94 | 0.68 |
| Hex | FA | C0 | 62 | 0 | 17 | 3D | 2 | 25 | 5E | 44 |
| Octal | 372 | 300 | 142 | 0 | 27 | 75 | 2 | 45 | 136 | 104 |
| Binary | 11111010 | 11000000 | 1100010 | 0 | 10111 | 111101 | 10 | 100101 | 1011110 | 1000100 |
Color Harmonies of #FAC062
Complementary color
Monochromatic Colors of #FAC062
Black with #FAC062
Text Example
Text Example
White with #FAC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC062; }
p { color: rgb(250,192,98); }
H1.HeaderClassName
{
color: #FAC062;
}
.AnyTagClassName
{
color: #FAC062;
}
</style>
background-color css
<style>
a { background-color: #FAC062; }
a { background-color: rgb(250,192,98); }
div.DivClassName
{
background-color: #FAC062;
}
.BgClassName
{
background-color: #FAC062;
}
</style>
border-color css
<style>
span { border-color: #FAC062; }
span { border-color: rgb(250,192,98); }
td.TdClassName
{
border-color: #FAC062;
}
.TagClassName
{
border-color: #FAC062;
}
</style>