Shades of Golden Tainoi #FAC343
Tints of Golden Tainoi #FAC343
RGB
CMYK
RGB Variations
Color information
#FAC343 (or 0xFAC343) is known color: Golden Tainoi. HEX triplet: FA, C3 and 43. RGB value is (250,195,67). Sum of RGB (Red+Green+Blue) = 250+195+67=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 67 (26.56% from 255 or 13.09% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC343 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC343 is #053CBC. Grayscale: #C5C5C5. Windows color (decimal): -343229 or 4441082. OLE color: 4441082.
HSL color Cylindrical-coordinate representation of color #FAC343: hue angle of 41.97º 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 #FAC343 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 195 | 67 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.02 |
| HSL | 41.97º | 0.95% | 0.62% | - |
| HSV(B) | 41.97º | 0.73% | 0.98% | - |
| XYZ | 59.95 | 59.76 | 13.69 | - |
| YUV | 196.85 | 54.72 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 195 | 67 | 0 | 0.22 | 0.73 | 0.02 | 41.97 | 0.95 | 0.62 |
| Hex | FA | C3 | 43 | 0 | 16 | 49 | 2 | 2A | 5F | 3E |
| Octal | 372 | 303 | 103 | 0 | 26 | 111 | 2 | 52 | 137 | 76 |
| Binary | 11111010 | 11000011 | 1000011 | 0 | 10110 | 1001001 | 10 | 101010 | 1011111 | 111110 |
Color Harmonies of #FAC343
Complementary color
Monochromatic Colors of #FAC343
Black with #FAC343
Text Example
Text Example
White with #FAC343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC343; }
p { color: rgb(250,195,67); }
H1.HeaderClassName
{
color: #FAC343;
}
.AnyTagClassName
{
color: #FAC343;
}
</style>
background-color css
<style>
a { background-color: #FAC343; }
a { background-color: rgb(250,195,67); }
div.DivClassName
{
background-color: #FAC343;
}
.BgClassName
{
background-color: #FAC343;
}
</style>
border-color css
<style>
span { border-color: #FAC343; }
span { border-color: rgb(250,195,67); }
td.TdClassName
{
border-color: #FAC343;
}
.TagClassName
{
border-color: #FAC343;
}
</style>