Shades of Golden Tainoi #FAC243
Tints of Golden Tainoi #FAC243
RGB
CMYK
RGB Variations
Color information
#FAC243 (or 0xFAC243) is known color: Golden Tainoi. HEX triplet: FA, C2 and 43. RGB value is (250,194,67). Sum of RGB (Red+Green+Blue) = 250+194+67=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 194 (76.17% from 255 or 37.96% from 511); Blue value is 67 (26.56% from 255 or 13.11% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC243 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC243 is #053DBC. Grayscale: #C4C4C4. Windows color (decimal): -343485 or 4440826. OLE color: 4440826.
HSL color Cylindrical-coordinate representation of color #FAC243: hue angle of 41.64º 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 #FAC243 is Cyan = 0, Magento = 0.22, Yellow = 0.73 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 194 | 67 | - |
| CMYK | 0 | 0.22 | 0.73 | 0.02 |
| HSL | 41.64º | 0.95% | 0.62% | - |
| HSV(B) | 41.64º | 0.73% | 0.98% | - |
| XYZ | 59.73 | 59.31 | 13.61 | - |
| YUV | 196.27 | 55.05 | 166.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 194 | 67 | 0 | 0.22 | 0.73 | 0.02 | 41.64 | 0.95 | 0.62 |
| Hex | FA | C2 | 43 | 0 | 16 | 49 | 2 | 2A | 5F | 3E |
| Octal | 372 | 302 | 103 | 0 | 26 | 111 | 2 | 52 | 137 | 76 |
| Binary | 11111010 | 11000010 | 1000011 | 0 | 10110 | 1001001 | 10 | 101010 | 1011111 | 111110 |
Color Harmonies of #FAC243
Complementary color
Monochromatic Colors of #FAC243
Black with #FAC243
Text Example
Text Example
White with #FAC243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC243; }
p { color: rgb(250,194,67); }
H1.HeaderClassName
{
color: #FAC243;
}
.AnyTagClassName
{
color: #FAC243;
}
</style>
background-color css
<style>
a { background-color: #FAC243; }
a { background-color: rgb(250,194,67); }
div.DivClassName
{
background-color: #FAC243;
}
.BgClassName
{
background-color: #FAC243;
}
</style>
border-color css
<style>
span { border-color: #FAC243; }
span { border-color: rgb(250,194,67); }
td.TdClassName
{
border-color: #FAC243;
}
.TagClassName
{
border-color: #FAC243;
}
</style>