Shades of Vivid Tangerine #F49D83
Tints of Vivid Tangerine #F49D83
RGB
CMYK
RGB Variations
Color information
#F49D83 (or 0xF49D83) is known color: Vivid Tangerine. HEX triplet: F4, 9D and 83. RGB value is (244,157,131). Sum of RGB (Red+Green+Blue) = 244+157+131=532 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.86% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 244 - color contains mainly: red. Hex color #F49D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49D83 is #0B627C. Grayscale: #B4B4B4. Windows color (decimal): -746109 or 8625652. OLE color: 8625652.
HSL color Cylindrical-coordinate representation of color #F49D83: hue angle of 13.81º 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 #F49D83 is Cyan = 0, Magento = 0.36, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 157 | 131 | - |
| CMYK | 0 | 0.36 | 0.46 | 0.04 |
| HSL | 13.81º | 0.84% | 0.74% | - |
| HSV(B) | 13.81º | 0.46% | 0.96% | - |
| XYZ | 53.46 | 44.99 | 27.34 | - |
| YUV | 180.05 | 100.32 | 173.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 157 | 131 | 0 | 0.36 | 0.46 | 0.04 | 13.81 | 0.84 | 0.74 |
| Hex | F4 | 9D | 83 | 0 | 24 | 2E | 4 | E | 54 | 4A |
| Octal | 364 | 235 | 203 | 0 | 44 | 56 | 4 | 16 | 124 | 112 |
| Binary | 11110100 | 10011101 | 10000011 | 0 | 100100 | 101110 | 100 | 1110 | 1010100 | 1001010 |
Color Harmonies of #F49D83
Complementary color
Monochromatic Colors of #F49D83
Black with #F49D83
Text Example
Text Example
White with #F49D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49D83; }
p { color: rgb(244,157,131); }
H1.HeaderClassName
{
color: #F49D83;
}
.AnyTagClassName
{
color: #F49D83;
}
</style>
background-color css
<style>
a { background-color: #F49D83; }
a { background-color: rgb(244,157,131); }
div.DivClassName
{
background-color: #F49D83;
}
.BgClassName
{
background-color: #F49D83;
}
</style>
border-color css
<style>
span { border-color: #F49D83; }
span { border-color: rgb(244,157,131); }
td.TdClassName
{
border-color: #F49D83;
}
.TagClassName
{
border-color: #F49D83;
}
</style>