Shades of Golden Tainoi #FABC4D
Tints of Golden Tainoi #FABC4D
RGB
CMYK
RGB Variations
Color information
#FABC4D (or 0xFABC4D) is known color: Golden Tainoi. HEX triplet: FA, BC and 4D. RGB value is (250,188,77). Sum of RGB (Red+Green+Blue) = 250+188+77=515 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.54% from 515); Green value is 188 (73.83% from 255 or 36.50% from 515); Blue value is 77 (30.47% from 255 or 14.95% from 515); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC4D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC4D is #0543B2. Grayscale: #C2C2C2. Windows color (decimal): -345011 or 5094650. OLE color: 5094650.
HSL color Cylindrical-coordinate representation of color #FABC4D: hue angle of 38.5º 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 #FABC4D is Cyan = 0, Magento = 0.25, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 77 | - |
| CMYK | 0 | 0.25 | 0.69 | 0.02 |
| HSL | 38.5º | 0.95% | 0.64% | - |
| HSV(B) | 38.5º | 0.69% | 0.98% | - |
| XYZ | 58.75 | 56.83 | 14.89 | - |
| YUV | 193.88 | 62.04 | 168.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 77 | 0 | 0.25 | 0.69 | 0.02 | 38.5 | 0.95 | 0.64 |
| Hex | FA | BC | 4D | 0 | 19 | 45 | 2 | 26 | 5F | 40 |
| Octal | 372 | 274 | 115 | 0 | 31 | 105 | 2 | 46 | 137 | 100 |
| Binary | 11111010 | 10111100 | 1001101 | 0 | 11001 | 1000101 | 10 | 100110 | 1011111 | 1000000 |
Color Harmonies of #FABC4D
Complementary color
Monochromatic Colors of #FABC4D
Black with #FABC4D
Text Example
Text Example
White with #FABC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC4D; }
p { color: rgb(250,188,77); }
H1.HeaderClassName
{
color: #FABC4D;
}
.AnyTagClassName
{
color: #FABC4D;
}
</style>
background-color css
<style>
a { background-color: #FABC4D; }
a { background-color: rgb(250,188,77); }
div.DivClassName
{
background-color: #FABC4D;
}
.BgClassName
{
background-color: #FABC4D;
}
</style>
border-color css
<style>
span { border-color: #FABC4D; }
span { border-color: rgb(250,188,77); }
td.TdClassName
{
border-color: #FABC4D;
}
.TagClassName
{
border-color: #FABC4D;
}
</style>