Shades of Vivid Tangerine #F49483
Tints of Vivid Tangerine #F49483
RGB
CMYK
RGB Variations
Color information
#F49483 (or 0xF49483) is known color: Vivid Tangerine. HEX triplet: F4, 94 and 83. RGB value is (244,148,131). Sum of RGB (Red+Green+Blue) = 244+148+131=523 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.65% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 131 (51.56% from 255 or 25.05% from 523); Max value from RGB is 244 - color contains mainly: red. Hex color #F49483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49483 is #0B6B7C. Grayscale: #AEAEAE. Windows color (decimal): -748413 or 8623348. OLE color: 8623348.
HSL color Cylindrical-coordinate representation of color #F49483: hue angle of 9.03º 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 #F49483 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 148 | 131 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.04 |
| HSL | 9.03º | 0.84% | 0.74% | - |
| HSV(B) | 9.03º | 0.46% | 0.96% | - |
| XYZ | 51.99 | 42.05 | 26.85 | - |
| YUV | 174.77 | 103.3 | 177.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 148 | 131 | 0 | 0.39 | 0.46 | 0.04 | 9.03 | 0.84 | 0.74 |
| Hex | F4 | 94 | 83 | 0 | 27 | 2E | 4 | 9 | 54 | 4A |
| Octal | 364 | 224 | 203 | 0 | 47 | 56 | 4 | 11 | 124 | 112 |
| Binary | 11110100 | 10010100 | 10000011 | 0 | 100111 | 101110 | 100 | 1001 | 1010100 | 1001010 |
Color Harmonies of #F49483
Complementary color
Monochromatic Colors of #F49483
Black with #F49483
Text Example
Text Example
White with #F49483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49483; }
p { color: rgb(244,148,131); }
H1.HeaderClassName
{
color: #F49483;
}
.AnyTagClassName
{
color: #F49483;
}
</style>
background-color css
<style>
a { background-color: #F49483; }
a { background-color: rgb(244,148,131); }
div.DivClassName
{
background-color: #F49483;
}
.BgClassName
{
background-color: #F49483;
}
</style>
border-color css
<style>
span { border-color: #F49483; }
span { border-color: rgb(244,148,131); }
td.TdClassName
{
border-color: #F49483;
}
.TagClassName
{
border-color: #F49483;
}
</style>