Shades of Golden Tainoi #FABC5E
Tints of Golden Tainoi #FABC5E
RGB
CMYK
RGB Variations
Color information
#FABC5E (or 0xFABC5E) is known color: Golden Tainoi. HEX triplet: FA, BC and 5E. RGB value is (250,188,94). Sum of RGB (Red+Green+Blue) = 250+188+94=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 94 (37.11% from 255 or 17.67% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC5E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC5E is #0543A1. Grayscale: #C4C4C4. Windows color (decimal): -344994 or 6208762. OLE color: 6208762.
HSL color Cylindrical-coordinate representation of color #FABC5E: hue angle of 36.15º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FABC5E is Cyan = 0, Magento = 0.25, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 94 | - |
| CMYK | 0 | 0.25 | 0.62 | 0.02 |
| HSL | 36.15º | 0.94% | 0.67% | - |
| HSV(B) | 36.15º | 0.62% | 0.98% | - |
| XYZ | 59.43 | 57.1 | 18.48 | - |
| YUV | 195.82 | 70.54 | 166.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 94 | 0 | 0.25 | 0.62 | 0.02 | 36.15 | 0.94 | 0.67 |
| Hex | FA | BC | 5E | 0 | 19 | 3E | 2 | 24 | 5E | 43 |
| Octal | 372 | 274 | 136 | 0 | 31 | 76 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111100 | 1011110 | 0 | 11001 | 111110 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABC5E
Complementary color
Monochromatic Colors of #FABC5E
Black with #FABC5E
Text Example
Text Example
White with #FABC5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC5E; }
p { color: rgb(250,188,94); }
H1.HeaderClassName
{
color: #FABC5E;
}
.AnyTagClassName
{
color: #FABC5E;
}
</style>
background-color css
<style>
a { background-color: #FABC5E; }
a { background-color: rgb(250,188,94); }
div.DivClassName
{
background-color: #FABC5E;
}
.BgClassName
{
background-color: #FABC5E;
}
</style>
border-color css
<style>
span { border-color: #FABC5E; }
span { border-color: rgb(250,188,94); }
td.TdClassName
{
border-color: #FABC5E;
}
.TagClassName
{
border-color: #FABC5E;
}
</style>