Shades of Golden Tainoi #FABB53
Tints of Golden Tainoi #FABB53
RGB
CMYK
RGB Variations
Color information
#FABB53 (or 0xFABB53) is known color: Golden Tainoi. HEX triplet: FA, BB and 53. RGB value is (250,187,83). Sum of RGB (Red+Green+Blue) = 250+187+83=520 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.08% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 83 (32.81% from 255 or 15.96% from 520); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB53 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB53 is #0544AC. Grayscale: #C2C2C2. Windows color (decimal): -345261 or 5487610. OLE color: 5487610.
HSL color Cylindrical-coordinate representation of color #FABB53: hue angle of 37.37º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #FABB53 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 83 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.02 |
| HSL | 37.37º | 0.94% | 0.65% | - |
| HSV(B) | 37.37º | 0.67% | 0.98% | - |
| XYZ | 58.76 | 56.49 | 15.99 | - |
| YUV | 193.98 | 65.37 | 167.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 83 | 0 | 0.25 | 0.67 | 0.02 | 37.37 | 0.94 | 0.65 |
| Hex | FA | BB | 53 | 0 | 19 | 43 | 2 | 25 | 5E | 41 |
| Octal | 372 | 273 | 123 | 0 | 31 | 103 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111011 | 1010011 | 0 | 11001 | 1000011 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FABB53
Complementary color
Monochromatic Colors of #FABB53
Black with #FABB53
Text Example
Text Example
White with #FABB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB53; }
p { color: rgb(250,187,83); }
H1.HeaderClassName
{
color: #FABB53;
}
.AnyTagClassName
{
color: #FABB53;
}
</style>
background-color css
<style>
a { background-color: #FABB53; }
a { background-color: rgb(250,187,83); }
div.DivClassName
{
background-color: #FABB53;
}
.BgClassName
{
background-color: #FABB53;
}
</style>
border-color css
<style>
span { border-color: #FABB53; }
span { border-color: rgb(250,187,83); }
td.TdClassName
{
border-color: #FABB53;
}
.TagClassName
{
border-color: #FABB53;
}
</style>