Shades of Tacao #F2B283
Tints of Tacao #F2B283
RGB
CMYK
RGB Variations
Color information
#F2B283 (or 0xF2B283) is known color: Tacao. HEX triplet: F2, B2 and 83. RGB value is (242,178,131). Sum of RGB (Red+Green+Blue) = 242+178+131=551 (72% of max value = 765). Red value is 242 (94.92% from 255 or 43.92% from 551); Green value is 178 (69.92% from 255 or 32.30% from 551); Blue value is 131 (51.56% from 255 or 23.77% from 551); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2B283 is #0D4D7C. Grayscale: #C0C0C0. Windows color (decimal): -871805 or 8631026. OLE color: 8631026.
HSL color Cylindrical-coordinate representation of color #F2B283: hue angle of 25.41º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F2B283 is Cyan = 0, Magento = 0.26, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 178 | 131 | - |
| CMYK | 0 | 0.26 | 0.46 | 0.05 |
| HSL | 25.41º | 0.81% | 0.73% | - |
| HSV(B) | 25.41º | 0.46% | 0.95% | - |
| XYZ | 56.64 | 52.36 | 28.59 | - |
| YUV | 191.78 | 93.7 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 178 | 131 | 0 | 0.26 | 0.46 | 0.05 | 25.41 | 0.81 | 0.73 |
| Hex | F2 | B2 | 83 | 0 | 1A | 2E | 5 | 19 | 51 | 49 |
| Octal | 362 | 262 | 203 | 0 | 32 | 56 | 5 | 31 | 121 | 111 |
| Binary | 11110010 | 10110010 | 10000011 | 0 | 11010 | 101110 | 101 | 11001 | 1010001 | 1001001 |
Color Harmonies of #F2B283
Complementary color
Monochromatic Colors of #F2B283
Black with #F2B283
Text Example
Text Example
White with #F2B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B283; }
p { color: rgb(242,178,131); }
H1.HeaderClassName
{
color: #F2B283;
}
.AnyTagClassName
{
color: #F2B283;
}
</style>
background-color css
<style>
a { background-color: #F2B283; }
a { background-color: rgb(242,178,131); }
div.DivClassName
{
background-color: #F2B283;
}
.BgClassName
{
background-color: #F2B283;
}
</style>
border-color css
<style>
span { border-color: #F2B283; }
span { border-color: rgb(242,178,131); }
td.TdClassName
{
border-color: #F2B283;
}
.TagClassName
{
border-color: #F2B283;
}
</style>