Shades of Golden Tainoi #FAC063
Tints of Golden Tainoi #FAC063
RGB
CMYK
RGB Variations
Color information
#FAC063 (or 0xFAC063) is known color: Golden Tainoi. HEX triplet: FA, C0 and 63. RGB value is (250,192,99). Sum of RGB (Red+Green+Blue) = 250+192+99=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 192 (75.39% from 255 or 35.49% from 541); Blue value is 99 (39.06% from 255 or 18.30% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC063 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC063 is #053F9C. Grayscale: #C7C7C7. Windows color (decimal): -343965 or 6537466. OLE color: 6537466.
HSL color Cylindrical-coordinate representation of color #FAC063: hue angle of 36.95º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FAC063 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 99 | - |
| CMYK | 0 | 0.23 | 0.60 | 0.02 |
| HSL | 36.95º | 0.94% | 0.68% | - |
| HSV(B) | 36.95º | 0.6% | 0.98% | - |
| XYZ | 60.53 | 58.92 | 19.99 | - |
| YUV | 198.74 | 71.72 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 99 | 0 | 0.23 | 0.60 | 0.02 | 36.95 | 0.94 | 0.68 |
| Hex | FA | C0 | 63 | 0 | 17 | 3C | 2 | 25 | 5E | 44 |
| Octal | 372 | 300 | 143 | 0 | 27 | 74 | 2 | 45 | 136 | 104 |
| Binary | 11111010 | 11000000 | 1100011 | 0 | 10111 | 111100 | 10 | 100101 | 1011110 | 1000100 |
Color Harmonies of #FAC063
Complementary color
Monochromatic Colors of #FAC063
Black with #FAC063
Text Example
Text Example
White with #FAC063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC063; }
p { color: rgb(250,192,99); }
H1.HeaderClassName
{
color: #FAC063;
}
.AnyTagClassName
{
color: #FAC063;
}
</style>
background-color css
<style>
a { background-color: #FAC063; }
a { background-color: rgb(250,192,99); }
div.DivClassName
{
background-color: #FAC063;
}
.BgClassName
{
background-color: #FAC063;
}
</style>
border-color css
<style>
span { border-color: #FAC063; }
span { border-color: rgb(250,192,99); }
td.TdClassName
{
border-color: #FAC063;
}
.TagClassName
{
border-color: #FAC063;
}
</style>