Shades of Golden Tainoi #FAC55A
Tints of Golden Tainoi #FAC55A
RGB
CMYK
RGB Variations
Color information
#FAC55A (or 0xFAC55A) is known color: Golden Tainoi. HEX triplet: FA, C5 and 5A. RGB value is (250,197,90). Sum of RGB (Red+Green+Blue) = 250+197+90=537 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.55% from 537); Green value is 197 (77.34% from 255 or 36.69% from 537); Blue value is 90 (35.55% from 255 or 16.76% from 537); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC55A is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC55A is #053AA5. Grayscale: #C9C9C9. Windows color (decimal): -342694 or 5948922. OLE color: 5948922.
HSL color Cylindrical-coordinate representation of color #FAC55A: hue angle of 40.12º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FAC55A is Cyan = 0, Magento = 0.21, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 90 | - |
| CMYK | 0 | 0.21 | 0.64 | 0.02 |
| HSL | 40.13º | 0.94% | 0.67% | - |
| HSV(B) | 40.13º | 0.64% | 0.98% | - |
| XYZ | 61.24 | 60.99 | 18.22 | - |
| YUV | 200.65 | 65.56 | 163.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 90 | 0 | 0.21 | 0.64 | 0.02 | 40.13 | 0.94 | 0.67 |
| Hex | FA | C5 | 5A | 0 | 15 | 40 | 2 | 28 | 5E | 43 |
| Octal | 372 | 305 | 132 | 0 | 25 | 100 | 2 | 50 | 136 | 103 |
| Binary | 11111010 | 11000101 | 1011010 | 0 | 10101 | 1000000 | 10 | 101000 | 1011110 | 1000011 |
Color Harmonies of #FAC55A
Complementary color
Monochromatic Colors of #FAC55A
Black with #FAC55A
Text Example
Text Example
White with #FAC55A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC55A; }
p { color: rgb(250,197,90); }
H1.HeaderClassName
{
color: #FAC55A;
}
.AnyTagClassName
{
color: #FAC55A;
}
</style>
background-color css
<style>
a { background-color: #FAC55A; }
a { background-color: rgb(250,197,90); }
div.DivClassName
{
background-color: #FAC55A;
}
.BgClassName
{
background-color: #FAC55A;
}
</style>
border-color css
<style>
span { border-color: #FAC55A; }
span { border-color: rgb(250,197,90); }
td.TdClassName
{
border-color: #FAC55A;
}
.TagClassName
{
border-color: #FAC55A;
}
</style>