Shades of Tacao #F8B378
Tints of Tacao #F8B378
RGB
CMYK
RGB Variations
Color information
#F8B378 (or 0xF8B378) is known color: Tacao. HEX triplet: F8, B3 and 78. RGB value is (248,179,120). Sum of RGB (Red+Green+Blue) = 248+179+120=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 179 (70.31% from 255 or 32.72% from 547); Blue value is 120 (47.27% from 255 or 21.94% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B378 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B378 is #074C87. Grayscale: #C1C1C1. Windows color (decimal): -478344 or 7910392. OLE color: 7910392.
HSL color Cylindrical-coordinate representation of color #F8B378: hue angle of 27.66º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F8B378 is Cyan = 0, Magento = 0.28, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 179 | 120 | - |
| CMYK | 0 | 0.28 | 0.52 | 0.03 |
| HSL | 27.66º | 0.9% | 0.72% | - |
| HSV(B) | 27.66º | 0.52% | 0.97% | - |
| XYZ | 58.22 | 53.55 | 25.04 | - |
| YUV | 192.91 | 86.86 | 167.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 179 | 120 | 0 | 0.28 | 0.52 | 0.03 | 27.66 | 0.9 | 0.72 |
| Hex | F8 | B3 | 78 | 0 | 1C | 34 | 3 | 1C | 5A | 48 |
| Octal | 370 | 263 | 170 | 0 | 34 | 64 | 3 | 34 | 132 | 110 |
| Binary | 11111000 | 10110011 | 1111000 | 0 | 11100 | 110100 | 11 | 11100 | 1011010 | 1001000 |
Color Harmonies of #F8B378
Complementary color
Monochromatic Colors of #F8B378
Black with #F8B378
Text Example
Text Example
White with #F8B378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B378; }
p { color: rgb(248,179,120); }
H1.HeaderClassName
{
color: #F8B378;
}
.AnyTagClassName
{
color: #F8B378;
}
</style>
background-color css
<style>
a { background-color: #F8B378; }
a { background-color: rgb(248,179,120); }
div.DivClassName
{
background-color: #F8B378;
}
.BgClassName
{
background-color: #F8B378;
}
</style>
border-color css
<style>
span { border-color: #F8B378; }
span { border-color: rgb(248,179,120); }
td.TdClassName
{
border-color: #F8B378;
}
.TagClassName
{
border-color: #F8B378;
}
</style>