Shades of Golden Tainoi #FAC443
Tints of Golden Tainoi #FAC443
RGB
CMYK
RGB Variations
Color information
#FAC443 (or 0xFAC443) is known color: Golden Tainoi. HEX triplet: FA, C4 and 43. RGB value is (250,196,67). Sum of RGB (Red+Green+Blue) = 250+196+67=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 196 (76.95% from 255 or 38.21% from 513); Blue value is 67 (26.56% from 255 or 13.06% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC443 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC443 is #053BBC. Grayscale: #C6C6C6. Windows color (decimal): -342973 or 4441338. OLE color: 4441338.
HSL color Cylindrical-coordinate representation of color #FAC443: hue angle of 42.3º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #FAC443 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 196 | 67 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.02 |
| HSL | 42.3º | 0.95% | 0.62% | - |
| HSV(B) | 42.3º | 0.73% | 0.98% | - |
| XYZ | 60.18 | 60.21 | 13.76 | - |
| YUV | 197.44 | 54.39 | 165.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 196 | 67 | 0 | 0.22 | 0.73 | 0.02 | 42.3 | 0.95 | 0.62 |
| Hex | FA | C4 | 43 | 0 | 16 | 49 | 2 | 2A | 5F | 3E |
| Octal | 372 | 304 | 103 | 0 | 26 | 111 | 2 | 52 | 137 | 76 |
| Binary | 11111010 | 11000100 | 1000011 | 0 | 10110 | 1001001 | 10 | 101010 | 1011111 | 111110 |
Color Harmonies of #FAC443
Complementary color
Monochromatic Colors of #FAC443
Black with #FAC443
Text Example
Text Example
White with #FAC443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC443; }
p { color: rgb(250,196,67); }
H1.HeaderClassName
{
color: #FAC443;
}
.AnyTagClassName
{
color: #FAC443;
}
</style>
background-color css
<style>
a { background-color: #FAC443; }
a { background-color: rgb(250,196,67); }
div.DivClassName
{
background-color: #FAC443;
}
.BgClassName
{
background-color: #FAC443;
}
</style>
border-color css
<style>
span { border-color: #FAC443; }
span { border-color: rgb(250,196,67); }
td.TdClassName
{
border-color: #FAC443;
}
.TagClassName
{
border-color: #FAC443;
}
</style>