Shades of Tacao #F2B471
Tints of Tacao #F2B471
RGB
CMYK
RGB Variations
Color information
#F2B471 (or 0xF2B471) is known color: Tacao. HEX triplet: F2, B4 and 71. RGB value is (242,180,113). Sum of RGB (Red+Green+Blue) = 242+180+113=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 180 (70.70% from 255 or 33.64% from 535); Blue value is 113 (44.53% from 255 or 21.12% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B471 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B471 is #0D4B8E. Grayscale: #BFBFBF. Windows color (decimal): -871311 or 7451890. OLE color: 7451890.
HSL color Cylindrical-coordinate representation of color #F2B471: hue angle of 31.16º 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 #F2B471 is Cyan = 0, Magento = 0.26, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 180 | 113 | - |
| CMYK | 0 | 0.26 | 0.53 | 0.05 |
| HSL | 31.16º | 0.83% | 0.7% | - |
| HSV(B) | 31.16º | 0.53% | 0.95% | - |
| XYZ | 55.92 | 52.71 | 22.85 | - |
| YUV | 190.9 | 84.04 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 180 | 113 | 0 | 0.26 | 0.53 | 0.05 | 31.16 | 0.83 | 0.7 |
| Hex | F2 | B4 | 71 | 0 | 1A | 35 | 5 | 1F | 53 | 46 |
| Octal | 362 | 264 | 161 | 0 | 32 | 65 | 5 | 37 | 123 | 106 |
| Binary | 11110010 | 10110100 | 1110001 | 0 | 11010 | 110101 | 101 | 11111 | 1010011 | 1000110 |
Color Harmonies of #F2B471
Complementary color
Monochromatic Colors of #F2B471
Black with #F2B471
Text Example
Text Example
White with #F2B471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B471; }
p { color: rgb(242,180,113); }
H1.HeaderClassName
{
color: #F2B471;
}
.AnyTagClassName
{
color: #F2B471;
}
</style>
background-color css
<style>
a { background-color: #F2B471; }
a { background-color: rgb(242,180,113); }
div.DivClassName
{
background-color: #F2B471;
}
.BgClassName
{
background-color: #F2B471;
}
</style>
border-color css
<style>
span { border-color: #F2B471; }
span { border-color: rgb(242,180,113); }
td.TdClassName
{
border-color: #F2B471;
}
.TagClassName
{
border-color: #F2B471;
}
</style>