Shades of Tacao #F8AD70
Tints of Tacao #F8AD70
RGB
CMYK
RGB Variations
Color information
#F8AD70 (or 0xF8AD70) is known color: Tacao. HEX triplet: F8, AD and 70. RGB value is (248,173,112). Sum of RGB (Red+Green+Blue) = 248+173+112=533 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.53% from 533); Green value is 173 (67.97% from 255 or 32.46% from 533); Blue value is 112 (44.14% from 255 or 21.01% from 533); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD70 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD70 is #07528F. Grayscale: #BCBCBC. Windows color (decimal): -479888 or 7384568. OLE color: 7384568.
HSL color Cylindrical-coordinate representation of color #F8AD70: hue angle of 26.91º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F8AD70 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 112 | - |
| CMYK | 0 | 0.30 | 0.55 | 0.03 |
| HSL | 26.91º | 0.91% | 0.71% | - |
| HSV(B) | 26.91º | 0.55% | 0.97% | - |
| XYZ | 56.58 | 51.01 | 22.19 | - |
| YUV | 188.47 | 84.85 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 112 | 0 | 0.30 | 0.55 | 0.03 | 26.91 | 0.91 | 0.71 |
| Hex | F8 | AD | 70 | 0 | 1E | 37 | 3 | 1B | 5B | 47 |
| Octal | 370 | 255 | 160 | 0 | 36 | 67 | 3 | 33 | 133 | 107 |
| Binary | 11111000 | 10101101 | 1110000 | 0 | 11110 | 110111 | 11 | 11011 | 1011011 | 1000111 |
Color Harmonies of #F8AD70
Complementary color
Monochromatic Colors of #F8AD70
Black with #F8AD70
Text Example
Text Example
White with #F8AD70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD70; }
p { color: rgb(248,173,112); }
H1.HeaderClassName
{
color: #F8AD70;
}
.AnyTagClassName
{
color: #F8AD70;
}
</style>
background-color css
<style>
a { background-color: #F8AD70; }
a { background-color: rgb(248,173,112); }
div.DivClassName
{
background-color: #F8AD70;
}
.BgClassName
{
background-color: #F8AD70;
}
</style>
border-color css
<style>
span { border-color: #F8AD70; }
span { border-color: rgb(248,173,112); }
td.TdClassName
{
border-color: #F8AD70;
}
.TagClassName
{
border-color: #F8AD70;
}
</style>