Shades of Vivid Tangerine #F8967A
Tints of Vivid Tangerine #F8967A
RGB
CMYK
RGB Variations
Color information
#F8967A (or 0xF8967A) is known color: Vivid Tangerine. HEX triplet: F8, 96 and 7A. RGB value is (248,150,122). Sum of RGB (Red+Green+Blue) = 248+150+122=520 (68% of max value = 765). Red value is 248 (97.27% from 255 or 47.69% from 520); Green value is 150 (58.98% from 255 or 28.85% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 248 - color contains mainly: red. Hex color #F8967A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8967A is #076985. Grayscale: #B0B0B0. Windows color (decimal): -485766 or 8034040. OLE color: 8034040.
HSL color Cylindrical-coordinate representation of color #F8967A: hue angle of 13.33º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F8967A is Cyan = 0, Magento = 0.40, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 122 | - |
| CMYK | 0 | 0.40 | 0.51 | 0.03 |
| HSL | 13.33º | 0.9% | 0.73% | - |
| HSV(B) | 13.33º | 0.51% | 0.97% | - |
| XYZ | 53.13 | 43.17 | 23.95 | - |
| YUV | 176.11 | 97.47 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 122 | 0 | 0.40 | 0.51 | 0.03 | 13.33 | 0.9 | 0.73 |
| Hex | F8 | 96 | 7A | 0 | 28 | 33 | 3 | D | 5A | 49 |
| Octal | 370 | 226 | 172 | 0 | 50 | 63 | 3 | 15 | 132 | 111 |
| Binary | 11111000 | 10010110 | 1111010 | 0 | 101000 | 110011 | 11 | 1101 | 1011010 | 1001001 |
Color Harmonies of #F8967A
Complementary color
Monochromatic Colors of #F8967A
Black with #F8967A
Text Example
Text Example
White with #F8967A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8967A; }
p { color: rgb(248,150,122); }
H1.HeaderClassName
{
color: #F8967A;
}
.AnyTagClassName
{
color: #F8967A;
}
</style>
background-color css
<style>
a { background-color: #F8967A; }
a { background-color: rgb(248,150,122); }
div.DivClassName
{
background-color: #F8967A;
}
.BgClassName
{
background-color: #F8967A;
}
</style>
border-color css
<style>
span { border-color: #F8967A; }
span { border-color: rgb(248,150,122); }
td.TdClassName
{
border-color: #F8967A;
}
.TagClassName
{
border-color: #F8967A;
}
</style>