Shades of Tacao #F3B06F
Tints of Tacao #F3B06F
RGB
CMYK
RGB Variations
Color information
#F3B06F (or 0xF3B06F) is known color: Tacao. HEX triplet: F3, B0 and 6F. RGB value is (243,176,111). Sum of RGB (Red+Green+Blue) = 243+176+111=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 176 (69.14% from 255 or 33.21% from 530); Blue value is 111 (43.75% from 255 or 20.94% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B06F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B06F is #0C4F90. Grayscale: #BCBCBC. Windows color (decimal): -806801 or 7319795. OLE color: 7319795.
HSL color Cylindrical-coordinate representation of color #F3B06F: hue angle of 29.55º degrees, saturation: 0.85, 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 #F3B06F is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 111 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.05 |
| HSL | 29.55º | 0.85% | 0.69% | - |
| HSV(B) | 29.55º | 0.54% | 0.95% | - |
| XYZ | 55.36 | 51.25 | 22.01 | - |
| YUV | 188.62 | 84.2 | 166.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 111 | 0 | 0.28 | 0.54 | 0.05 | 29.55 | 0.85 | 0.69 |
| Hex | F3 | B0 | 6F | 0 | 1C | 36 | 5 | 1E | 55 | 45 |
| Octal | 363 | 260 | 157 | 0 | 34 | 66 | 5 | 36 | 125 | 105 |
| Binary | 11110011 | 10110000 | 1101111 | 0 | 11100 | 110110 | 101 | 11110 | 1010101 | 1000101 |
Color Harmonies of #F3B06F
Complementary color
Monochromatic Colors of #F3B06F
Black with #F3B06F
Text Example
Text Example
White with #F3B06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B06F; }
p { color: rgb(243,176,111); }
H1.HeaderClassName
{
color: #F3B06F;
}
.AnyTagClassName
{
color: #F3B06F;
}
</style>
background-color css
<style>
a { background-color: #F3B06F; }
a { background-color: rgb(243,176,111); }
div.DivClassName
{
background-color: #F3B06F;
}
.BgClassName
{
background-color: #F3B06F;
}
</style>
border-color css
<style>
span { border-color: #F3B06F; }
span { border-color: rgb(243,176,111); }
td.TdClassName
{
border-color: #F3B06F;
}
.TagClassName
{
border-color: #F3B06F;
}
</style>