Shades of Tacao #F6B283
Tints of Tacao #F6B283
RGB
CMYK
RGB Variations
Color information
#F6B283 (or 0xF6B283) is known color: Tacao. HEX triplet: F6, B2 and 83. RGB value is (246,178,131). Sum of RGB (Red+Green+Blue) = 246+178+131=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 131 (51.56% from 255 or 23.60% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F6B283 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6B283 is #094D7C. Grayscale: #C1C1C1. Windows color (decimal): -609661 or 8631030. OLE color: 8631030.
HSL color Cylindrical-coordinate representation of color #F6B283: hue angle of 24.52º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F6B283 is Cyan = 0, Magento = 0.28, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 178 | 131 | - |
| CMYK | 0 | 0.28 | 0.47 | 0.04 |
| HSL | 24.52º | 0.86% | 0.74% | - |
| HSV(B) | 24.52º | 0.47% | 0.96% | - |
| XYZ | 58.02 | 53.07 | 28.66 | - |
| YUV | 192.97 | 93.03 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 178 | 131 | 0 | 0.28 | 0.47 | 0.04 | 24.52 | 0.86 | 0.74 |
| Hex | F6 | B2 | 83 | 0 | 1C | 2F | 4 | 19 | 56 | 4A |
| Octal | 366 | 262 | 203 | 0 | 34 | 57 | 4 | 31 | 126 | 112 |
| Binary | 11110110 | 10110010 | 10000011 | 0 | 11100 | 101111 | 100 | 11001 | 1010110 | 1001010 |
Color Harmonies of #F6B283
Complementary color
Monochromatic Colors of #F6B283
Black with #F6B283
Text Example
Text Example
White with #F6B283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B283; }
p { color: rgb(246,178,131); }
H1.HeaderClassName
{
color: #F6B283;
}
.AnyTagClassName
{
color: #F6B283;
}
</style>
background-color css
<style>
a { background-color: #F6B283; }
a { background-color: rgb(246,178,131); }
div.DivClassName
{
background-color: #F6B283;
}
.BgClassName
{
background-color: #F6B283;
}
</style>
border-color css
<style>
span { border-color: #F6B283; }
span { border-color: rgb(246,178,131); }
td.TdClassName
{
border-color: #F6B283;
}
.TagClassName
{
border-color: #F6B283;
}
</style>