Shades of Tacao #F8AD7E
Tints of Tacao #F8AD7E
RGB
CMYK
RGB Variations
Color information
#F8AD7E (or 0xF8AD7E) is known color: Tacao. HEX triplet: F8, AD and 7E. RGB value is (248,173,126). Sum of RGB (Red+Green+Blue) = 248+173+126=547 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.34% from 547); Green value is 173 (67.97% from 255 or 31.63% from 547); Blue value is 126 (49.61% from 255 or 23.03% from 547); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD7E is #075281. Grayscale: #BEBEBE. Windows color (decimal): -479874 or 8302072. OLE color: 8302072.
HSL color Cylindrical-coordinate representation of color #F8AD7E: hue angle of 23.11º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F8AD7E is Cyan = 0, Magento = 0.30, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 126 | - |
| CMYK | 0 | 0.30 | 0.49 | 0.03 |
| HSL | 23.11º | 0.9% | 0.73% | - |
| HSV(B) | 23.11º | 0.49% | 0.97% | - |
| XYZ | 57.42 | 51.35 | 26.62 | - |
| YUV | 190.07 | 91.85 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 126 | 0 | 0.30 | 0.49 | 0.03 | 23.11 | 0.9 | 0.73 |
| Hex | F8 | AD | 7E | 0 | 1E | 31 | 3 | 17 | 5A | 49 |
| Octal | 370 | 255 | 176 | 0 | 36 | 61 | 3 | 27 | 132 | 111 |
| Binary | 11111000 | 10101101 | 1111110 | 0 | 11110 | 110001 | 11 | 10111 | 1011010 | 1001001 |
Color Harmonies of #F8AD7E
Complementary color
Monochromatic Colors of #F8AD7E
Black with #F8AD7E
Text Example
Text Example
White with #F8AD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD7E; }
p { color: rgb(248,173,126); }
H1.HeaderClassName
{
color: #F8AD7E;
}
.AnyTagClassName
{
color: #F8AD7E;
}
</style>
background-color css
<style>
a { background-color: #F8AD7E; }
a { background-color: rgb(248,173,126); }
div.DivClassName
{
background-color: #F8AD7E;
}
.BgClassName
{
background-color: #F8AD7E;
}
</style>
border-color css
<style>
span { border-color: #F8AD7E; }
span { border-color: rgb(248,173,126); }
td.TdClassName
{
border-color: #F8AD7E;
}
.TagClassName
{
border-color: #F8AD7E;
}
</style>