Shades of Golden Tainoi #FABB54
Tints of Golden Tainoi #FABB54
RGB
CMYK
RGB Variations
Color information
#FABB54 (or 0xFABB54) is known color: Golden Tainoi. HEX triplet: FA, BB and 54. RGB value is (250,187,84). Sum of RGB (Red+Green+Blue) = 250+187+84=521 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.98% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 84 (33.20% from 255 or 16.12% from 521); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB54 is #0544AB. Grayscale: #C2C2C2. Windows color (decimal): -345260 or 5553146. OLE color: 5553146.
HSL color Cylindrical-coordinate representation of color #FABB54: hue angle of 37.23º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #FABB54 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 84 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.02 |
| HSL | 37.23º | 0.94% | 0.65% | - |
| HSV(B) | 37.23º | 0.66% | 0.98% | - |
| XYZ | 58.79 | 56.5 | 16.2 | - |
| YUV | 194.1 | 65.87 | 167.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 84 | 0 | 0.25 | 0.66 | 0.02 | 37.23 | 0.94 | 0.65 |
| Hex | FA | BB | 54 | 0 | 19 | 42 | 2 | 25 | 5E | 41 |
| Octal | 372 | 273 | 124 | 0 | 31 | 102 | 2 | 45 | 136 | 101 |
| Binary | 11111010 | 10111011 | 1010100 | 0 | 11001 | 1000010 | 10 | 100101 | 1011110 | 1000001 |
Color Harmonies of #FABB54
Complementary color
Monochromatic Colors of #FABB54
Black with #FABB54
Text Example
Text Example
White with #FABB54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB54; }
p { color: rgb(250,187,84); }
H1.HeaderClassName
{
color: #FABB54;
}
.AnyTagClassName
{
color: #FABB54;
}
</style>
background-color css
<style>
a { background-color: #FABB54; }
a { background-color: rgb(250,187,84); }
div.DivClassName
{
background-color: #FABB54;
}
.BgClassName
{
background-color: #FABB54;
}
</style>
border-color css
<style>
span { border-color: #FABB54; }
span { border-color: rgb(250,187,84); }
td.TdClassName
{
border-color: #FABB54;
}
.TagClassName
{
border-color: #FABB54;
}
</style>