Shades of Tacao #F2B376
Tints of Tacao #F2B376
RGB
CMYK
RGB Variations
Color information
#F2B376 (or 0xF2B376) is known color: Tacao. HEX triplet: F2, B3 and 76. RGB value is (242,179,118). Sum of RGB (Red+Green+Blue) = 242+179+118=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 118 (46.48% from 255 or 21.89% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B376 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B376 is #0D4C89. Grayscale: #BFBFBF. Windows color (decimal): -871562 or 7779314. OLE color: 7779314.
HSL color Cylindrical-coordinate representation of color #F2B376: hue angle of 29.52º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F2B376 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 118 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.05 |
| HSL | 29.52º | 0.83% | 0.71% | - |
| HSV(B) | 29.52º | 0.51% | 0.95% | - |
| XYZ | 56.01 | 52.43 | 24.31 | - |
| YUV | 190.88 | 86.87 | 164.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 118 | 0 | 0.26 | 0.51 | 0.05 | 29.52 | 0.83 | 0.71 |
| Hex | F2 | B3 | 76 | 0 | 1A | 33 | 5 | 1E | 53 | 47 |
| Octal | 362 | 263 | 166 | 0 | 32 | 63 | 5 | 36 | 123 | 107 |
| Binary | 11110010 | 10110011 | 1110110 | 0 | 11010 | 110011 | 101 | 11110 | 1010011 | 1000111 |
Color Harmonies of #F2B376
Complementary color
Monochromatic Colors of #F2B376
Black with #F2B376
Text Example
Text Example
White with #F2B376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B376; }
p { color: rgb(242,179,118); }
H1.HeaderClassName
{
color: #F2B376;
}
.AnyTagClassName
{
color: #F2B376;
}
</style>
background-color css
<style>
a { background-color: #F2B376; }
a { background-color: rgb(242,179,118); }
div.DivClassName
{
background-color: #F2B376;
}
.BgClassName
{
background-color: #F2B376;
}
</style>
border-color css
<style>
span { border-color: #F2B376; }
span { border-color: rgb(242,179,118); }
td.TdClassName
{
border-color: #F2B376;
}
.TagClassName
{
border-color: #F2B376;
}
</style>