Shades of Tacao #F2B17B
Tints of Tacao #F2B17B
RGB
CMYK
RGB Variations
Color information
#F2B17B (or 0xF2B17B) is known color: Tacao. HEX triplet: F2, B1 and 7B. RGB value is (242,177,123). Sum of RGB (Red+Green+Blue) = 242+177+123=542 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.65% from 542); Green value is 177 (69.53% from 255 or 32.66% from 542); Blue value is 123 (48.44% from 255 or 22.69% from 542); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B17B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B17B is #0D4E84. Grayscale: #BEBEBE. Windows color (decimal): -872069 or 8106482. OLE color: 8106482.
HSL color Cylindrical-coordinate representation of color #F2B17B: hue angle of 27.23º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F2B17B is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 177 | 123 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.05 |
| HSL | 27.23º | 0.82% | 0.72% | - |
| HSV(B) | 27.23º | 0.49% | 0.95% | - |
| XYZ | 55.92 | 51.75 | 25.78 | - |
| YUV | 190.28 | 90.03 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 177 | 123 | 0 | 0.27 | 0.49 | 0.05 | 27.23 | 0.82 | 0.72 |
| Hex | F2 | B1 | 7B | 0 | 1B | 31 | 5 | 1B | 52 | 48 |
| Octal | 362 | 261 | 173 | 0 | 33 | 61 | 5 | 33 | 122 | 110 |
| Binary | 11110010 | 10110001 | 1111011 | 0 | 11011 | 110001 | 101 | 11011 | 1010010 | 1001000 |
Color Harmonies of #F2B17B
Complementary color
Monochromatic Colors of #F2B17B
Black with #F2B17B
Text Example
Text Example
White with #F2B17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B17B; }
p { color: rgb(242,177,123); }
H1.HeaderClassName
{
color: #F2B17B;
}
.AnyTagClassName
{
color: #F2B17B;
}
</style>
background-color css
<style>
a { background-color: #F2B17B; }
a { background-color: rgb(242,177,123); }
div.DivClassName
{
background-color: #F2B17B;
}
.BgClassName
{
background-color: #F2B17B;
}
</style>
border-color css
<style>
span { border-color: #F2B17B; }
span { border-color: rgb(242,177,123); }
td.TdClassName
{
border-color: #F2B17B;
}
.TagClassName
{
border-color: #F2B17B;
}
</style>