Shades of Tacao #F2B06F
Tints of Tacao #F2B06F
RGB
CMYK
RGB Variations
Color information
#F2B06F (or 0xF2B06F) is known color: Tacao. HEX triplet: F2, B0 and 6F. RGB value is (242,176,111). Sum of RGB (Red+Green+Blue) = 242+176+111=529 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.75% from 529); Green value is 176 (69.14% from 255 or 33.27% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2B06F is #0D4F90. Grayscale: #BCBCBC. Windows color (decimal): -872337 or 7319794. OLE color: 7319794.
HSL color Cylindrical-coordinate representation of color #F2B06F: hue angle of 29.77º degrees, saturation: 0.83, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F2B06F is Cyan = 0, Magento = 0.27, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 176 | 111 | - |
| CMYK | 0 | 0.27 | 0.54 | 0.05 |
| HSL | 29.77º | 0.83% | 0.69% | - |
| HSV(B) | 29.77º | 0.54% | 0.95% | - |
| XYZ | 55.01 | 51.08 | 22 | - |
| YUV | 188.32 | 84.37 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 176 | 111 | 0 | 0.27 | 0.54 | 0.05 | 29.77 | 0.83 | 0.69 |
| Hex | F2 | B0 | 6F | 0 | 1B | 36 | 5 | 1E | 53 | 45 |
| Octal | 362 | 260 | 157 | 0 | 33 | 66 | 5 | 36 | 123 | 105 |
| Binary | 11110010 | 10110000 | 1101111 | 0 | 11011 | 110110 | 101 | 11110 | 1010011 | 1000101 |
Color Harmonies of #F2B06F
Complementary color
Monochromatic Colors of #F2B06F
Black with #F2B06F
Text Example
Text Example
White with #F2B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2B06F; }
p { color: rgb(242,176,111); }
H1.HeaderClassName
{
color: #F2B06F;
}
.AnyTagClassName
{
color: #F2B06F;
}
</style>
background-color css
<style>
a { background-color: #F2B06F; }
a { background-color: rgb(242,176,111); }
div.DivClassName
{
background-color: #F2B06F;
}
.BgClassName
{
background-color: #F2B06F;
}
</style>
border-color css
<style>
span { border-color: #F2B06F; }
span { border-color: rgb(242,176,111); }
td.TdClassName
{
border-color: #F2B06F;
}
.TagClassName
{
border-color: #F2B06F;
}
</style>