Shades of Vivid Tangerine #F89B83
Tints of Vivid Tangerine #F89B83
RGB
CMYK
RGB Variations
Color information
#F89B83 (or 0xF89B83) is known color: Vivid Tangerine. HEX triplet: F8, 9B and 83. RGB value is (248,155,131). Sum of RGB (Red+Green+Blue) = 248+155+131=534 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.44% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 131 (51.56% from 255 or 24.53% from 534); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89B83 is #07647C. Grayscale: #B4B4B4. Windows color (decimal): -484477 or 8625144. OLE color: 8625144.
HSL color Cylindrical-coordinate representation of color #F89B83: hue angle of 12.31º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F89B83 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 131 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.03 |
| HSL | 12.31º | 0.89% | 0.74% | - |
| HSV(B) | 12.31º | 0.47% | 0.97% | - |
| XYZ | 54.53 | 45.04 | 27.29 | - |
| YUV | 180.07 | 100.31 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 131 | 0 | 0.38 | 0.47 | 0.03 | 12.31 | 0.89 | 0.74 |
| Hex | F8 | 9B | 83 | 0 | 26 | 2F | 3 | C | 59 | 4A |
| Octal | 370 | 233 | 203 | 0 | 46 | 57 | 3 | 14 | 131 | 112 |
| Binary | 11111000 | 10011011 | 10000011 | 0 | 100110 | 101111 | 11 | 1100 | 1011001 | 1001010 |
Color Harmonies of #F89B83
Complementary color
Monochromatic Colors of #F89B83
Black with #F89B83
Text Example
Text Example
White with #F89B83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B83; }
p { color: rgb(248,155,131); }
H1.HeaderClassName
{
color: #F89B83;
}
.AnyTagClassName
{
color: #F89B83;
}
</style>
background-color css
<style>
a { background-color: #F89B83; }
a { background-color: rgb(248,155,131); }
div.DivClassName
{
background-color: #F89B83;
}
.BgClassName
{
background-color: #F89B83;
}
</style>
border-color css
<style>
span { border-color: #F89B83; }
span { border-color: rgb(248,155,131); }
td.TdClassName
{
border-color: #F89B83;
}
.TagClassName
{
border-color: #F89B83;
}
</style>