Shades of Golden Tainoi #FAC149
Tints of Golden Tainoi #FAC149
RGB
CMYK
RGB Variations
Color information
#FAC149 (or 0xFAC149) is known color: Golden Tainoi. HEX triplet: FA, C1 and 49. RGB value is (250,193,73). Sum of RGB (Red+Green+Blue) = 250+193+73=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 193 (75.78% from 255 or 37.40% from 516); Blue value is 73 (28.91% from 255 or 14.15% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC149 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC149 is #053EB6. Grayscale: #C4C4C4. Windows color (decimal): -343735 or 4833786. OLE color: 4833786.
HSL color Cylindrical-coordinate representation of color #FAC149: hue angle of 40.68º 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 #FAC149 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 73 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.02 |
| HSL | 40.68º | 0.95% | 0.63% | - |
| HSV(B) | 40.68º | 0.71% | 0.98% | - |
| XYZ | 59.7 | 58.94 | 14.53 | - |
| YUV | 196.36 | 58.38 | 166.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 73 | 0 | 0.23 | 0.71 | 0.02 | 40.68 | 0.95 | 0.63 |
| Hex | FA | C1 | 49 | 0 | 17 | 47 | 2 | 29 | 5F | 3F |
| Octal | 372 | 301 | 111 | 0 | 27 | 107 | 2 | 51 | 137 | 77 |
| Binary | 11111010 | 11000001 | 1001001 | 0 | 10111 | 1000111 | 10 | 101001 | 1011111 | 111111 |
Color Harmonies of #FAC149
Complementary color
Monochromatic Colors of #FAC149
Black with #FAC149
Text Example
Text Example
White with #FAC149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC149; }
p { color: rgb(250,193,73); }
H1.HeaderClassName
{
color: #FAC149;
}
.AnyTagClassName
{
color: #FAC149;
}
</style>
background-color css
<style>
a { background-color: #FAC149; }
a { background-color: rgb(250,193,73); }
div.DivClassName
{
background-color: #FAC149;
}
.BgClassName
{
background-color: #FAC149;
}
</style>
border-color css
<style>
span { border-color: #FAC149; }
span { border-color: rgb(250,193,73); }
td.TdClassName
{
border-color: #FAC149;
}
.TagClassName
{
border-color: #FAC149;
}
</style>