Shades of Vivid Tangerine #F49683
Tints of Vivid Tangerine #F49683
RGB
CMYK
RGB Variations
Color information
#F49683 (or 0xF49683) is known color: Vivid Tangerine. HEX triplet: F4, 96 and 83. RGB value is (244,150,131). Sum of RGB (Red+Green+Blue) = 244+150+131=525 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.48% from 525); Green value is 150 (58.98% from 255 or 28.57% from 525); Blue value is 131 (51.56% from 255 or 24.95% from 525); Max value from RGB is 244 - color contains mainly: red. Hex color #F49683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49683 is #0B697C. Grayscale: #B0B0B0. Windows color (decimal): -747901 or 8623860. OLE color: 8623860.
HSL color Cylindrical-coordinate representation of color #F49683: hue angle of 10.09º 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 #F49683 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 150 | 131 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.04 |
| HSL | 10.09º | 0.84% | 0.74% | - |
| HSV(B) | 10.09º | 0.46% | 0.96% | - |
| XYZ | 52.31 | 42.68 | 26.95 | - |
| YUV | 175.94 | 102.64 | 176.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 150 | 131 | 0 | 0.39 | 0.46 | 0.04 | 10.09 | 0.84 | 0.74 |
| Hex | F4 | 96 | 83 | 0 | 27 | 2E | 4 | A | 54 | 4A |
| Octal | 364 | 226 | 203 | 0 | 47 | 56 | 4 | 12 | 124 | 112 |
| Binary | 11110100 | 10010110 | 10000011 | 0 | 100111 | 101110 | 100 | 1010 | 1010100 | 1001010 |
Color Harmonies of #F49683
Complementary color
Monochromatic Colors of #F49683
Black with #F49683
Text Example
Text Example
White with #F49683
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49683; }
p { color: rgb(244,150,131); }
H1.HeaderClassName
{
color: #F49683;
}
.AnyTagClassName
{
color: #F49683;
}
</style>
background-color css
<style>
a { background-color: #F49683; }
a { background-color: rgb(244,150,131); }
div.DivClassName
{
background-color: #F49683;
}
.BgClassName
{
background-color: #F49683;
}
</style>
border-color css
<style>
span { border-color: #F49683; }
span { border-color: rgb(244,150,131); }
td.TdClassName
{
border-color: #F49683;
}
.TagClassName
{
border-color: #F49683;
}
</style>