Shades of Tacao #F3B16E
Tints of Tacao #F3B16E
RGB
CMYK
RGB Variations
Color information
#F3B16E (or 0xF3B16E) is known color: Tacao. HEX triplet: F3, B1 and 6E. RGB value is (243,177,110). Sum of RGB (Red+Green+Blue) = 243+177+110=530 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.85% from 530); Green value is 177 (69.53% from 255 or 33.40% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B16E is #0C4E91. Grayscale: #BDBDBD. Windows color (decimal): -806546 or 7254515. OLE color: 7254515.
HSL color Cylindrical-coordinate representation of color #F3B16E: hue angle of 30.23º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F3B16E is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 177 | 110 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.05 |
| HSL | 30.23º | 0.85% | 0.69% | - |
| HSV(B) | 30.23º | 0.55% | 0.95% | - |
| XYZ | 55.5 | 51.62 | 21.79 | - |
| YUV | 189.1 | 83.37 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 177 | 110 | 0 | 0.27 | 0.55 | 0.05 | 30.23 | 0.85 | 0.69 |
| Hex | F3 | B1 | 6E | 0 | 1B | 37 | 5 | 1E | 55 | 45 |
| Octal | 363 | 261 | 156 | 0 | 33 | 67 | 5 | 36 | 125 | 105 |
| Binary | 11110011 | 10110001 | 1101110 | 0 | 11011 | 110111 | 101 | 11110 | 1010101 | 1000101 |
Color Harmonies of #F3B16E
Complementary color
Monochromatic Colors of #F3B16E
Black with #F3B16E
Text Example
Text Example
White with #F3B16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B16E; }
p { color: rgb(243,177,110); }
H1.HeaderClassName
{
color: #F3B16E;
}
.AnyTagClassName
{
color: #F3B16E;
}
</style>
background-color css
<style>
a { background-color: #F3B16E; }
a { background-color: rgb(243,177,110); }
div.DivClassName
{
background-color: #F3B16E;
}
.BgClassName
{
background-color: #F3B16E;
}
</style>
border-color css
<style>
span { border-color: #F3B16E; }
span { border-color: rgb(243,177,110); }
td.TdClassName
{
border-color: #F3B16E;
}
.TagClassName
{
border-color: #F3B16E;
}
</style>