Shades of Golden Tainoi #FAC644
Tints of Golden Tainoi #FAC644
RGB
CMYK
RGB Variations
Color information
#FAC644 (or 0xFAC644) is known color: Golden Tainoi. HEX triplet: FA, C6 and 44. RGB value is (250,198,68). Sum of RGB (Red+Green+Blue) = 250+198+68=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 198 (77.73% from 255 or 38.37% from 516); Blue value is 68 (26.95% from 255 or 13.18% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC644 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC644 is #0539BB. Grayscale: #C7C7C7. Windows color (decimal): -342460 or 4507386. OLE color: 4507386.
HSL color Cylindrical-coordinate representation of color #FAC644: hue angle of 42.86º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAC644 is Cyan = 0, Magento = 0.21, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 68 | - |
| CMYK | 0 | 0.21 | 0.73 | 0.02 |
| HSL | 42.86º | 0.95% | 0.62% | - |
| HSV(B) | 42.86º | 0.73% | 0.98% | - |
| XYZ | 60.66 | 61.13 | 14.07 | - |
| YUV | 198.73 | 54.23 | 164.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 68 | 0 | 0.21 | 0.73 | 0.02 | 42.86 | 0.95 | 0.62 |
| Hex | FA | C6 | 44 | 0 | 15 | 49 | 2 | 2B | 5F | 3E |
| Octal | 372 | 306 | 104 | 0 | 25 | 111 | 2 | 53 | 137 | 76 |
| Binary | 11111010 | 11000110 | 1000100 | 0 | 10101 | 1001001 | 10 | 101011 | 1011111 | 111110 |
Color Harmonies of #FAC644
Complementary color
Monochromatic Colors of #FAC644
Black with #FAC644
Text Example
Text Example
White with #FAC644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC644; }
p { color: rgb(250,198,68); }
H1.HeaderClassName
{
color: #FAC644;
}
.AnyTagClassName
{
color: #FAC644;
}
</style>
background-color css
<style>
a { background-color: #FAC644; }
a { background-color: rgb(250,198,68); }
div.DivClassName
{
background-color: #FAC644;
}
.BgClassName
{
background-color: #FAC644;
}
</style>
border-color css
<style>
span { border-color: #FAC644; }
span { border-color: rgb(250,198,68); }
td.TdClassName
{
border-color: #FAC644;
}
.TagClassName
{
border-color: #FAC644;
}
</style>