Shades of Tacao #F2B07B
Tints of Tacao #F2B07B
RGB
CMYK
RGB Variations
Color information
#F2B07B (or 0xF2B07B) is known color: Tacao. HEX triplet: F2, B0 and 7B. RGB value is (242,176,123). Sum of RGB (Red+Green+Blue) = 242+176+123=541 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.73% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 123 (48.44% from 255 or 22.74% from 541); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B07B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B07B is #0D4F84. Grayscale: #BDBDBD. Windows color (decimal): -872325 or 8106226. OLE color: 8106226.
HSL color Cylindrical-coordinate representation of color #F2B07B: hue angle of 26.72º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2B07B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 123 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.05 |
| HSL | 26.72º | 0.82% | 0.72% | - |
| HSV(B) | 26.72º | 0.49% | 0.95% | - |
| XYZ | 55.72 | 51.36 | 25.72 | - |
| YUV | 189.69 | 90.37 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 123 | 0 | 0.27 | 0.49 | 0.05 | 26.72 | 0.82 | 0.72 |
| Hex | F2 | B0 | 7B | 0 | 1B | 31 | 5 | 1B | 52 | 48 |
| Octal | 362 | 260 | 173 | 0 | 33 | 61 | 5 | 33 | 122 | 110 |
| Binary | 11110010 | 10110000 | 1111011 | 0 | 11011 | 110001 | 101 | 11011 | 1010010 | 1001000 |
Color Harmonies of #F2B07B
Complementary color
Monochromatic Colors of #F2B07B
Black with #F2B07B
Text Example
Text Example
White with #F2B07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B07B; }
p { color: rgb(242,176,123); }
H1.HeaderClassName
{
color: #F2B07B;
}
.AnyTagClassName
{
color: #F2B07B;
}
</style>
background-color css
<style>
a { background-color: #F2B07B; }
a { background-color: rgb(242,176,123); }
div.DivClassName
{
background-color: #F2B07B;
}
.BgClassName
{
background-color: #F2B07B;
}
</style>
border-color css
<style>
span { border-color: #F2B07B; }
span { border-color: rgb(242,176,123); }
td.TdClassName
{
border-color: #F2B07B;
}
.TagClassName
{
border-color: #F2B07B;
}
</style>