Shades of Vivid Tangerine #F89273
Tints of Vivid Tangerine #F89273
RGB
CMYK
RGB Variations
Color information
#F89273 (or 0xF89273) is known color: Vivid Tangerine. HEX triplet: F8, 92 and 73. RGB value is (248,146,115). Sum of RGB (Red+Green+Blue) = 248+146+115=509 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.72% from 509); Green value is 146 (57.42% from 255 or 28.68% from 509); Blue value is 115 (45.31% from 255 or 22.59% from 509); Max value from RGB is 248 - color contains mainly: red. Hex color #F89273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89273 is #076D8C. Grayscale: #ADADAD. Windows color (decimal): -486797 or 7574264. OLE color: 7574264.
HSL color Cylindrical-coordinate representation of color #F89273: hue angle of 13.98º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F89273 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 115 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.03 |
| HSL | 13.98º | 0.9% | 0.71% | - |
| HSV(B) | 13.98º | 0.54% | 0.97% | - |
| XYZ | 52.08 | 41.75 | 21.53 | - |
| YUV | 172.96 | 95.29 | 181.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 115 | 0 | 0.41 | 0.54 | 0.03 | 13.98 | 0.9 | 0.71 |
| Hex | F8 | 92 | 73 | 0 | 29 | 36 | 3 | E | 5A | 47 |
| Octal | 370 | 222 | 163 | 0 | 51 | 66 | 3 | 16 | 132 | 107 |
| Binary | 11111000 | 10010010 | 1110011 | 0 | 101001 | 110110 | 11 | 1110 | 1011010 | 1000111 |
Color Harmonies of #F89273
Complementary color
Monochromatic Colors of #F89273
Black with #F89273
Text Example
Text Example
White with #F89273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89273; }
p { color: rgb(248,146,115); }
H1.HeaderClassName
{
color: #F89273;
}
.AnyTagClassName
{
color: #F89273;
}
</style>
background-color css
<style>
a { background-color: #F89273; }
a { background-color: rgb(248,146,115); }
div.DivClassName
{
background-color: #F89273;
}
.BgClassName
{
background-color: #F89273;
}
</style>
border-color css
<style>
span { border-color: #F89273; }
span { border-color: rgb(248,146,115); }
td.TdClassName
{
border-color: #F89273;
}
.TagClassName
{
border-color: #F89273;
}
</style>