Shades of Tacao #F8B379
Tints of Tacao #F8B379
RGB
CMYK
RGB Variations
Color information
#F8B379 (or 0xF8B379) is known color: Tacao. HEX triplet: F8, B3 and 79. RGB value is (248,179,121). Sum of RGB (Red+Green+Blue) = 248+179+121=548 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.26% from 548); Green value is 179 (70.31% from 255 or 32.66% from 548); Blue value is 121 (47.66% from 255 or 22.08% from 548); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B379 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B379 is #074C86. Grayscale: #C1C1C1. Windows color (decimal): -478343 or 7975928. OLE color: 7975928.
HSL color Cylindrical-coordinate representation of color #F8B379: hue angle of 27.4º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8B379 is Cyan = 0, Magento = 0.28, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 121 | - |
| CMYK | 0 | 0.28 | 0.51 | 0.03 |
| HSL | 27.4º | 0.9% | 0.72% | - |
| HSV(B) | 27.4º | 0.51% | 0.97% | - |
| XYZ | 58.28 | 53.58 | 25.36 | - |
| YUV | 193.02 | 87.36 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 121 | 0 | 0.28 | 0.51 | 0.03 | 27.4 | 0.9 | 0.72 |
| Hex | F8 | B3 | 79 | 0 | 1C | 33 | 3 | 1B | 5A | 48 |
| Octal | 370 | 263 | 171 | 0 | 34 | 63 | 3 | 33 | 132 | 110 |
| Binary | 11111000 | 10110011 | 1111001 | 0 | 11100 | 110011 | 11 | 11011 | 1011010 | 1001000 |
Color Harmonies of #F8B379
Complementary color
Monochromatic Colors of #F8B379
Black with #F8B379
Text Example
Text Example
White with #F8B379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B379; }
p { color: rgb(248,179,121); }
H1.HeaderClassName
{
color: #F8B379;
}
.AnyTagClassName
{
color: #F8B379;
}
</style>
background-color css
<style>
a { background-color: #F8B379; }
a { background-color: rgb(248,179,121); }
div.DivClassName
{
background-color: #F8B379;
}
.BgClassName
{
background-color: #F8B379;
}
</style>
border-color css
<style>
span { border-color: #F8B379; }
span { border-color: rgb(248,179,121); }
td.TdClassName
{
border-color: #F8B379;
}
.TagClassName
{
border-color: #F8B379;
}
</style>