Shades of Golden Tainoi #FABD60
Tints of Golden Tainoi #FABD60
RGB
CMYK
RGB Variations
Color information
#FABD60 (or 0xFABD60) is known color: Golden Tainoi. HEX triplet: FA, BD and 60. RGB value is (250,189,96). Sum of RGB (Red+Green+Blue) = 250+189+96=535 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.73% from 535); Green value is 189 (74.22% from 255 or 35.33% from 535); Blue value is 96 (37.89% from 255 or 17.94% from 535); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD60 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD60 is #05429F. Grayscale: #C5C5C5. Windows color (decimal): -344736 or 6340090. OLE color: 6340090.
HSL color Cylindrical-coordinate representation of color #FABD60: hue angle of 36.23º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FABD60 is Cyan = 0, Magento = 0.24, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 96 | - |
| CMYK | 0 | 0.24 | 0.62 | 0.02 |
| HSL | 36.23º | 0.94% | 0.68% | - |
| HSV(B) | 36.23º | 0.62% | 0.98% | - |
| XYZ | 59.73 | 57.56 | 19.03 | - |
| YUV | 196.64 | 71.21 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 96 | 0 | 0.24 | 0.62 | 0.02 | 36.23 | 0.94 | 0.68 |
| Hex | FA | BD | 60 | 0 | 18 | 3E | 2 | 24 | 5E | 44 |
| Octal | 372 | 275 | 140 | 0 | 30 | 76 | 2 | 44 | 136 | 104 |
| Binary | 11111010 | 10111101 | 1100000 | 0 | 11000 | 111110 | 10 | 100100 | 1011110 | 1000100 |
Color Harmonies of #FABD60
Complementary color
Monochromatic Colors of #FABD60
Black with #FABD60
Text Example
Text Example
White with #FABD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD60; }
p { color: rgb(250,189,96); }
H1.HeaderClassName
{
color: #FABD60;
}
.AnyTagClassName
{
color: #FABD60;
}
</style>
background-color css
<style>
a { background-color: #FABD60; }
a { background-color: rgb(250,189,96); }
div.DivClassName
{
background-color: #FABD60;
}
.BgClassName
{
background-color: #FABD60;
}
</style>
border-color css
<style>
span { border-color: #FABD60; }
span { border-color: rgb(250,189,96); }
td.TdClassName
{
border-color: #FABD60;
}
.TagClassName
{
border-color: #FABD60;
}
</style>