Shades of Golden Tainoi #FABD49
Tints of Golden Tainoi #FABD49
RGB
CMYK
RGB Variations
Color information
#FABD49 (or 0xFABD49) is known color: Golden Tainoi. HEX triplet: FA, BD and 49. RGB value is (250,189,73). Sum of RGB (Red+Green+Blue) = 250+189+73=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 189 (74.22% from 255 or 36.91% from 512); Blue value is 73 (28.91% from 255 or 14.26% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD49 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FABD49 is #0542B6. Grayscale: #C2C2C2. Windows color (decimal): -344759 or 4832762. OLE color: 4832762.
HSL color Cylindrical-coordinate representation of color #FABD49: hue angle of 39.32º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #FABD49 is Cyan = 0, Magento = 0.24, Yellow = 0.71 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 73 | - |
| CMYK | 0 | 0.24 | 0.71 | 0.02 |
| HSL | 39.32º | 0.95% | 0.63% | - |
| HSV(B) | 39.32º | 0.71% | 0.98% | - |
| XYZ | 58.82 | 57.2 | 14.24 | - |
| YUV | 194.02 | 59.71 | 167.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 73 | 0 | 0.24 | 0.71 | 0.02 | 39.32 | 0.95 | 0.63 |
| Hex | FA | BD | 49 | 0 | 18 | 47 | 2 | 27 | 5F | 3F |
| Octal | 372 | 275 | 111 | 0 | 30 | 107 | 2 | 47 | 137 | 77 |
| Binary | 11111010 | 10111101 | 1001001 | 0 | 11000 | 1000111 | 10 | 100111 | 1011111 | 111111 |
Color Harmonies of #FABD49
Complementary color
Monochromatic Colors of #FABD49
Black with #FABD49
Text Example
Text Example
White with #FABD49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD49; }
p { color: rgb(250,189,73); }
H1.HeaderClassName
{
color: #FABD49;
}
.AnyTagClassName
{
color: #FABD49;
}
</style>
background-color css
<style>
a { background-color: #FABD49; }
a { background-color: rgb(250,189,73); }
div.DivClassName
{
background-color: #FABD49;
}
.BgClassName
{
background-color: #FABD49;
}
</style>
border-color css
<style>
span { border-color: #FABD49; }
span { border-color: rgb(250,189,73); }
td.TdClassName
{
border-color: #FABD49;
}
.TagClassName
{
border-color: #FABD49;
}
</style>