Shades of Golden Tainoi #FABB55
Tints of Golden Tainoi #FABB55
RGB
CMYK
RGB Variations
Color information
#FABB55 (or 0xFABB55) is known color: Golden Tainoi. HEX triplet: FA, BB and 55. RGB value is (250,187,85). Sum of RGB (Red+Green+Blue) = 250+187+85=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 187 (73.44% from 255 or 35.82% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB55 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB55 is #0544AA. Grayscale: #C2C2C2. Windows color (decimal): -345259 or 5618682. OLE color: 5618682.
HSL color Cylindrical-coordinate representation of color #FABB55: hue angle of 37.09º 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 #FABB55 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 85 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.02 |
| HSL | 37.09º | 0.94% | 0.66% | - |
| HSV(B) | 37.09º | 0.66% | 0.98% | - |
| XYZ | 58.83 | 56.52 | 16.4 | - |
| YUV | 194.21 | 66.37 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 85 | 0 | 0.25 | 0.66 | 0.02 | 37.09 | 0.94 | 0.66 |
| Hex | FA | BB | 55 | 0 | 19 | 42 | 2 | 25 | 5E | 42 |
| Octal | 372 | 273 | 125 | 0 | 31 | 102 | 2 | 45 | 136 | 102 |
| Binary | 11111010 | 10111011 | 1010101 | 0 | 11001 | 1000010 | 10 | 100101 | 1011110 | 1000010 |
Color Harmonies of #FABB55
Complementary color
Monochromatic Colors of #FABB55
Black with #FABB55
Text Example
Text Example
White with #FABB55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB55; }
p { color: rgb(250,187,85); }
H1.HeaderClassName
{
color: #FABB55;
}
.AnyTagClassName
{
color: #FABB55;
}
</style>
background-color css
<style>
a { background-color: #FABB55; }
a { background-color: rgb(250,187,85); }
div.DivClassName
{
background-color: #FABB55;
}
.BgClassName
{
background-color: #FABB55;
}
</style>
border-color css
<style>
span { border-color: #FABB55; }
span { border-color: rgb(250,187,85); }
td.TdClassName
{
border-color: #FABB55;
}
.TagClassName
{
border-color: #FABB55;
}
</style>