Shades of Tacao #F2B371
Tints of Tacao #F2B371
RGB
CMYK
RGB Variations
Color information
#F2B371 (or 0xF2B371) is known color: Tacao. HEX triplet: F2, B3 and 71. RGB value is (242,179,113). Sum of RGB (Red+Green+Blue) = 242+179+113=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 179 (70.31% from 255 or 33.52% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B371 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B371 is #0D4C8E. Grayscale: #BEBEBE. Windows color (decimal): -871567 or 7451634. OLE color: 7451634.
HSL color Cylindrical-coordinate representation of color #F2B371: hue angle of 30.7º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F2B371 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 179 | 113 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.05 |
| HSL | 30.7º | 0.83% | 0.7% | - |
| HSV(B) | 30.7º | 0.53% | 0.95% | - |
| XYZ | 55.72 | 52.31 | 22.78 | - |
| YUV | 190.31 | 84.37 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 179 | 113 | 0 | 0.26 | 0.53 | 0.05 | 30.7 | 0.83 | 0.7 |
| Hex | F2 | B3 | 71 | 0 | 1A | 35 | 5 | 1F | 53 | 46 |
| Octal | 362 | 263 | 161 | 0 | 32 | 65 | 5 | 37 | 123 | 106 |
| Binary | 11110010 | 10110011 | 1110001 | 0 | 11010 | 110101 | 101 | 11111 | 1010011 | 1000110 |
Color Harmonies of #F2B371
Complementary color
Monochromatic Colors of #F2B371
Black with #F2B371
Text Example
Text Example
White with #F2B371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B371; }
p { color: rgb(242,179,113); }
H1.HeaderClassName
{
color: #F2B371;
}
.AnyTagClassName
{
color: #F2B371;
}
</style>
background-color css
<style>
a { background-color: #F2B371; }
a { background-color: rgb(242,179,113); }
div.DivClassName
{
background-color: #F2B371;
}
.BgClassName
{
background-color: #F2B371;
}
</style>
border-color css
<style>
span { border-color: #F2B371; }
span { border-color: rgb(242,179,113); }
td.TdClassName
{
border-color: #F2B371;
}
.TagClassName
{
border-color: #F2B371;
}
</style>