Shades of Golden Tainoi #FABC5D
Tints of Golden Tainoi #FABC5D
RGB
CMYK
RGB Variations
Color information
#FABC5D (or 0xFABC5D) is known color: Golden Tainoi. HEX triplet: FA, BC and 5D. RGB value is (250,188,93). Sum of RGB (Red+Green+Blue) = 250+188+93=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 188 (73.83% from 255 or 35.40% from 531); Blue value is 93 (36.72% from 255 or 17.51% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FABC5D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FABC5D is #0543A2. Grayscale: #C4C4C4. Windows color (decimal): -344995 or 6143226. OLE color: 6143226.
HSL color Cylindrical-coordinate representation of color #FABC5D: hue angle of 36.31º 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 #FABC5D is Cyan = 0, Magento = 0.25, Yellow = 0.63 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 188 | 93 | - |
| CMYK | 0 | 0.25 | 0.63 | 0.02 |
| HSL | 36.31º | 0.94% | 0.67% | - |
| HSV(B) | 36.31º | 0.63% | 0.98% | - |
| XYZ | 59.38 | 57.08 | 18.24 | - |
| YUV | 195.71 | 70.04 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 188 | 93 | 0 | 0.25 | 0.63 | 0.02 | 36.31 | 0.94 | 0.67 |
| Hex | FA | BC | 5D | 0 | 19 | 3F | 2 | 24 | 5E | 43 |
| Octal | 372 | 274 | 135 | 0 | 31 | 77 | 2 | 44 | 136 | 103 |
| Binary | 11111010 | 10111100 | 1011101 | 0 | 11001 | 111111 | 10 | 100100 | 1011110 | 1000011 |
Color Harmonies of #FABC5D
Complementary color
Monochromatic Colors of #FABC5D
Black with #FABC5D
Text Example
Text Example
White with #FABC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FABC5D; }
p { color: rgb(250,188,93); }
H1.HeaderClassName
{
color: #FABC5D;
}
.AnyTagClassName
{
color: #FABC5D;
}
</style>
background-color css
<style>
a { background-color: #FABC5D; }
a { background-color: rgb(250,188,93); }
div.DivClassName
{
background-color: #FABC5D;
}
.BgClassName
{
background-color: #FABC5D;
}
</style>
border-color css
<style>
span { border-color: #FABC5D; }
span { border-color: rgb(250,188,93); }
td.TdClassName
{
border-color: #FABC5D;
}
.TagClassName
{
border-color: #FABC5D;
}
</style>