Shades of Tacao #F2B775
Tints of Tacao #F2B775
RGB
CMYK
RGB Variations
Color information
#F2B775 (or 0xF2B775) is known color: Tacao. HEX triplet: F2, B7 and 75. RGB value is (242,183,117). Sum of RGB (Red+Green+Blue) = 242+183+117=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 117 (46.09% from 255 or 21.59% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B775 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F2B775 is #0D488A. Grayscale: #C1C1C1. Windows color (decimal): -870539 or 7714802. OLE color: 7714802.
HSL color Cylindrical-coordinate representation of color #F2B775: hue angle of 31.68º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F2B775 is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 183 | 117 | - |
| CMYK | 0 | 0.24 | 0.52 | 0.05 |
| HSL | 31.68º | 0.83% | 0.7% | - |
| HSV(B) | 31.68º | 0.52% | 0.95% | - |
| XYZ | 56.76 | 54.03 | 24.27 | - |
| YUV | 193.12 | 85.05 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 183 | 117 | 0 | 0.24 | 0.52 | 0.05 | 31.68 | 0.83 | 0.7 |
| Hex | F2 | B7 | 75 | 0 | 18 | 34 | 5 | 20 | 53 | 46 |
| Octal | 362 | 267 | 165 | 0 | 30 | 64 | 5 | 40 | 123 | 106 |
| Binary | 11110010 | 10110111 | 1110101 | 0 | 11000 | 110100 | 101 | 100000 | 1010011 | 1000110 |
Color Harmonies of #F2B775
Complementary color
Monochromatic Colors of #F2B775
Black with #F2B775
Text Example
Text Example
White with #F2B775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B775; }
p { color: rgb(242,183,117); }
H1.HeaderClassName
{
color: #F2B775;
}
.AnyTagClassName
{
color: #F2B775;
}
</style>
background-color css
<style>
a { background-color: #F2B775; }
a { background-color: rgb(242,183,117); }
div.DivClassName
{
background-color: #F2B775;
}
.BgClassName
{
background-color: #F2B775;
}
</style>
border-color css
<style>
span { border-color: #F2B775; }
span { border-color: rgb(242,183,117); }
td.TdClassName
{
border-color: #F2B775;
}
.TagClassName
{
border-color: #F2B775;
}
</style>