Shades of Golden Tainoi #FABB4D
Tints of Golden Tainoi #FABB4D
RGB
CMYK
RGB Variations
Color information
#FABB4D (or 0xFABB4D) is known color: Golden Tainoi. HEX triplet: FA, BB and 4D. RGB value is (250,187,77). Sum of RGB (Red+Green+Blue) = 250+187+77=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 187 (73.44% from 255 or 36.38% from 514); Blue value is 77 (30.47% from 255 or 14.98% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FABB4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABB4D is #0544B2. Grayscale: #C1C1C1. Windows color (decimal): -345267 or 5094394. OLE color: 5094394.
HSL color Cylindrical-coordinate representation of color #FABB4D: hue angle of 38.15º 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 #FABB4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 187 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 38.15º | 0.95% | 0.64% | - |
| HSV(B) | 38.15º | 0.69% | 0.98% | - |
| XYZ | 58.53 | 56.4 | 14.82 | - |
| YUV | 193.3 | 62.37 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 187 | 77 | 0 | 0.25 | 0.69 | 0.02 | 38.15 | 0.95 | 0.64 |
| Hex | FA | BB | 4D | 0 | 19 | 45 | 2 | 26 | 5F | 40 |
| Octal | 372 | 273 | 115 | 0 | 31 | 105 | 2 | 46 | 137 | 100 |
| Binary | 11111010 | 10111011 | 1001101 | 0 | 11001 | 1000101 | 10 | 100110 | 1011111 | 1000000 |
Color Harmonies of #FABB4D
Complementary color
Monochromatic Colors of #FABB4D
Black with #FABB4D
Text Example
Text Example
White with #FABB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABB4D; }
p { color: rgb(250,187,77); }
H1.HeaderClassName
{
color: #FABB4D;
}
.AnyTagClassName
{
color: #FABB4D;
}
</style>
background-color css
<style>
a { background-color: #FABB4D; }
a { background-color: rgb(250,187,77); }
div.DivClassName
{
background-color: #FABB4D;
}
.BgClassName
{
background-color: #FABB4D;
}
</style>
border-color css
<style>
span { border-color: #FABB4D; }
span { border-color: rgb(250,187,77); }
td.TdClassName
{
border-color: #FABB4D;
}
.TagClassName
{
border-color: #FABB4D;
}
</style>