Shades of Tacao #F2B47C
Tints of Tacao #F2B47C
RGB
CMYK
RGB Variations
Color information
#F2B47C (or 0xF2B47C) is known color: Tacao. HEX triplet: F2, B4 and 7C. RGB value is (242,180,124). Sum of RGB (Red+Green+Blue) = 242+180+124=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 180 (70.70% from 255 or 32.97% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B47C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B47C is #0D4B83. Grayscale: #C0C0C0. Windows color (decimal): -871300 or 8172786. OLE color: 8172786.
HSL color Cylindrical-coordinate representation of color #F2B47C: hue angle of 28.47º 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 #F2B47C is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 124 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.05 |
| HSL | 28.47º | 0.82% | 0.72% | - |
| HSV(B) | 28.47º | 0.49% | 0.95% | - |
| XYZ | 56.58 | 52.98 | 26.31 | - |
| YUV | 192.15 | 89.54 | 163.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 124 | 0 | 0.26 | 0.49 | 0.05 | 28.47 | 0.82 | 0.72 |
| Hex | F2 | B4 | 7C | 0 | 1A | 31 | 5 | 1C | 52 | 48 |
| Octal | 362 | 264 | 174 | 0 | 32 | 61 | 5 | 34 | 122 | 110 |
| Binary | 11110010 | 10110100 | 1111100 | 0 | 11010 | 110001 | 101 | 11100 | 1010010 | 1001000 |
Color Harmonies of #F2B47C
Complementary color
Monochromatic Colors of #F2B47C
Black with #F2B47C
Text Example
Text Example
White with #F2B47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B47C; }
p { color: rgb(242,180,124); }
H1.HeaderClassName
{
color: #F2B47C;
}
.AnyTagClassName
{
color: #F2B47C;
}
</style>
background-color css
<style>
a { background-color: #F2B47C; }
a { background-color: rgb(242,180,124); }
div.DivClassName
{
background-color: #F2B47C;
}
.BgClassName
{
background-color: #F2B47C;
}
</style>
border-color css
<style>
span { border-color: #F2B47C; }
span { border-color: rgb(242,180,124); }
td.TdClassName
{
border-color: #F2B47C;
}
.TagClassName
{
border-color: #F2B47C;
}
</style>