Shades of Golden Tainoi #FAC148
Tints of Golden Tainoi #FAC148
RGB
CMYK
RGB Variations
Color information
#FAC148 (or 0xFAC148) is known color: Golden Tainoi. HEX triplet: FA, C1 and 48. RGB value is (250,193,72). Sum of RGB (Red+Green+Blue) = 250+193+72=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 193 (75.78% from 255 or 37.48% from 515); Blue value is 72 (28.52% from 255 or 13.98% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC148 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC148 is #053EB7. Grayscale: #C4C4C4. Windows color (decimal): -343736 or 4768250. OLE color: 4768250.
HSL color Cylindrical-coordinate representation of color #FAC148: hue angle of 40.79º 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 #FAC148 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 193 | 72 | - |
| CMYK | 0 | 0.23 | 0.71 | 0.02 |
| HSL | 40.79º | 0.95% | 0.63% | - |
| HSV(B) | 40.79º | 0.71% | 0.98% | - |
| XYZ | 59.66 | 58.93 | 14.36 | - |
| YUV | 196.25 | 57.88 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 193 | 72 | 0 | 0.23 | 0.71 | 0.02 | 40.79 | 0.95 | 0.63 |
| Hex | FA | C1 | 48 | 0 | 17 | 47 | 2 | 29 | 5F | 3F |
| Octal | 372 | 301 | 110 | 0 | 27 | 107 | 2 | 51 | 137 | 77 |
| Binary | 11111010 | 11000001 | 1001000 | 0 | 10111 | 1000111 | 10 | 101001 | 1011111 | 111111 |
Color Harmonies of #FAC148
Complementary color
Monochromatic Colors of #FAC148
Black with #FAC148
Text Example
Text Example
White with #FAC148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC148; }
p { color: rgb(250,193,72); }
H1.HeaderClassName
{
color: #FAC148;
}
.AnyTagClassName
{
color: #FAC148;
}
</style>
background-color css
<style>
a { background-color: #FAC148; }
a { background-color: rgb(250,193,72); }
div.DivClassName
{
background-color: #FAC148;
}
.BgClassName
{
background-color: #FAC148;
}
</style>
border-color css
<style>
span { border-color: #FAC148; }
span { border-color: rgb(250,193,72); }
td.TdClassName
{
border-color: #FAC148;
}
.TagClassName
{
border-color: #FAC148;
}
</style>