Shades of Golden Tainoi #FABB4E
Tints of Golden Tainoi #FABB4E
RGB
CMYK
RGB Variations
Color information
#FABB4E (or 0xFABB4E) is known color: Golden Tainoi. HEX triplet: FA, BB and 4E. RGB value is (250,187,78). Sum of RGB (Red+Green+Blue) = 250+187+78=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 187 (73.44% from 255 or 36.31% from 515); Blue value is 78 (30.86% from 255 or 15.15% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB4E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB4E is #0544B1. Grayscale: #C1C1C1. Windows color (decimal): -345266 or 5159930. OLE color: 5159930.
HSL color Cylindrical-coordinate representation of color #FABB4E: hue angle of 38.02º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #FABB4E is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 78 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 38.02º | 0.95% | 0.64% | - |
| HSV(B) | 38.02º | 0.69% | 0.98% | - |
| XYZ | 58.57 | 56.41 | 15.01 | - |
| YUV | 193.41 | 62.87 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 78 | 0 | 0.25 | 0.69 | 0.02 | 38.02 | 0.95 | 0.64 |
| Hex | FA | BB | 4E | 0 | 19 | 45 | 2 | 26 | 5F | 40 |
| Octal | 372 | 273 | 116 | 0 | 31 | 105 | 2 | 46 | 137 | 100 |
| Binary | 11111010 | 10111011 | 1001110 | 0 | 11001 | 1000101 | 10 | 100110 | 1011111 | 1000000 |
Color Harmonies of #FABB4E
Complementary color
Monochromatic Colors of #FABB4E
Black with #FABB4E
Text Example
Text Example
White with #FABB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB4E; }
p { color: rgb(250,187,78); }
H1.HeaderClassName
{
color: #FABB4E;
}
.AnyTagClassName
{
color: #FABB4E;
}
</style>
background-color css
<style>
a { background-color: #FABB4E; }
a { background-color: rgb(250,187,78); }
div.DivClassName
{
background-color: #FABB4E;
}
.BgClassName
{
background-color: #FABB4E;
}
</style>
border-color css
<style>
span { border-color: #FABB4E; }
span { border-color: rgb(250,187,78); }
td.TdClassName
{
border-color: #FABB4E;
}
.TagClassName
{
border-color: #FABB4E;
}
</style>