Shades of Tacao #FAB36E
Tints of Tacao #FAB36E
RGB
CMYK
RGB Variations
Color information
#FAB36E (or 0xFAB36E) is known color: Tacao. HEX triplet: FA, B3 and 6E. RGB value is (250,179,110). Sum of RGB (Red+Green+Blue) = 250+179+110=539 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.38% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 110 (43.36% from 255 or 20.41% from 539); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB36E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB36E is #054C91. Grayscale: #C0C0C0. Windows color (decimal): -347282 or 7255034. OLE color: 7255034.
HSL color Cylindrical-coordinate representation of color #FAB36E: hue angle of 29.57º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FAB36E is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 110 | - |
| CMYK | 0 | 0.28 | 0.56 | 0.02 |
| HSL | 29.57º | 0.93% | 0.71% | - |
| HSV(B) | 29.57º | 0.56% | 0.98% | - |
| XYZ | 58.36 | 53.69 | 22.04 | - |
| YUV | 192.36 | 81.52 | 169.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 110 | 0 | 0.28 | 0.56 | 0.02 | 29.57 | 0.93 | 0.71 |
| Hex | FA | B3 | 6E | 0 | 1C | 38 | 2 | 1E | 5D | 47 |
| Octal | 372 | 263 | 156 | 0 | 34 | 70 | 2 | 36 | 135 | 107 |
| Binary | 11111010 | 10110011 | 1101110 | 0 | 11100 | 111000 | 10 | 11110 | 1011101 | 1000111 |
Color Harmonies of #FAB36E
Complementary color
Monochromatic Colors of #FAB36E
Black with #FAB36E
Text Example
Text Example
White with #FAB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB36E; }
p { color: rgb(250,179,110); }
H1.HeaderClassName
{
color: #FAB36E;
}
.AnyTagClassName
{
color: #FAB36E;
}
</style>
background-color css
<style>
a { background-color: #FAB36E; }
a { background-color: rgb(250,179,110); }
div.DivClassName
{
background-color: #FAB36E;
}
.BgClassName
{
background-color: #FAB36E;
}
</style>
border-color css
<style>
span { border-color: #FAB36E; }
span { border-color: rgb(250,179,110); }
td.TdClassName
{
border-color: #FAB36E;
}
.TagClassName
{
border-color: #FAB36E;
}
</style>