Shades of Tacao #F2B379
Tints of Tacao #F2B379
RGB
CMYK
RGB Variations
Color information
#F2B379 (or 0xF2B379) is known color: Tacao. HEX triplet: F2, B3 and 79. RGB value is (242,179,121). Sum of RGB (Red+Green+Blue) = 242+179+121=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 121 (47.66% from 255 or 22.32% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B379 is #0D4C86. Grayscale: #BFBFBF. Windows color (decimal): -871559 or 7975922. OLE color: 7975922.
HSL color Cylindrical-coordinate representation of color #F2B379: hue angle of 28.76º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2B379 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 121 | - |
| CMYK | 0 | 0.26 | 0.50 | 0.05 |
| HSL | 28.76º | 0.82% | 0.71% | - |
| HSV(B) | 28.76º | 0.5% | 0.95% | - |
| XYZ | 56.19 | 52.5 | 25.26 | - |
| YUV | 191.23 | 88.37 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 121 | 0 | 0.26 | 0.50 | 0.05 | 28.76 | 0.82 | 0.71 |
| Hex | F2 | B3 | 79 | 0 | 1A | 32 | 5 | 1D | 52 | 47 |
| Octal | 362 | 263 | 171 | 0 | 32 | 62 | 5 | 35 | 122 | 107 |
| Binary | 11110010 | 10110011 | 1111001 | 0 | 11010 | 110010 | 101 | 11101 | 1010010 | 1000111 |
Color Harmonies of #F2B379
Complementary color
Monochromatic Colors of #F2B379
Black with #F2B379
Text Example
Text Example
White with #F2B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B379; }
p { color: rgb(242,179,121); }
H1.HeaderClassName
{
color: #F2B379;
}
.AnyTagClassName
{
color: #F2B379;
}
</style>
background-color css
<style>
a { background-color: #F2B379; }
a { background-color: rgb(242,179,121); }
div.DivClassName
{
background-color: #F2B379;
}
.BgClassName
{
background-color: #F2B379;
}
</style>
border-color css
<style>
span { border-color: #F2B379; }
span { border-color: rgb(242,179,121); }
td.TdClassName
{
border-color: #F2B379;
}
.TagClassName
{
border-color: #F2B379;
}
</style>