Shades of Golden Tainoi #FABC56
Tints of Golden Tainoi #FABC56
RGB
CMYK
RGB Variations
Color information
#FABC56 (or 0xFABC56) is known color: Golden Tainoi. HEX triplet: FA, BC and 56. RGB value is (250,188,86). Sum of RGB (Red+Green+Blue) = 250+188+86=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 86 (33.98% from 255 or 16.41% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC56 is #0543A9. Grayscale: #C3C3C3. Windows color (decimal): -345002 or 5684474. OLE color: 5684474.
HSL color Cylindrical-coordinate representation of color #FABC56: hue angle of 37.32º 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 #FABC56 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 86 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.02 |
| HSL | 37.32º | 0.94% | 0.66% | - |
| HSV(B) | 37.32º | 0.66% | 0.98% | - |
| XYZ | 59.09 | 56.96 | 16.68 | - |
| YUV | 194.91 | 66.54 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 86 | 0 | 0.25 | 0.66 | 0.02 | 37.32 | 0.94 | 0.66 |
| Hex | FA | BC | 56 | 0 | 19 | 42 | 2 | 25 | 5E | 42 |
| Octal | 372 | 274 | 126 | 0 | 31 | 102 | 2 | 45 | 136 | 102 |
| Binary | 11111010 | 10111100 | 1010110 | 0 | 11001 | 1000010 | 10 | 100101 | 1011110 | 1000010 |
Color Harmonies of #FABC56
Complementary color
Monochromatic Colors of #FABC56
Black with #FABC56
Text Example
Text Example
White with #FABC56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC56; }
p { color: rgb(250,188,86); }
H1.HeaderClassName
{
color: #FABC56;
}
.AnyTagClassName
{
color: #FABC56;
}
</style>
background-color css
<style>
a { background-color: #FABC56; }
a { background-color: rgb(250,188,86); }
div.DivClassName
{
background-color: #FABC56;
}
.BgClassName
{
background-color: #FABC56;
}
</style>
border-color css
<style>
span { border-color: #FABC56; }
span { border-color: rgb(250,188,86); }
td.TdClassName
{
border-color: #FABC56;
}
.TagClassName
{
border-color: #FABC56;
}
</style>