Shades of Tacao #F2B074
Tints of Tacao #F2B074
RGB
CMYK
RGB Variations
Color information
#F2B074 (or 0xF2B074) is known color: Tacao. HEX triplet: F2, B0 and 74. RGB value is (242,176,116). Sum of RGB (Red+Green+Blue) = 242+176+116=534 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.32% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 116 (45.70% from 255 or 21.72% from 534); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B074 is #0D4F8B. Grayscale: #BDBDBD. Windows color (decimal): -872332 or 7647474. OLE color: 7647474.
HSL color Cylindrical-coordinate representation of color #F2B074: hue angle of 28.57º 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 #F2B074 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 116 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.05 |
| HSL | 28.57º | 0.83% | 0.7% | - |
| HSV(B) | 28.57º | 0.52% | 0.95% | - |
| XYZ | 55.3 | 51.19 | 23.49 | - |
| YUV | 188.89 | 86.87 | 165.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 116 | 0 | 0.27 | 0.52 | 0.05 | 28.57 | 0.83 | 0.7 |
| Hex | F2 | B0 | 74 | 0 | 1B | 34 | 5 | 1D | 53 | 46 |
| Octal | 362 | 260 | 164 | 0 | 33 | 64 | 5 | 35 | 123 | 106 |
| Binary | 11110010 | 10110000 | 1110100 | 0 | 11011 | 110100 | 101 | 11101 | 1010011 | 1000110 |
Color Harmonies of #F2B074
Complementary color
Monochromatic Colors of #F2B074
Black with #F2B074
Text Example
Text Example
White with #F2B074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B074; }
p { color: rgb(242,176,116); }
H1.HeaderClassName
{
color: #F2B074;
}
.AnyTagClassName
{
color: #F2B074;
}
</style>
background-color css
<style>
a { background-color: #F2B074; }
a { background-color: rgb(242,176,116); }
div.DivClassName
{
background-color: #F2B074;
}
.BgClassName
{
background-color: #F2B074;
}
</style>
border-color css
<style>
span { border-color: #F2B074; }
span { border-color: rgb(242,176,116); }
td.TdClassName
{
border-color: #F2B074;
}
.TagClassName
{
border-color: #F2B074;
}
</style>