Shades of Golden Tainoi #FABD5D
Tints of Golden Tainoi #FABD5D
RGB
CMYK
RGB Variations
Color information
#FABD5D (or 0xFABD5D) is known color: Golden Tainoi. HEX triplet: FA, BD and 5D. RGB value is (250,189,93). Sum of RGB (Red+Green+Blue) = 250+189+93=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 189 (74.22% from 255 or 35.53% from 532); Blue value is 93 (36.72% from 255 or 17.48% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FABD5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABD5D is #0542A2. Grayscale: #C4C4C4. Windows color (decimal): -344739 or 6143482. OLE color: 6143482.
HSL color Cylindrical-coordinate representation of color #FABD5D: hue angle of 36.69º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FABD5D is Cyan = 0, Magento = 0.24, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 189 | 93 | - |
| CMYK | 0 | 0.24 | 0.63 | 0.02 |
| HSL | 36.69º | 0.94% | 0.67% | - |
| HSV(B) | 36.69º | 0.63% | 0.98% | - |
| XYZ | 59.6 | 57.51 | 18.32 | - |
| YUV | 196.3 | 69.71 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 189 | 93 | 0 | 0.24 | 0.63 | 0.02 | 36.69 | 0.94 | 0.67 |
| Hex | FA | BD | 5D | 0 | 18 | 3F | 2 | 25 | 5E | 43 |
| Octal | 372 | 275 | 135 | 0 | 30 | 77 | 2 | 45 | 136 | 103 |
| Binary | 11111010 | 10111101 | 1011101 | 0 | 11000 | 111111 | 10 | 100101 | 1011110 | 1000011 |
Color Harmonies of #FABD5D
Complementary color
Monochromatic Colors of #FABD5D
Black with #FABD5D
Text Example
Text Example
White with #FABD5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABD5D; }
p { color: rgb(250,189,93); }
H1.HeaderClassName
{
color: #FABD5D;
}
.AnyTagClassName
{
color: #FABD5D;
}
</style>
background-color css
<style>
a { background-color: #FABD5D; }
a { background-color: rgb(250,189,93); }
div.DivClassName
{
background-color: #FABD5D;
}
.BgClassName
{
background-color: #FABD5D;
}
</style>
border-color css
<style>
span { border-color: #FABD5D; }
span { border-color: rgb(250,189,93); }
td.TdClassName
{
border-color: #FABD5D;
}
.TagClassName
{
border-color: #FABD5D;
}
</style>