Shades of Vivid Tangerine #F8967B
Tints of Vivid Tangerine #F8967B
RGB
CMYK
RGB Variations
Color information
#F8967B (or 0xF8967B) is known color: Vivid Tangerine. HEX triplet: F8, 96 and 7B. RGB value is (248,150,123). Sum of RGB (Red+Green+Blue) = 248+150+123=521 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.60% from 521); Green value is 150 (58.98% from 255 or 28.79% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 248 - color contains mainly: red. Hex color #F8967B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F8967B is #076984. Grayscale: #B0B0B0. Windows color (decimal): -485765 or 8099576. OLE color: 8099576.
HSL color Cylindrical-coordinate representation of color #F8967B: hue angle of 12.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 #F8967B is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 150 | 123 | - |
| CMYK | 0 | 0.40 | 0.50 | 0.03 |
| HSL | 12.96º | 0.9% | 0.73% | - |
| HSV(B) | 12.96º | 0.5% | 0.97% | - |
| XYZ | 53.19 | 43.2 | 24.27 | - |
| YUV | 176.22 | 97.97 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 150 | 123 | 0 | 0.40 | 0.50 | 0.03 | 12.96 | 0.9 | 0.73 |
| Hex | F8 | 96 | 7B | 0 | 28 | 32 | 3 | D | 5A | 49 |
| Octal | 370 | 226 | 173 | 0 | 50 | 62 | 3 | 15 | 132 | 111 |
| Binary | 11111000 | 10010110 | 1111011 | 0 | 101000 | 110010 | 11 | 1101 | 1011010 | 1001001 |
Color Harmonies of #F8967B
Complementary color
Monochromatic Colors of #F8967B
Black with #F8967B
Text Example
Text Example
White with #F8967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8967B; }
p { color: rgb(248,150,123); }
H1.HeaderClassName
{
color: #F8967B;
}
.AnyTagClassName
{
color: #F8967B;
}
</style>
background-color css
<style>
a { background-color: #F8967B; }
a { background-color: rgb(248,150,123); }
div.DivClassName
{
background-color: #F8967B;
}
.BgClassName
{
background-color: #F8967B;
}
</style>
border-color css
<style>
span { border-color: #F8967B; }
span { border-color: rgb(248,150,123); }
td.TdClassName
{
border-color: #F8967B;
}
.TagClassName
{
border-color: #F8967B;
}
</style>