Shades of Golden Tainoi #FAC649
Tints of Golden Tainoi #FAC649
RGB
CMYK
RGB Variations
Color information
#FAC649 (or 0xFAC649) is known color: Golden Tainoi. HEX triplet: FA, C6 and 49. RGB value is (250,198,73). Sum of RGB (Red+Green+Blue) = 250+198+73=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 198 (77.73% from 255 or 38.00% from 521); Blue value is 73 (28.91% from 255 or 14.01% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC649 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC649 is #0539B6. Grayscale: #C7C7C7. Windows color (decimal): -342455 or 4835066. OLE color: 4835066.
HSL color Cylindrical-coordinate representation of color #FAC649: hue angle of 42.37º 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 #FAC649 is Cyan = 0, Magento = 0.21, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 198 | 73 | - |
| CMYK | 0 | 0.21 | 0.71 | 0.02 |
| HSL | 42.37º | 0.95% | 0.63% | - |
| HSV(B) | 42.37º | 0.71% | 0.98% | - |
| XYZ | 60.82 | 61.19 | 14.91 | - |
| YUV | 199.3 | 56.73 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 198 | 73 | 0 | 0.21 | 0.71 | 0.02 | 42.37 | 0.95 | 0.63 |
| Hex | FA | C6 | 49 | 0 | 15 | 47 | 2 | 2A | 5F | 3F |
| Octal | 372 | 306 | 111 | 0 | 25 | 107 | 2 | 52 | 137 | 77 |
| Binary | 11111010 | 11000110 | 1001001 | 0 | 10101 | 1000111 | 10 | 101010 | 1011111 | 111111 |
Color Harmonies of #FAC649
Complementary color
Monochromatic Colors of #FAC649
Black with #FAC649
Text Example
Text Example
White with #FAC649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC649; }
p { color: rgb(250,198,73); }
H1.HeaderClassName
{
color: #FAC649;
}
.AnyTagClassName
{
color: #FAC649;
}
</style>
background-color css
<style>
a { background-color: #FAC649; }
a { background-color: rgb(250,198,73); }
div.DivClassName
{
background-color: #FAC649;
}
.BgClassName
{
background-color: #FAC649;
}
</style>
border-color css
<style>
span { border-color: #FAC649; }
span { border-color: rgb(250,198,73); }
td.TdClassName
{
border-color: #FAC649;
}
.TagClassName
{
border-color: #FAC649;
}
</style>