Shades of Golden Tainoi #FABD56
Tints of Golden Tainoi #FABD56
RGB
CMYK
RGB Variations
Color information
#FABD56 (or 0xFABD56) is known color: Golden Tainoi. HEX triplet: FA, BD and 56. RGB value is (250,189,86). Sum of RGB (Red+Green+Blue) = 250+189+86=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 86 (33.98% from 255 or 16.38% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD56 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD56 is #0542A9. Grayscale: #C3C3C3. Windows color (decimal): -344746 or 5684730. OLE color: 5684730.
HSL color Cylindrical-coordinate representation of color #FABD56: hue angle of 37.68º 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 #FABD56 is Cyan = 0, Magento = 0.24, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 86 | - |
| CMYK | 0 | 0.24 | 0.66 | 0.02 |
| HSL | 37.68º | 0.94% | 0.66% | - |
| HSV(B) | 37.68º | 0.66% | 0.98% | - |
| XYZ | 59.3 | 57.39 | 16.76 | - |
| YUV | 195.5 | 66.21 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 86 | 0 | 0.24 | 0.66 | 0.02 | 37.68 | 0.94 | 0.66 |
| Hex | FA | BD | 56 | 0 | 18 | 42 | 2 | 26 | 5E | 42 |
| Octal | 372 | 275 | 126 | 0 | 30 | 102 | 2 | 46 | 136 | 102 |
| Binary | 11111010 | 10111101 | 1010110 | 0 | 11000 | 1000010 | 10 | 100110 | 1011110 | 1000010 |
Color Harmonies of #FABD56
Complementary color
Monochromatic Colors of #FABD56
Black with #FABD56
Text Example
Text Example
White with #FABD56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD56; }
p { color: rgb(250,189,86); }
H1.HeaderClassName
{
color: #FABD56;
}
.AnyTagClassName
{
color: #FABD56;
}
</style>
background-color css
<style>
a { background-color: #FABD56; }
a { background-color: rgb(250,189,86); }
div.DivClassName
{
background-color: #FABD56;
}
.BgClassName
{
background-color: #FABD56;
}
</style>
border-color css
<style>
span { border-color: #FABD56; }
span { border-color: rgb(250,189,86); }
td.TdClassName
{
border-color: #FABD56;
}
.TagClassName
{
border-color: #FABD56;
}
</style>