Shades of Vivid Tangerine #F89277
Tints of Vivid Tangerine #F89277
RGB
CMYK
RGB Variations
Color information
#F89277 (or 0xF89277) is known color: Vivid Tangerine. HEX triplet: F8, 92 and 77. RGB value is (248,146,119). Sum of RGB (Red+Green+Blue) = 248+146+119=513 (67% of max value = 765). Red value is 248 (97.27% from 255 or 48.34% from 513); Green value is 146 (57.42% from 255 or 28.46% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 248 - color contains mainly: red. Hex color #F89277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89277 is #076D88. Grayscale: #ADADAD. Windows color (decimal): -486793 or 7836408. OLE color: 7836408.
HSL color Cylindrical-coordinate representation of color #F89277: hue angle of 12.56º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F89277 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 119 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.03 |
| HSL | 12.56º | 0.9% | 0.72% | - |
| HSV(B) | 12.56º | 0.52% | 0.97% | - |
| XYZ | 52.32 | 41.85 | 22.77 | - |
| YUV | 173.42 | 97.29 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 119 | 0 | 0.41 | 0.52 | 0.03 | 12.56 | 0.9 | 0.72 |
| Hex | F8 | 92 | 77 | 0 | 29 | 34 | 3 | D | 5A | 48 |
| Octal | 370 | 222 | 167 | 0 | 51 | 64 | 3 | 15 | 132 | 110 |
| Binary | 11111000 | 10010010 | 1110111 | 0 | 101001 | 110100 | 11 | 1101 | 1011010 | 1001000 |
Color Harmonies of #F89277
Complementary color
Monochromatic Colors of #F89277
Black with #F89277
Text Example
Text Example
White with #F89277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89277; }
p { color: rgb(248,146,119); }
H1.HeaderClassName
{
color: #F89277;
}
.AnyTagClassName
{
color: #F89277;
}
</style>
background-color css
<style>
a { background-color: #F89277; }
a { background-color: rgb(248,146,119); }
div.DivClassName
{
background-color: #F89277;
}
.BgClassName
{
background-color: #F89277;
}
</style>
border-color css
<style>
span { border-color: #F89277; }
span { border-color: rgb(248,146,119); }
td.TdClassName
{
border-color: #F89277;
}
.TagClassName
{
border-color: #F89277;
}
</style>