Shades of Tacao #F2B178
Tints of Tacao #F2B178
RGB
CMYK
RGB Variations
Color information
#F2B178 (or 0xF2B178) is known color: Tacao. HEX triplet: F2, B1 and 78. RGB value is (242,177,120). Sum of RGB (Red+Green+Blue) = 242+177+120=539 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.90% from 539); Green value is 177 (69.53% from 255 or 32.84% from 539); Blue value is 120 (47.27% from 255 or 22.26% from 539); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B178 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B178 is #0D4E87. Grayscale: #BEBEBE. Windows color (decimal): -872072 or 7909874. OLE color: 7909874.
HSL color Cylindrical-coordinate representation of color #F2B178: hue angle of 28.03º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2B178 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 120 | - |
| CMYK | 0 | 0.27 | 0.50 | 0.05 |
| HSL | 28.03º | 0.82% | 0.71% | - |
| HSV(B) | 28.03º | 0.5% | 0.95% | - |
| XYZ | 55.73 | 51.68 | 24.81 | - |
| YUV | 189.94 | 88.53 | 165.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 120 | 0 | 0.27 | 0.50 | 0.05 | 28.03 | 0.82 | 0.71 |
| Hex | F2 | B1 | 78 | 0 | 1B | 32 | 5 | 1C | 52 | 47 |
| Octal | 362 | 261 | 170 | 0 | 33 | 62 | 5 | 34 | 122 | 107 |
| Binary | 11110010 | 10110001 | 1111000 | 0 | 11011 | 110010 | 101 | 11100 | 1010010 | 1000111 |
Color Harmonies of #F2B178
Complementary color
Monochromatic Colors of #F2B178
Black with #F2B178
Text Example
Text Example
White with #F2B178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B178; }
p { color: rgb(242,177,120); }
H1.HeaderClassName
{
color: #F2B178;
}
.AnyTagClassName
{
color: #F2B178;
}
</style>
background-color css
<style>
a { background-color: #F2B178; }
a { background-color: rgb(242,177,120); }
div.DivClassName
{
background-color: #F2B178;
}
.BgClassName
{
background-color: #F2B178;
}
</style>
border-color css
<style>
span { border-color: #F2B178; }
span { border-color: rgb(242,177,120); }
td.TdClassName
{
border-color: #F2B178;
}
.TagClassName
{
border-color: #F2B178;
}
</style>