Shades of Golden Tainoi #FAC049
Tints of Golden Tainoi #FAC049
RGB
CMYK
RGB Variations
Color information
#FAC049 (or 0xFAC049) is known color: Golden Tainoi. HEX triplet: FA, C0 and 49. RGB value is (250,192,73). Sum of RGB (Red+Green+Blue) = 250+192+73=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 192 (75.39% from 255 or 37.28% from 515); Blue value is 73 (28.91% from 255 or 14.17% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC049 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC049 is #053FB6. Grayscale: #C4C4C4. Windows color (decimal): -343991 or 4833530. OLE color: 4833530.
HSL color Cylindrical-coordinate representation of color #FAC049: hue angle of 40.34º 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 #FAC049 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 73 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.02 |
| HSL | 40.34º | 0.95% | 0.63% | - |
| HSV(B) | 40.34º | 0.71% | 0.98% | - |
| XYZ | 59.48 | 58.5 | 14.46 | - |
| YUV | 195.78 | 58.72 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 73 | 0 | 0.23 | 0.71 | 0.02 | 40.34 | 0.95 | 0.63 |
| Hex | FA | C0 | 49 | 0 | 17 | 47 | 2 | 28 | 5F | 3F |
| Octal | 372 | 300 | 111 | 0 | 27 | 107 | 2 | 50 | 137 | 77 |
| Binary | 11111010 | 11000000 | 1001001 | 0 | 10111 | 1000111 | 10 | 101000 | 1011111 | 111111 |
Color Harmonies of #FAC049
Complementary color
Monochromatic Colors of #FAC049
Black with #FAC049
Text Example
Text Example
White with #FAC049
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC049; }
p { color: rgb(250,192,73); }
H1.HeaderClassName
{
color: #FAC049;
}
.AnyTagClassName
{
color: #FAC049;
}
</style>
background-color css
<style>
a { background-color: #FAC049; }
a { background-color: rgb(250,192,73); }
div.DivClassName
{
background-color: #FAC049;
}
.BgClassName
{
background-color: #FAC049;
}
</style>
border-color css
<style>
span { border-color: #FAC049; }
span { border-color: rgb(250,192,73); }
td.TdClassName
{
border-color: #FAC049;
}
.TagClassName
{
border-color: #FAC049;
}
</style>