Shades of Golden Tainoi #FAC056
Tints of Golden Tainoi #FAC056
RGB
CMYK
RGB Variations
Color information
#FAC056 (or 0xFAC056) is known color: Golden Tainoi. HEX triplet: FA, C0 and 56. RGB value is (250,192,86). Sum of RGB (Red+Green+Blue) = 250+192+86=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 86 (33.98% from 255 or 16.29% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC056 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAC056 is #053FA9. Grayscale: #C5C5C5. Windows color (decimal): -343978 or 5685498. OLE color: 5685498.
HSL color Cylindrical-coordinate representation of color #FAC056: hue angle of 38.78º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FAC056 is Cyan = 0, Magento = 0.23, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 192 | 86 | - |
| CMYK | 0 | 0.23 | 0.66 | 0.02 |
| HSL | 38.78º | 0.94% | 0.66% | - |
| HSV(B) | 38.78º | 0.66% | 0.98% | - |
| XYZ | 59.95 | 58.7 | 16.97 | - |
| YUV | 197.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 192 | 86 | 0 | 0.23 | 0.66 | 0.02 | 38.78 | 0.94 | 0.66 |
| Hex | FA | C0 | 56 | 0 | 17 | 42 | 2 | 27 | 5E | 42 |
| Octal | 372 | 300 | 126 | 0 | 27 | 102 | 2 | 47 | 136 | 102 |
| Binary | 11111010 | 11000000 | 1010110 | 0 | 10111 | 1000010 | 10 | 100111 | 1011110 | 1000010 |
Color Harmonies of #FAC056
Complementary color
Monochromatic Colors of #FAC056
Black with #FAC056
Text Example
Text Example
White with #FAC056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAC056; }
p { color: rgb(250,192,86); }
H1.HeaderClassName
{
color: #FAC056;
}
.AnyTagClassName
{
color: #FAC056;
}
</style>
background-color css
<style>
a { background-color: #FAC056; }
a { background-color: rgb(250,192,86); }
div.DivClassName
{
background-color: #FAC056;
}
.BgClassName
{
background-color: #FAC056;
}
</style>
border-color css
<style>
span { border-color: #FAC056; }
span { border-color: rgb(250,192,86); }
td.TdClassName
{
border-color: #FAC056;
}
.TagClassName
{
border-color: #FAC056;
}
</style>