Shades of Tacao #F8B385
Tints of Tacao #F8B385
RGB
CMYK
RGB Variations
Color information
#F8B385 (or 0xF8B385) is known color: Tacao. HEX triplet: F8, B3 and 85. RGB value is (248,179,133). Sum of RGB (Red+Green+Blue) = 248+179+133=560 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.29% from 560); Green value is 179 (70.31% from 255 or 31.96% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8B385 is #074C7A. Grayscale: #C2C2C2. Windows color (decimal): -478331 or 8762360. OLE color: 8762360.
HSL color Cylindrical-coordinate representation of color #F8B385: hue angle of 24º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F8B385 is Cyan = 0, Magento = 0.28, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 133 | - |
| CMYK | 0 | 0.28 | 0.46 | 0.03 |
| HSL | 24º | 0.89% | 0.75% | - |
| HSV(B) | 24º | 0.46% | 0.97% | - |
| XYZ | 59.07 | 53.89 | 29.48 | - |
| YUV | 194.39 | 93.36 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 133 | 0 | 0.28 | 0.46 | 0.03 | 24 | 0.89 | 0.75 |
| Hex | F8 | B3 | 85 | 0 | 1C | 2E | 3 | 18 | 59 | 4B |
| Octal | 370 | 263 | 205 | 0 | 34 | 56 | 3 | 30 | 131 | 113 |
| Binary | 11111000 | 10110011 | 10000101 | 0 | 11100 | 101110 | 11 | 11000 | 1011001 | 1001011 |
Color Harmonies of #F8B385
Complementary color
Monochromatic Colors of #F8B385
Black with #F8B385
Text Example
Text Example
White with #F8B385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B385; }
p { color: rgb(248,179,133); }
H1.HeaderClassName
{
color: #F8B385;
}
.AnyTagClassName
{
color: #F8B385;
}
</style>
background-color css
<style>
a { background-color: #F8B385; }
a { background-color: rgb(248,179,133); }
div.DivClassName
{
background-color: #F8B385;
}
.BgClassName
{
background-color: #F8B385;
}
</style>
border-color css
<style>
span { border-color: #F8B385; }
span { border-color: rgb(248,179,133); }
td.TdClassName
{
border-color: #F8B385;
}
.TagClassName
{
border-color: #F8B385;
}
</style>