Shades of Tacao #F2B37E
Tints of Tacao #F2B37E
RGB
CMYK
RGB Variations
Color information
#F2B37E (or 0xF2B37E) is known color: Tacao. HEX triplet: F2, B3 and 7E. RGB value is (242,179,126). Sum of RGB (Red+Green+Blue) = 242+179+126=547 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.24% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B37E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B37E is #0D4C81. Grayscale: #C0C0C0. Windows color (decimal): -871554 or 8303602. OLE color: 8303602.
HSL color Cylindrical-coordinate representation of color #F2B37E: hue angle of 27.41º 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 #F2B37E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 126 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.05 |
| HSL | 27.41º | 0.82% | 0.72% | - |
| HSV(B) | 27.41º | 0.48% | 0.95% | - |
| XYZ | 56.5 | 52.62 | 26.92 | - |
| YUV | 191.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 126 | 0 | 0.26 | 0.48 | 0.05 | 27.41 | 0.82 | 0.72 |
| Hex | F2 | B3 | 7E | 0 | 1A | 30 | 5 | 1B | 52 | 48 |
| Octal | 362 | 263 | 176 | 0 | 32 | 60 | 5 | 33 | 122 | 110 |
| Binary | 11110010 | 10110011 | 1111110 | 0 | 11010 | 110000 | 101 | 11011 | 1010010 | 1001000 |
Color Harmonies of #F2B37E
Complementary color
Monochromatic Colors of #F2B37E
Black with #F2B37E
Text Example
Text Example
White with #F2B37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B37E; }
p { color: rgb(242,179,126); }
H1.HeaderClassName
{
color: #F2B37E;
}
.AnyTagClassName
{
color: #F2B37E;
}
</style>
background-color css
<style>
a { background-color: #F2B37E; }
a { background-color: rgb(242,179,126); }
div.DivClassName
{
background-color: #F2B37E;
}
.BgClassName
{
background-color: #F2B37E;
}
</style>
border-color css
<style>
span { border-color: #F2B37E; }
span { border-color: rgb(242,179,126); }
td.TdClassName
{
border-color: #F2B37E;
}
.TagClassName
{
border-color: #F2B37E;
}
</style>