Shades of Tacao #F2B377
Tints of Tacao #F2B377
RGB
CMYK
RGB Variations
Color information
#F2B377 (or 0xF2B377) is known color: Tacao. HEX triplet: F2, B3 and 77. RGB value is (242,179,119). Sum of RGB (Red+Green+Blue) = 242+179+119=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 119 (46.88% from 255 or 22.04% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B377 is #0D4C88. Grayscale: #BFBFBF. Windows color (decimal): -871561 or 7844850. OLE color: 7844850.
HSL color Cylindrical-coordinate representation of color #F2B377: hue angle of 29.27º 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 #F2B377 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 119 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.05 |
| HSL | 29.27º | 0.83% | 0.71% | - |
| HSV(B) | 29.27º | 0.51% | 0.95% | - |
| XYZ | 56.07 | 52.45 | 24.62 | - |
| YUV | 191 | 87.37 | 164.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 119 | 0 | 0.26 | 0.51 | 0.05 | 29.27 | 0.83 | 0.71 |
| Hex | F2 | B3 | 77 | 0 | 1A | 33 | 5 | 1D | 53 | 47 |
| Octal | 362 | 263 | 167 | 0 | 32 | 63 | 5 | 35 | 123 | 107 |
| Binary | 11110010 | 10110011 | 1110111 | 0 | 11010 | 110011 | 101 | 11101 | 1010011 | 1000111 |
Color Harmonies of #F2B377
Complementary color
Monochromatic Colors of #F2B377
Black with #F2B377
Text Example
Text Example
White with #F2B377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B377; }
p { color: rgb(242,179,119); }
H1.HeaderClassName
{
color: #F2B377;
}
.AnyTagClassName
{
color: #F2B377;
}
</style>
background-color css
<style>
a { background-color: #F2B377; }
a { background-color: rgb(242,179,119); }
div.DivClassName
{
background-color: #F2B377;
}
.BgClassName
{
background-color: #F2B377;
}
</style>
border-color css
<style>
span { border-color: #F2B377; }
span { border-color: rgb(242,179,119); }
td.TdClassName
{
border-color: #F2B377;
}
.TagClassName
{
border-color: #F2B377;
}
</style>