Shades of Tacao #F2B382
Tints of Tacao #F2B382
RGB
CMYK
RGB Variations
Color information
#F2B382 (or 0xF2B382) is known color: Tacao. HEX triplet: F2, B3 and 82. RGB value is (242,179,130). Sum of RGB (Red+Green+Blue) = 242+179+130=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 130 (51.17% from 255 or 23.59% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B382 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2B382 is #0D4C7D. Grayscale: #C0C0C0. Windows color (decimal): -871550 or 8565746. OLE color: 8565746.
HSL color Cylindrical-coordinate representation of color #F2B382: hue angle of 26.25º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2B382 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 130 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.05 |
| HSL | 26.25º | 0.81% | 0.73% | - |
| HSV(B) | 26.25º | 0.46% | 0.95% | - |
| XYZ | 56.77 | 52.73 | 28.3 | - |
| YUV | 192.25 | 92.87 | 163.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 130 | 0 | 0.26 | 0.46 | 0.05 | 26.25 | 0.81 | 0.73 |
| Hex | F2 | B3 | 82 | 0 | 1A | 2E | 5 | 1A | 51 | 49 |
| Octal | 362 | 263 | 202 | 0 | 32 | 56 | 5 | 32 | 121 | 111 |
| Binary | 11110010 | 10110011 | 10000010 | 0 | 11010 | 101110 | 101 | 11010 | 1010001 | 1001001 |
Color Harmonies of #F2B382
Complementary color
Monochromatic Colors of #F2B382
Black with #F2B382
Text Example
Text Example
White with #F2B382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B382; }
p { color: rgb(242,179,130); }
H1.HeaderClassName
{
color: #F2B382;
}
.AnyTagClassName
{
color: #F2B382;
}
</style>
background-color css
<style>
a { background-color: #F2B382; }
a { background-color: rgb(242,179,130); }
div.DivClassName
{
background-color: #F2B382;
}
.BgClassName
{
background-color: #F2B382;
}
</style>
border-color css
<style>
span { border-color: #F2B382; }
span { border-color: rgb(242,179,130); }
td.TdClassName
{
border-color: #F2B382;
}
.TagClassName
{
border-color: #F2B382;
}
</style>