Shades of Tacao #F8AF7B
Tints of Tacao #F8AF7B
RGB
CMYK
RGB Variations
Color information
#F8AF7B (or 0xF8AF7B) is known color: Tacao. HEX triplet: F8, AF and 7B. RGB value is (248,175,123). Sum of RGB (Red+Green+Blue) = 248+175+123=546 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.42% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 123 (48.44% from 255 or 22.53% from 546); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AF7B is #075084. Grayscale: #BFBFBF. Windows color (decimal): -479365 or 8105976. OLE color: 8105976.
HSL color Cylindrical-coordinate representation of color #F8AF7B: hue angle of 24.96º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F8AF7B is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 175 | 123 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.03 |
| HSL | 24.96º | 0.9% | 0.73% | - |
| HSV(B) | 24.96º | 0.5% | 0.97% | - |
| XYZ | 57.62 | 52.05 | 25.75 | - |
| YUV | 190.9 | 89.68 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 175 | 123 | 0 | 0.29 | 0.50 | 0.03 | 24.96 | 0.9 | 0.73 |
| Hex | F8 | AF | 7B | 0 | 1D | 32 | 3 | 19 | 5A | 49 |
| Octal | 370 | 257 | 173 | 0 | 35 | 62 | 3 | 31 | 132 | 111 |
| Binary | 11111000 | 10101111 | 1111011 | 0 | 11101 | 110010 | 11 | 11001 | 1011010 | 1001001 |
Color Harmonies of #F8AF7B
Complementary color
Monochromatic Colors of #F8AF7B
Black with #F8AF7B
Text Example
Text Example
White with #F8AF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AF7B; }
p { color: rgb(248,175,123); }
H1.HeaderClassName
{
color: #F8AF7B;
}
.AnyTagClassName
{
color: #F8AF7B;
}
</style>
background-color css
<style>
a { background-color: #F8AF7B; }
a { background-color: rgb(248,175,123); }
div.DivClassName
{
background-color: #F8AF7B;
}
.BgClassName
{
background-color: #F8AF7B;
}
</style>
border-color css
<style>
span { border-color: #F8AF7B; }
span { border-color: rgb(248,175,123); }
td.TdClassName
{
border-color: #F8AF7B;
}
.TagClassName
{
border-color: #F8AF7B;
}
</style>