Shades of Golden Tainoi #FABD5B
Tints of Golden Tainoi #FABD5B
RGB
CMYK
RGB Variations
Color information
#FABD5B (or 0xFABD5B) is known color: Golden Tainoi. HEX triplet: FA, BD and 5B. RGB value is (250,189,91). Sum of RGB (Red+Green+Blue) = 250+189+91=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 189 (74.22% from 255 or 35.66% from 530); Blue value is 91 (35.94% from 255 or 17.17% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD5B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD5B is #0542A4. Grayscale: #C4C4C4. Windows color (decimal): -344741 or 6012410. OLE color: 6012410.
HSL color Cylindrical-coordinate representation of color #FABD5B: hue angle of 36.98º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FABD5B is Cyan = 0, Magento = 0.24, Yellow = 0.64 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 91 | - |
| CMYK | 0 | 0.24 | 0.64 | 0.02 |
| HSL | 36.98º | 0.94% | 0.67% | - |
| HSV(B) | 36.98º | 0.64% | 0.98% | - |
| XYZ | 59.51 | 57.47 | 17.85 | - |
| YUV | 196.07 | 68.71 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 91 | 0 | 0.24 | 0.64 | 0.02 | 36.98 | 0.94 | 0.67 |
| Hex | FA | BD | 5B | 0 | 18 | 40 | 2 | 25 | 5E | 43 |
| Octal | 372 | 275 | 133 | 0 | 30 | 100 | 2 | 45 | 136 | 103 |
| Binary | 11111010 | 10111101 | 1011011 | 0 | 11000 | 1000000 | 10 | 100101 | 1011110 | 1000011 |
Color Harmonies of #FABD5B
Complementary color
Monochromatic Colors of #FABD5B
Black with #FABD5B
Text Example
Text Example
White with #FABD5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD5B; }
p { color: rgb(250,189,91); }
H1.HeaderClassName
{
color: #FABD5B;
}
.AnyTagClassName
{
color: #FABD5B;
}
</style>
background-color css
<style>
a { background-color: #FABD5B; }
a { background-color: rgb(250,189,91); }
div.DivClassName
{
background-color: #FABD5B;
}
.BgClassName
{
background-color: #FABD5B;
}
</style>
border-color css
<style>
span { border-color: #FABD5B; }
span { border-color: rgb(250,189,91); }
td.TdClassName
{
border-color: #FABD5B;
}
.TagClassName
{
border-color: #FABD5B;
}
</style>