Shades of Vivid Tangerine #F89983
Tints of Vivid Tangerine #F89983
RGB
CMYK
RGB Variations
Color information
#F89983 (or 0xF89983) is known color: Vivid Tangerine. HEX triplet: F8, 99 and 83. RGB value is (248,153,131). Sum of RGB (Red+Green+Blue) = 248+153+131=532 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.62% from 532); Green value is 153 (60.16% from 255 or 28.76% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 248 - color contains mainly: red. Hex color #F89983 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89983 is #07667C. Grayscale: #B3B3B3. Windows color (decimal): -484989 or 8624632. OLE color: 8624632.
HSL color Cylindrical-coordinate representation of color #F89983: hue angle of 11.28º 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 #F89983 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 153 | 131 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.03 |
| HSL | 11.28º | 0.89% | 0.74% | - |
| HSV(B) | 11.28º | 0.47% | 0.97% | - |
| XYZ | 54.2 | 44.38 | 27.18 | - |
| YUV | 178.9 | 100.97 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 153 | 131 | 0 | 0.38 | 0.47 | 0.03 | 11.28 | 0.89 | 0.74 |
| Hex | F8 | 99 | 83 | 0 | 26 | 2F | 3 | B | 59 | 4A |
| Octal | 370 | 231 | 203 | 0 | 46 | 57 | 3 | 13 | 131 | 112 |
| Binary | 11111000 | 10011001 | 10000011 | 0 | 100110 | 101111 | 11 | 1011 | 1011001 | 1001010 |
Color Harmonies of #F89983
Complementary color
Monochromatic Colors of #F89983
Black with #F89983
Text Example
Text Example
White with #F89983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89983; }
p { color: rgb(248,153,131); }
H1.HeaderClassName
{
color: #F89983;
}
.AnyTagClassName
{
color: #F89983;
}
</style>
background-color css
<style>
a { background-color: #F89983; }
a { background-color: rgb(248,153,131); }
div.DivClassName
{
background-color: #F89983;
}
.BgClassName
{
background-color: #F89983;
}
</style>
border-color css
<style>
span { border-color: #F89983; }
span { border-color: rgb(248,153,131); }
td.TdClassName
{
border-color: #F89983;
}
.TagClassName
{
border-color: #F89983;
}
</style>