Shades of Tacao #F2B285
Tints of Tacao #F2B285
RGB
CMYK
RGB Variations
Color information
#F2B285 (or 0xF2B285) is known color: Tacao. HEX triplet: F2, B2 and 85. RGB value is (242,178,133). Sum of RGB (Red+Green+Blue) = 242+178+133=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 133 (52.34% from 255 or 24.05% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B285 is #0D4D7A. Grayscale: #C0C0C0. Windows color (decimal): -871803 or 8762098. OLE color: 8762098.
HSL color Cylindrical-coordinate representation of color #F2B285: hue angle of 24.77º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F2B285 is Cyan = 0, Magento = 0.26, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 133 | - |
| CMYK | 0 | 0.26 | 0.45 | 0.05 |
| HSL | 24.77º | 0.81% | 0.74% | - |
| HSV(B) | 24.77º | 0.45% | 0.95% | - |
| XYZ | 56.77 | 52.41 | 29.31 | - |
| YUV | 192.01 | 94.7 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 133 | 0 | 0.26 | 0.45 | 0.05 | 24.77 | 0.81 | 0.74 |
| Hex | F2 | B2 | 85 | 0 | 1A | 2D | 5 | 19 | 51 | 4A |
| Octal | 362 | 262 | 205 | 0 | 32 | 55 | 5 | 31 | 121 | 112 |
| Binary | 11110010 | 10110010 | 10000101 | 0 | 11010 | 101101 | 101 | 11001 | 1010001 | 1001010 |
Color Harmonies of #F2B285
Complementary color
Monochromatic Colors of #F2B285
Black with #F2B285
Text Example
Text Example
White with #F2B285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B285; }
p { color: rgb(242,178,133); }
H1.HeaderClassName
{
color: #F2B285;
}
.AnyTagClassName
{
color: #F2B285;
}
</style>
background-color css
<style>
a { background-color: #F2B285; }
a { background-color: rgb(242,178,133); }
div.DivClassName
{
background-color: #F2B285;
}
.BgClassName
{
background-color: #F2B285;
}
</style>
border-color css
<style>
span { border-color: #F2B285; }
span { border-color: rgb(242,178,133); }
td.TdClassName
{
border-color: #F2B285;
}
.TagClassName
{
border-color: #F2B285;
}
</style>