Shades of Golden Tainoi #FAC64D
Tints of Golden Tainoi #FAC64D
RGB
CMYK
RGB Variations
Color information
#FAC64D (or 0xFAC64D) is known color: Golden Tainoi. HEX triplet: FA, C6 and 4D. RGB value is (250,198,77). Sum of RGB (Red+Green+Blue) = 250+198+77=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 198 (77.73% from 255 or 37.71% from 525); Blue value is 77 (30.47% from 255 or 14.67% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC64D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC64D is #0539B2. Grayscale: #C8C8C8. Windows color (decimal): -342451 or 5097210. OLE color: 5097210.
HSL color Cylindrical-coordinate representation of color #FAC64D: hue angle of 41.97º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FAC64D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 77 | - |
| CMYK | 0 | 0.21 | 0.69 | 0.02 |
| HSL | 41.97º | 0.95% | 0.64% | - |
| HSV(B) | 41.97º | 0.69% | 0.98% | - |
| XYZ | 60.96 | 61.25 | 15.63 | - |
| YUV | 199.75 | 58.73 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 77 | 0 | 0.21 | 0.69 | 0.02 | 41.97 | 0.95 | 0.64 |
| Hex | FA | C6 | 4D | 0 | 15 | 45 | 2 | 2A | 5F | 40 |
| Octal | 372 | 306 | 115 | 0 | 25 | 105 | 2 | 52 | 137 | 100 |
| Binary | 11111010 | 11000110 | 1001101 | 0 | 10101 | 1000101 | 10 | 101010 | 1011111 | 1000000 |
Color Harmonies of #FAC64D
Complementary color
Monochromatic Colors of #FAC64D
Black with #FAC64D
Text Example
Text Example
White with #FAC64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC64D; }
p { color: rgb(250,198,77); }
H1.HeaderClassName
{
color: #FAC64D;
}
.AnyTagClassName
{
color: #FAC64D;
}
</style>
background-color css
<style>
a { background-color: #FAC64D; }
a { background-color: rgb(250,198,77); }
div.DivClassName
{
background-color: #FAC64D;
}
.BgClassName
{
background-color: #FAC64D;
}
</style>
border-color css
<style>
span { border-color: #FAC64D; }
span { border-color: rgb(250,198,77); }
td.TdClassName
{
border-color: #FAC64D;
}
.TagClassName
{
border-color: #FAC64D;
}
</style>