Shades of Tacao #F2B075
Tints of Tacao #F2B075
RGB
CMYK
RGB Variations
Color information
#F2B075 (or 0xF2B075) is known color: Tacao. HEX triplet: F2, B0 and 75. RGB value is (242,176,117). Sum of RGB (Red+Green+Blue) = 242+176+117=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B075 is #0D4F8A. Grayscale: #BDBDBD. Windows color (decimal): -872331 or 7713010. OLE color: 7713010.
HSL color Cylindrical-coordinate representation of color #F2B075: hue angle of 28.32º 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 #F2B075 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 117 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.05 |
| HSL | 28.32º | 0.83% | 0.7% | - |
| HSV(B) | 28.32º | 0.52% | 0.95% | - |
| XYZ | 55.35 | 51.21 | 23.8 | - |
| YUV | 189.01 | 87.37 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 117 | 0 | 0.27 | 0.52 | 0.05 | 28.32 | 0.83 | 0.7 |
| Hex | F2 | B0 | 75 | 0 | 1B | 34 | 5 | 1C | 53 | 46 |
| Octal | 362 | 260 | 165 | 0 | 33 | 64 | 5 | 34 | 123 | 106 |
| Binary | 11110010 | 10110000 | 1110101 | 0 | 11011 | 110100 | 101 | 11100 | 1010011 | 1000110 |
Color Harmonies of #F2B075
Complementary color
Monochromatic Colors of #F2B075
Black with #F2B075
Text Example
Text Example
White with #F2B075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B075; }
p { color: rgb(242,176,117); }
H1.HeaderClassName
{
color: #F2B075;
}
.AnyTagClassName
{
color: #F2B075;
}
</style>
background-color css
<style>
a { background-color: #F2B075; }
a { background-color: rgb(242,176,117); }
div.DivClassName
{
background-color: #F2B075;
}
.BgClassName
{
background-color: #F2B075;
}
</style>
border-color css
<style>
span { border-color: #F2B075; }
span { border-color: rgb(242,176,117); }
td.TdClassName
{
border-color: #F2B075;
}
.TagClassName
{
border-color: #F2B075;
}
</style>