Shades of Golden Tainoi #FAC445
Tints of Golden Tainoi #FAC445
RGB
CMYK
RGB Variations
Color information
#FAC445 (or 0xFAC445) is known color: Golden Tainoi. HEX triplet: FA, C4 and 45. RGB value is (250,196,69). Sum of RGB (Red+Green+Blue) = 250+196+69=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 196 (76.95% from 255 or 38.06% from 515); Blue value is 69 (27.34% from 255 or 13.40% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC445 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC445 is #053BBA. Grayscale: #C6C6C6. Windows color (decimal): -342971 or 4572410. OLE color: 4572410.
HSL color Cylindrical-coordinate representation of color #FAC445: hue angle of 42.1º 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 #FAC445 is Cyan = 0, Magento = 0.22, Yellow = 0.72 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 69 | - |
| CMYK | 0 | 0.22 | 0.72 | 0.02 |
| HSL | 42.1º | 0.95% | 0.63% | - |
| HSV(B) | 42.1º | 0.72% | 0.98% | - |
| XYZ | 60.24 | 60.23 | 14.08 | - |
| YUV | 197.67 | 55.39 | 165.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 69 | 0 | 0.22 | 0.72 | 0.02 | 42.1 | 0.95 | 0.63 |
| Hex | FA | C4 | 45 | 0 | 16 | 48 | 2 | 2A | 5F | 3F |
| Octal | 372 | 304 | 105 | 0 | 26 | 110 | 2 | 52 | 137 | 77 |
| Binary | 11111010 | 11000100 | 1000101 | 0 | 10110 | 1001000 | 10 | 101010 | 1011111 | 111111 |
Color Harmonies of #FAC445
Complementary color
Monochromatic Colors of #FAC445
Black with #FAC445
Text Example
Text Example
White with #FAC445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC445; }
p { color: rgb(250,196,69); }
H1.HeaderClassName
{
color: #FAC445;
}
.AnyTagClassName
{
color: #FAC445;
}
</style>
background-color css
<style>
a { background-color: #FAC445; }
a { background-color: rgb(250,196,69); }
div.DivClassName
{
background-color: #FAC445;
}
.BgClassName
{
background-color: #FAC445;
}
</style>
border-color css
<style>
span { border-color: #FAC445; }
span { border-color: rgb(250,196,69); }
td.TdClassName
{
border-color: #FAC445;
}
.TagClassName
{
border-color: #FAC445;
}
</style>