Shades of Golden Tainoi #FABD59
Tints of Golden Tainoi #FABD59
RGB
CMYK
RGB Variations
Color information
#FABD59 (or 0xFABD59) is known color: Golden Tainoi. HEX triplet: FA, BD and 59. RGB value is (250,189,89). Sum of RGB (Red+Green+Blue) = 250+189+89=528 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.35% from 528); Green value is 189 (74.22% from 255 or 35.80% from 528); Blue value is 89 (35.16% from 255 or 16.86% from 528); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD59 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD59 is #0542A6. Grayscale: #C4C4C4. Windows color (decimal): -344743 or 5881338. OLE color: 5881338.
HSL color Cylindrical-coordinate representation of color #FABD59: hue angle of 37.27º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FABD59 is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 89 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.02 |
| HSL | 37.27º | 0.94% | 0.66% | - |
| HSV(B) | 37.27º | 0.64% | 0.98% | - |
| XYZ | 59.43 | 57.44 | 17.41 | - |
| YUV | 195.84 | 67.71 | 166.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 89 | 0 | 0.24 | 0.64 | 0.02 | 37.27 | 0.94 | 0.66 |
| Hex | FA | BD | 59 | 0 | 18 | 40 | 2 | 25 | 5E | 42 |
| Octal | 372 | 275 | 131 | 0 | 30 | 100 | 2 | 45 | 136 | 102 |
| Binary | 11111010 | 10111101 | 1011001 | 0 | 11000 | 1000000 | 10 | 100101 | 1011110 | 1000010 |
Color Harmonies of #FABD59
Complementary color
Monochromatic Colors of #FABD59
Black with #FABD59
Text Example
Text Example
White with #FABD59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD59; }
p { color: rgb(250,189,89); }
H1.HeaderClassName
{
color: #FABD59;
}
.AnyTagClassName
{
color: #FABD59;
}
</style>
background-color css
<style>
a { background-color: #FABD59; }
a { background-color: rgb(250,189,89); }
div.DivClassName
{
background-color: #FABD59;
}
.BgClassName
{
background-color: #FABD59;
}
</style>
border-color css
<style>
span { border-color: #FABD59; }
span { border-color: rgb(250,189,89); }
td.TdClassName
{
border-color: #FABD59;
}
.TagClassName
{
border-color: #FABD59;
}
</style>