Shades of Tacao #F2B07D
Tints of Tacao #F2B07D
RGB
CMYK
RGB Variations
Color information
#F2B07D (or 0xF2B07D) is known color: Tacao. HEX triplet: F2, B0 and 7D. RGB value is (242,176,125). Sum of RGB (Red+Green+Blue) = 242+176+125=543 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.57% from 543); Green value is 176 (69.14% from 255 or 32.41% from 543); Blue value is 125 (49.22% from 255 or 23.02% from 543); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B07D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B07D is #0D4F82. Grayscale: #BEBEBE. Windows color (decimal): -872323 or 8237298. OLE color: 8237298.
HSL color Cylindrical-coordinate representation of color #F2B07D: hue angle of 26.15º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F2B07D is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 125 | - |
| CMYK | 0 | 0.27 | 0.48 | 0.05 |
| HSL | 26.15º | 0.82% | 0.72% | - |
| HSV(B) | 26.15º | 0.48% | 0.95% | - |
| XYZ | 55.84 | 51.41 | 26.38 | - |
| YUV | 189.92 | 91.37 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 125 | 0 | 0.27 | 0.48 | 0.05 | 26.15 | 0.82 | 0.72 |
| Hex | F2 | B0 | 7D | 0 | 1B | 30 | 5 | 1A | 52 | 48 |
| Octal | 362 | 260 | 175 | 0 | 33 | 60 | 5 | 32 | 122 | 110 |
| Binary | 11110010 | 10110000 | 1111101 | 0 | 11011 | 110000 | 101 | 11010 | 1010010 | 1001000 |
Color Harmonies of #F2B07D
Complementary color
Monochromatic Colors of #F2B07D
Black with #F2B07D
Text Example
Text Example
White with #F2B07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B07D; }
p { color: rgb(242,176,125); }
H1.HeaderClassName
{
color: #F2B07D;
}
.AnyTagClassName
{
color: #F2B07D;
}
</style>
background-color css
<style>
a { background-color: #F2B07D; }
a { background-color: rgb(242,176,125); }
div.DivClassName
{
background-color: #F2B07D;
}
.BgClassName
{
background-color: #F2B07D;
}
</style>
border-color css
<style>
span { border-color: #F2B07D; }
span { border-color: rgb(242,176,125); }
td.TdClassName
{
border-color: #F2B07D;
}
.TagClassName
{
border-color: #F2B07D;
}
</style>