Shades of Golden Tainoi #FABC54
Tints of Golden Tainoi #FABC54
RGB
CMYK
RGB Variations
Color information
#FABC54 (or 0xFABC54) is known color: Golden Tainoi. HEX triplet: FA, BC and 54. RGB value is (250,188,84). Sum of RGB (Red+Green+Blue) = 250+188+84=522 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.89% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 84 (33.20% from 255 or 16.09% from 522); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC54 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC54 is #0543AB. Grayscale: #C3C3C3. Windows color (decimal): -345004 or 5553402. OLE color: 5553402.
HSL color Cylindrical-coordinate representation of color #FABC54: hue angle of 37.59º 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 #FABC54 is Cyan = 0, Magento = 0.25, Yellow = 0.66 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 84 | - |
| CMYK | 0 | 0.25 | 0.66 | 0.02 |
| HSL | 37.59º | 0.94% | 0.65% | - |
| HSV(B) | 37.59º | 0.66% | 0.98% | - |
| XYZ | 59.01 | 56.93 | 16.27 | - |
| YUV | 194.68 | 65.54 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 84 | 0 | 0.25 | 0.66 | 0.02 | 37.59 | 0.94 | 0.65 |
| Hex | FA | BC | 54 | 0 | 19 | 42 | 2 | 26 | 5E | 41 |
| Octal | 372 | 274 | 124 | 0 | 31 | 102 | 2 | 46 | 136 | 101 |
| Binary | 11111010 | 10111100 | 1010100 | 0 | 11001 | 1000010 | 10 | 100110 | 1011110 | 1000001 |
Color Harmonies of #FABC54
Complementary color
Monochromatic Colors of #FABC54
Black with #FABC54
Text Example
Text Example
White with #FABC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC54; }
p { color: rgb(250,188,84); }
H1.HeaderClassName
{
color: #FABC54;
}
.AnyTagClassName
{
color: #FABC54;
}
</style>
background-color css
<style>
a { background-color: #FABC54; }
a { background-color: rgb(250,188,84); }
div.DivClassName
{
background-color: #FABC54;
}
.BgClassName
{
background-color: #FABC54;
}
</style>
border-color css
<style>
span { border-color: #FABC54; }
span { border-color: rgb(250,188,84); }
td.TdClassName
{
border-color: #FABC54;
}
.TagClassName
{
border-color: #FABC54;
}
</style>