Shades of Golden Tainoi #FAC446
Tints of Golden Tainoi #FAC446
RGB
CMYK
RGB Variations
Color information
#FAC446 (or 0xFAC446) is known color: Golden Tainoi. HEX triplet: FA, C4 and 46. RGB value is (250,196,70). Sum of RGB (Red+Green+Blue) = 250+196+70=516 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.45% from 516); Green value is 196 (76.95% from 255 or 37.98% from 516); Blue value is 70 (27.73% from 255 or 13.57% from 516); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC446 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC446 is #053BB9. Grayscale: #C6C6C6. Windows color (decimal): -342970 or 4637946. OLE color: 4637946.
HSL color Cylindrical-coordinate representation of color #FAC446: hue angle of 42º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #FAC446 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 70 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.02 |
| HSL | 42º | 0.95% | 0.63% | - |
| HSV(B) | 42º | 0.72% | 0.98% | - |
| XYZ | 60.27 | 60.25 | 14.25 | - |
| YUV | 197.78 | 55.89 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 70 | 0 | 0.22 | 0.72 | 0.02 | 42 | 0.95 | 0.63 |
| Hex | FA | C4 | 46 | 0 | 16 | 48 | 2 | 2A | 5F | 3F |
| Octal | 372 | 304 | 106 | 0 | 26 | 110 | 2 | 52 | 137 | 77 |
| Binary | 11111010 | 11000100 | 1000110 | 0 | 10110 | 1001000 | 10 | 101010 | 1011111 | 111111 |
Color Harmonies of #FAC446
Complementary color
Monochromatic Colors of #FAC446
Black with #FAC446
Text Example
Text Example
White with #FAC446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC446; }
p { color: rgb(250,196,70); }
H1.HeaderClassName
{
color: #FAC446;
}
.AnyTagClassName
{
color: #FAC446;
}
</style>
background-color css
<style>
a { background-color: #FAC446; }
a { background-color: rgb(250,196,70); }
div.DivClassName
{
background-color: #FAC446;
}
.BgClassName
{
background-color: #FAC446;
}
</style>
border-color css
<style>
span { border-color: #FAC446; }
span { border-color: rgb(250,196,70); }
td.TdClassName
{
border-color: #FAC446;
}
.TagClassName
{
border-color: #FAC446;
}
</style>