Shades of Golden Tainoi #FABD55
Tints of Golden Tainoi #FABD55
RGB
CMYK
RGB Variations
Color information
#FABD55 (or 0xFABD55) is known color: Golden Tainoi. HEX triplet: FA, BD and 55. RGB value is (250,189,85). Sum of RGB (Red+Green+Blue) = 250+189+85=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD55 is #0542AA. Grayscale: #C3C3C3. Windows color (decimal): -344747 or 5619194. OLE color: 5619194.
HSL color Cylindrical-coordinate representation of color #FABD55: hue angle of 37.82º 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 #FABD55 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 85 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.02 |
| HSL | 37.82º | 0.94% | 0.66% | - |
| HSV(B) | 37.82º | 0.66% | 0.98% | - |
| XYZ | 59.26 | 57.38 | 16.55 | - |
| YUV | 195.38 | 65.71 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 85 | 0 | 0.24 | 0.66 | 0.02 | 37.82 | 0.94 | 0.66 |
| Hex | FA | BD | 55 | 0 | 18 | 42 | 2 | 26 | 5E | 42 |
| Octal | 372 | 275 | 125 | 0 | 30 | 102 | 2 | 46 | 136 | 102 |
| Binary | 11111010 | 10111101 | 1010101 | 0 | 11000 | 1000010 | 10 | 100110 | 1011110 | 1000010 |
Color Harmonies of #FABD55
Complementary color
Monochromatic Colors of #FABD55
Black with #FABD55
Text Example
Text Example
White with #FABD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD55; }
p { color: rgb(250,189,85); }
H1.HeaderClassName
{
color: #FABD55;
}
.AnyTagClassName
{
color: #FABD55;
}
</style>
background-color css
<style>
a { background-color: #FABD55; }
a { background-color: rgb(250,189,85); }
div.DivClassName
{
background-color: #FABD55;
}
.BgClassName
{
background-color: #FABD55;
}
</style>
border-color css
<style>
span { border-color: #FABD55; }
span { border-color: rgb(250,189,85); }
td.TdClassName
{
border-color: #FABD55;
}
.TagClassName
{
border-color: #FABD55;
}
</style>