Shades of Tacao #F2B07A
Tints of Tacao #F2B07A
RGB
CMYK
RGB Variations
Color information
#F2B07A (or 0xF2B07A) is known color: Tacao. HEX triplet: F2, B0 and 7A. RGB value is (242,176,122). Sum of RGB (Red+Green+Blue) = 242+176+122=540 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.81% from 540); Green value is 176 (69.14% from 255 or 32.59% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B07A is #0D4F85. Grayscale: #BDBDBD. Windows color (decimal): -872326 or 8040690. OLE color: 8040690.
HSL color Cylindrical-coordinate representation of color #F2B07A: hue angle of 27º 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 #F2B07A is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 122 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.05 |
| HSL | 27º | 0.82% | 0.71% | - |
| HSV(B) | 27º | 0.5% | 0.95% | - |
| XYZ | 55.66 | 51.33 | 25.39 | - |
| YUV | 189.58 | 89.87 | 165.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 122 | 0 | 0.27 | 0.50 | 0.05 | 27 | 0.82 | 0.71 |
| Hex | F2 | B0 | 7A | 0 | 1B | 32 | 5 | 1B | 52 | 47 |
| Octal | 362 | 260 | 172 | 0 | 33 | 62 | 5 | 33 | 122 | 107 |
| Binary | 11110010 | 10110000 | 1111010 | 0 | 11011 | 110010 | 101 | 11011 | 1010010 | 1000111 |
Color Harmonies of #F2B07A
Complementary color
Monochromatic Colors of #F2B07A
Black with #F2B07A
Text Example
Text Example
White with #F2B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B07A; }
p { color: rgb(242,176,122); }
H1.HeaderClassName
{
color: #F2B07A;
}
.AnyTagClassName
{
color: #F2B07A;
}
</style>
background-color css
<style>
a { background-color: #F2B07A; }
a { background-color: rgb(242,176,122); }
div.DivClassName
{
background-color: #F2B07A;
}
.BgClassName
{
background-color: #F2B07A;
}
</style>
border-color css
<style>
span { border-color: #F2B07A; }
span { border-color: rgb(242,176,122); }
td.TdClassName
{
border-color: #F2B07A;
}
.TagClassName
{
border-color: #F2B07A;
}
</style>