Shades of Vivid Tangerine #F49A83
Tints of Vivid Tangerine #F49A83
RGB
CMYK
RGB Variations
Color information
#F49A83 (or 0xF49A83) is known color: Vivid Tangerine. HEX triplet: F4, 9A and 83. RGB value is (244,154,131). Sum of RGB (Red+Green+Blue) = 244+154+131=529 (70% of max value = 765). Red value is 244 (95.70% from 255 or 46.12% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 244 - color contains mainly: red. Hex color #F49A83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49A83 is #0B657C. Grayscale: #B2B2B2. Windows color (decimal): -746877 or 8624884. OLE color: 8624884.
HSL color Cylindrical-coordinate representation of color #F49A83: hue angle of 12.21º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F49A83 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 154 | 131 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.04 |
| HSL | 12.21º | 0.84% | 0.74% | - |
| HSV(B) | 12.21º | 0.46% | 0.96% | - |
| XYZ | 52.96 | 43.98 | 27.17 | - |
| YUV | 178.29 | 101.32 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 154 | 131 | 0 | 0.37 | 0.46 | 0.04 | 12.21 | 0.84 | 0.74 |
| Hex | F4 | 9A | 83 | 0 | 25 | 2E | 4 | C | 54 | 4A |
| Octal | 364 | 232 | 203 | 0 | 45 | 56 | 4 | 14 | 124 | 112 |
| Binary | 11110100 | 10011010 | 10000011 | 0 | 100101 | 101110 | 100 | 1100 | 1010100 | 1001010 |
Color Harmonies of #F49A83
Complementary color
Monochromatic Colors of #F49A83
Black with #F49A83
Text Example
Text Example
White with #F49A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49A83; }
p { color: rgb(244,154,131); }
H1.HeaderClassName
{
color: #F49A83;
}
.AnyTagClassName
{
color: #F49A83;
}
</style>
background-color css
<style>
a { background-color: #F49A83; }
a { background-color: rgb(244,154,131); }
div.DivClassName
{
background-color: #F49A83;
}
.BgClassName
{
background-color: #F49A83;
}
</style>
border-color css
<style>
span { border-color: #F49A83; }
span { border-color: rgb(244,154,131); }
td.TdClassName
{
border-color: #F49A83;
}
.TagClassName
{
border-color: #F49A83;
}
</style>