Shades of Golden Tainoi #FAC549
Tints of Golden Tainoi #FAC549
RGB
CMYK
RGB Variations
Color information
#FAC549 (or 0xFAC549) is known color: Golden Tainoi. HEX triplet: FA, C5 and 49. RGB value is (250,197,73). Sum of RGB (Red+Green+Blue) = 250+197+73=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 197 (77.34% from 255 or 37.88% from 520); Blue value is 73 (28.91% from 255 or 14.04% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC549 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC549 is #053AB6. Grayscale: #C7C7C7. Windows color (decimal): -342711 or 4834810. OLE color: 4834810.
HSL color Cylindrical-coordinate representation of color #FAC549: hue angle of 42.03º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FAC549 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 197 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.02 |
| HSL | 42.03º | 0.95% | 0.63% | - |
| HSV(B) | 42.03º | 0.71% | 0.98% | - |
| XYZ | 60.59 | 60.74 | 14.83 | - |
| YUV | 198.71 | 57.06 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 197 | 73 | 0 | 0.21 | 0.71 | 0.02 | 42.03 | 0.95 | 0.63 |
| Hex | FA | C5 | 49 | 0 | 15 | 47 | 2 | 2A | 5F | 3F |
| Octal | 372 | 305 | 111 | 0 | 25 | 107 | 2 | 52 | 137 | 77 |
| Binary | 11111010 | 11000101 | 1001001 | 0 | 10101 | 1000111 | 10 | 101010 | 1011111 | 111111 |
Color Harmonies of #FAC549
Complementary color
Monochromatic Colors of #FAC549
Black with #FAC549
Text Example
Text Example
White with #FAC549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC549; }
p { color: rgb(250,197,73); }
H1.HeaderClassName
{
color: #FAC549;
}
.AnyTagClassName
{
color: #FAC549;
}
</style>
background-color css
<style>
a { background-color: #FAC549; }
a { background-color: rgb(250,197,73); }
div.DivClassName
{
background-color: #FAC549;
}
.BgClassName
{
background-color: #FAC549;
}
</style>
border-color css
<style>
span { border-color: #FAC549; }
span { border-color: rgb(250,197,73); }
td.TdClassName
{
border-color: #FAC549;
}
.TagClassName
{
border-color: #FAC549;
}
</style>