Shades of Tacao #F2B37C
Tints of Tacao #F2B37C
RGB
CMYK
RGB Variations
Color information
#F2B37C (or 0xF2B37C) is known color: Tacao. HEX triplet: F2, B3 and 7C. RGB value is (242,179,124). Sum of RGB (Red+Green+Blue) = 242+179+124=545 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.40% from 545); Green value is 179 (70.31% from 255 or 32.84% from 545); Blue value is 124 (48.83% from 255 or 22.75% from 545); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B37C is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B37C is #0D4C83. Grayscale: #BFBFBF. Windows color (decimal): -871556 or 8172530. OLE color: 8172530.
HSL color Cylindrical-coordinate representation of color #F2B37C: hue angle of 27.97º 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 #F2B37C is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 124 | - |
| CMYK | 0 | 0.26 | 0.49 | 0.05 |
| HSL | 27.97º | 0.82% | 0.72% | - |
| HSV(B) | 27.97º | 0.49% | 0.95% | - |
| XYZ | 56.38 | 52.57 | 26.24 | - |
| YUV | 191.57 | 89.87 | 163.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 124 | 0 | 0.26 | 0.49 | 0.05 | 27.97 | 0.82 | 0.72 |
| Hex | F2 | B3 | 7C | 0 | 1A | 31 | 5 | 1C | 52 | 48 |
| Octal | 362 | 263 | 174 | 0 | 32 | 61 | 5 | 34 | 122 | 110 |
| Binary | 11110010 | 10110011 | 1111100 | 0 | 11010 | 110001 | 101 | 11100 | 1010010 | 1001000 |
Color Harmonies of #F2B37C
Complementary color
Monochromatic Colors of #F2B37C
Black with #F2B37C
Text Example
Text Example
White with #F2B37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B37C; }
p { color: rgb(242,179,124); }
H1.HeaderClassName
{
color: #F2B37C;
}
.AnyTagClassName
{
color: #F2B37C;
}
</style>
background-color css
<style>
a { background-color: #F2B37C; }
a { background-color: rgb(242,179,124); }
div.DivClassName
{
background-color: #F2B37C;
}
.BgClassName
{
background-color: #F2B37C;
}
</style>
border-color css
<style>
span { border-color: #F2B37C; }
span { border-color: rgb(242,179,124); }
td.TdClassName
{
border-color: #F2B37C;
}
.TagClassName
{
border-color: #F2B37C;
}
</style>