Shades of Tacao #F8B477
Tints of Tacao #F8B477
RGB
CMYK
RGB Variations
Color information
#F8B477 (or 0xF8B477) is known color: Tacao. HEX triplet: F8, B4 and 77. RGB value is (248,180,119). Sum of RGB (Red+Green+Blue) = 248+180+119=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8B477 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F8B477 is #074B88. Grayscale: #C1C1C1. Windows color (decimal): -478089 or 7845112. OLE color: 7845112.
HSL color Cylindrical-coordinate representation of color #F8B477: hue angle of 28.37º 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 #F8B477 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 180 | 119 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.03 |
| HSL | 28.37º | 0.9% | 0.72% | - |
| HSV(B) | 28.37º | 0.52% | 0.97% | - |
| XYZ | 58.36 | 53.93 | 24.79 | - |
| YUV | 193.38 | 86.03 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 180 | 119 | 0 | 0.27 | 0.52 | 0.03 | 28.37 | 0.9 | 0.72 |
| Hex | F8 | B4 | 77 | 0 | 1B | 34 | 3 | 1C | 5A | 48 |
| Octal | 370 | 264 | 167 | 0 | 33 | 64 | 3 | 34 | 132 | 110 |
| Binary | 11111000 | 10110100 | 1110111 | 0 | 11011 | 110100 | 11 | 11100 | 1011010 | 1001000 |
Color Harmonies of #F8B477
Complementary color
Monochromatic Colors of #F8B477
Black with #F8B477
Text Example
Text Example
White with #F8B477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8B477; }
p { color: rgb(248,180,119); }
H1.HeaderClassName
{
color: #F8B477;
}
.AnyTagClassName
{
color: #F8B477;
}
</style>
background-color css
<style>
a { background-color: #F8B477; }
a { background-color: rgb(248,180,119); }
div.DivClassName
{
background-color: #F8B477;
}
.BgClassName
{
background-color: #F8B477;
}
</style>
border-color css
<style>
span { border-color: #F8B477; }
span { border-color: rgb(248,180,119); }
td.TdClassName
{
border-color: #F8B477;
}
.TagClassName
{
border-color: #F8B477;
}
</style>