Shades of Tacao #FAB378
Tints of Tacao #FAB378
RGB
CMYK
RGB Variations
Color information
#FAB378 (or 0xFAB378) is known color: Tacao. HEX triplet: FA, B3 and 78. RGB value is (250,179,120). Sum of RGB (Red+Green+Blue) = 250+179+120=549 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.54% from 549); Green value is 179 (70.31% from 255 or 32.60% from 549); Blue value is 120 (47.27% from 255 or 21.86% from 549); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FAB378 is #054C87. Grayscale: #C1C1C1. Windows color (decimal): -347272 or 7910394. OLE color: 7910394.
HSL color Cylindrical-coordinate representation of color #FAB378: hue angle of 27.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FAB378 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 179 | 120 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.02 |
| HSL | 27.23º | 0.93% | 0.73% | - |
| HSV(B) | 27.23º | 0.52% | 0.98% | - |
| XYZ | 58.93 | 53.92 | 25.07 | - |
| YUV | 193.5 | 86.52 | 168.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 179 | 120 | 0 | 0.28 | 0.52 | 0.02 | 27.23 | 0.93 | 0.73 |
| Hex | FA | B3 | 78 | 0 | 1C | 34 | 2 | 1B | 5D | 49 |
| Octal | 372 | 263 | 170 | 0 | 34 | 64 | 2 | 33 | 135 | 111 |
| Binary | 11111010 | 10110011 | 1111000 | 0 | 11100 | 110100 | 10 | 11011 | 1011101 | 1001001 |
Color Harmonies of #FAB378
Complementary color
Monochromatic Colors of #FAB378
Black with #FAB378
Text Example
Text Example
White with #FAB378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAB378; }
p { color: rgb(250,179,120); }
H1.HeaderClassName
{
color: #FAB378;
}
.AnyTagClassName
{
color: #FAB378;
}
</style>
background-color css
<style>
a { background-color: #FAB378; }
a { background-color: rgb(250,179,120); }
div.DivClassName
{
background-color: #FAB378;
}
.BgClassName
{
background-color: #FAB378;
}
</style>
border-color css
<style>
span { border-color: #FAB378; }
span { border-color: rgb(250,179,120); }
td.TdClassName
{
border-color: #FAB378;
}
.TagClassName
{
border-color: #FAB378;
}
</style>