Shades of Tacao #F8B06E
Tints of Tacao #F8B06E
RGB
CMYK
RGB Variations
Color information
#F8B06E (or 0xF8B06E) is known color: Tacao. HEX triplet: F8, B0 and 6E. RGB value is (248,176,110). Sum of RGB (Red+Green+Blue) = 248+176+110=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 176 (69.14% from 255 or 32.96% from 534); Blue value is 110 (43.36% from 255 or 20.60% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B06E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8B06E is #074F91. Grayscale: #BEBEBE. Windows color (decimal): -479122 or 7254264. OLE color: 7254264.
HSL color Cylindrical-coordinate representation of color #F8B06E: hue angle of 28.7º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F8B06E is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 176 | 110 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.03 |
| HSL | 28.7º | 0.91% | 0.7% | - |
| HSV(B) | 28.7º | 0.56% | 0.97% | - |
| XYZ | 57.05 | 52.13 | 21.81 | - |
| YUV | 190 | 82.85 | 169.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 176 | 110 | 0 | 0.29 | 0.56 | 0.03 | 28.7 | 0.91 | 0.7 |
| Hex | F8 | B0 | 6E | 0 | 1D | 38 | 3 | 1D | 5B | 46 |
| Octal | 370 | 260 | 156 | 0 | 35 | 70 | 3 | 35 | 133 | 106 |
| Binary | 11111000 | 10110000 | 1101110 | 0 | 11101 | 111000 | 11 | 11101 | 1011011 | 1000110 |
Color Harmonies of #F8B06E
Complementary color
Monochromatic Colors of #F8B06E
Black with #F8B06E
Text Example
Text Example
White with #F8B06E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B06E; }
p { color: rgb(248,176,110); }
H1.HeaderClassName
{
color: #F8B06E;
}
.AnyTagClassName
{
color: #F8B06E;
}
</style>
background-color css
<style>
a { background-color: #F8B06E; }
a { background-color: rgb(248,176,110); }
div.DivClassName
{
background-color: #F8B06E;
}
.BgClassName
{
background-color: #F8B06E;
}
</style>
border-color css
<style>
span { border-color: #F8B06E; }
span { border-color: rgb(248,176,110); }
td.TdClassName
{
border-color: #F8B06E;
}
.TagClassName
{
border-color: #F8B06E;
}
</style>