Shades of Tacao #F2B57B
Tints of Tacao #F2B57B
RGB
CMYK
RGB Variations
Color information
#F2B57B (or 0xF2B57B) is known color: Tacao. HEX triplet: F2, B5 and 7B. RGB value is (242,181,123). Sum of RGB (Red+Green+Blue) = 242+181+123=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 181 (71.09% from 255 or 33.15% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B57B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B57B is #0D4A84. Grayscale: #C0C0C0. Windows color (decimal): -871045 or 8107506. OLE color: 8107506.
HSL color Cylindrical-coordinate representation of color #F2B57B: hue angle of 29.24º 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 #F2B57B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 181 | 123 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.05 |
| HSL | 29.24º | 0.82% | 0.72% | - |
| HSV(B) | 29.24º | 0.49% | 0.95% | - |
| XYZ | 56.72 | 53.36 | 26.05 | - |
| YUV | 192.63 | 88.71 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 181 | 123 | 0 | 0.25 | 0.49 | 0.05 | 29.24 | 0.82 | 0.72 |
| Hex | F2 | B5 | 7B | 0 | 19 | 31 | 5 | 1D | 52 | 48 |
| Octal | 362 | 265 | 173 | 0 | 31 | 61 | 5 | 35 | 122 | 110 |
| Binary | 11110010 | 10110101 | 1111011 | 0 | 11001 | 110001 | 101 | 11101 | 1010010 | 1001000 |
Color Harmonies of #F2B57B
Complementary color
Monochromatic Colors of #F2B57B
Black with #F2B57B
Text Example
Text Example
White with #F2B57B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B57B; }
p { color: rgb(242,181,123); }
H1.HeaderClassName
{
color: #F2B57B;
}
.AnyTagClassName
{
color: #F2B57B;
}
</style>
background-color css
<style>
a { background-color: #F2B57B; }
a { background-color: rgb(242,181,123); }
div.DivClassName
{
background-color: #F2B57B;
}
.BgClassName
{
background-color: #F2B57B;
}
</style>
border-color css
<style>
span { border-color: #F2B57B; }
span { border-color: rgb(242,181,123); }
td.TdClassName
{
border-color: #F2B57B;
}
.TagClassName
{
border-color: #F2B57B;
}
</style>