Shades of Tacao #F3B07A
Tints of Tacao #F3B07A
RGB
CMYK
RGB Variations
Color information
#F3B07A (or 0xF3B07A) is known color: Tacao. HEX triplet: F3, B0 and 7A. RGB value is (243,176,122). Sum of RGB (Red+Green+Blue) = 243+176+122=541 (71% of max value = 765). Red value is 243 (95.31% from 255 or 44.92% from 541); Green value is 176 (69.14% from 255 or 32.53% from 541); Blue value is 122 (48.05% from 255 or 22.55% from 541); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B07A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3B07A is #0C4F85. Grayscale: #BEBEBE. Windows color (decimal): -806790 or 8040691. OLE color: 8040691.
HSL color Cylindrical-coordinate representation of color #F3B07A: hue angle of 26.78º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F3B07A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 176 | 122 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.05 |
| HSL | 26.78º | 0.83% | 0.72% | - |
| HSV(B) | 26.78º | 0.5% | 0.95% | - |
| XYZ | 56 | 51.51 | 25.4 | - |
| YUV | 189.88 | 89.7 | 165.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 176 | 122 | 0 | 0.28 | 0.50 | 0.05 | 26.78 | 0.83 | 0.72 |
| Hex | F3 | B0 | 7A | 0 | 1C | 32 | 5 | 1B | 53 | 48 |
| Octal | 363 | 260 | 172 | 0 | 34 | 62 | 5 | 33 | 123 | 110 |
| Binary | 11110011 | 10110000 | 1111010 | 0 | 11100 | 110010 | 101 | 11011 | 1010011 | 1001000 |
Color Harmonies of #F3B07A
Complementary color
Monochromatic Colors of #F3B07A
Black with #F3B07A
Text Example
Text Example
White with #F3B07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3B07A; }
p { color: rgb(243,176,122); }
H1.HeaderClassName
{
color: #F3B07A;
}
.AnyTagClassName
{
color: #F3B07A;
}
</style>
background-color css
<style>
a { background-color: #F3B07A; }
a { background-color: rgb(243,176,122); }
div.DivClassName
{
background-color: #F3B07A;
}
.BgClassName
{
background-color: #F3B07A;
}
</style>
border-color css
<style>
span { border-color: #F3B07A; }
span { border-color: rgb(243,176,122); }
td.TdClassName
{
border-color: #F3B07A;
}
.TagClassName
{
border-color: #F3B07A;
}
</style>