Shades of Tacao #F8AD6E
Tints of Tacao #F8AD6E
RGB
CMYK
RGB Variations
Color information
#F8AD6E (or 0xF8AD6E) is known color: Tacao. HEX triplet: F8, AD and 6E. RGB value is (248,173,110). Sum of RGB (Red+Green+Blue) = 248+173+110=531 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.70% from 531); Green value is 173 (67.97% from 255 or 32.58% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AD6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8AD6E is #075291. Grayscale: #BCBCBC. Windows color (decimal): -479890 or 7253496. OLE color: 7253496.
HSL color Cylindrical-coordinate representation of color #F8AD6E: hue angle of 27.39º 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 #F8AD6E is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 173 | 110 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.03 |
| HSL | 27.39º | 0.91% | 0.7% | - |
| HSV(B) | 27.39º | 0.56% | 0.97% | - |
| XYZ | 56.47 | 50.97 | 21.61 | - |
| YUV | 188.24 | 83.85 | 170.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 173 | 110 | 0 | 0.30 | 0.56 | 0.03 | 27.39 | 0.91 | 0.7 |
| Hex | F8 | AD | 6E | 0 | 1E | 38 | 3 | 1B | 5B | 46 |
| Octal | 370 | 255 | 156 | 0 | 36 | 70 | 3 | 33 | 133 | 106 |
| Binary | 11111000 | 10101101 | 1101110 | 0 | 11110 | 111000 | 11 | 11011 | 1011011 | 1000110 |
Color Harmonies of #F8AD6E
Complementary color
Monochromatic Colors of #F8AD6E
Black with #F8AD6E
Text Example
Text Example
White with #F8AD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AD6E; }
p { color: rgb(248,173,110); }
H1.HeaderClassName
{
color: #F8AD6E;
}
.AnyTagClassName
{
color: #F8AD6E;
}
</style>
background-color css
<style>
a { background-color: #F8AD6E; }
a { background-color: rgb(248,173,110); }
div.DivClassName
{
background-color: #F8AD6E;
}
.BgClassName
{
background-color: #F8AD6E;
}
</style>
border-color css
<style>
span { border-color: #F8AD6E; }
span { border-color: rgb(248,173,110); }
td.TdClassName
{
border-color: #F8AD6E;
}
.TagClassName
{
border-color: #F8AD6E;
}
</style>