Shades of Vivid Tangerine #F29582
Tints of Vivid Tangerine #F29582
RGB
CMYK
RGB Variations
Color information
#F29582 (or 0xF29582) is known color: Vivid Tangerine. HEX triplet: F2, 95 and 82. RGB value is (242,149,130). Sum of RGB (Red+Green+Blue) = 242+149+130=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 130 (51.17% from 255 or 24.95% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29582 is #0D6A7D. Grayscale: #AEAEAE. Windows color (decimal): -879230 or 8558066. OLE color: 8558066.
HSL color Cylindrical-coordinate representation of color #F29582: hue angle of 10.18º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F29582 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 149 | 130 | - |
| CMYK | 0 | 0.38 | 0.46 | 0.05 |
| HSL | 10.18º | 0.81% | 0.73% | - |
| HSV(B) | 10.18º | 0.46% | 0.95% | - |
| XYZ | 51.39 | 41.98 | 26.51 | - |
| YUV | 174.64 | 102.81 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 149 | 130 | 0 | 0.38 | 0.46 | 0.05 | 10.18 | 0.81 | 0.73 |
| Hex | F2 | 95 | 82 | 0 | 26 | 2E | 5 | A | 51 | 49 |
| Octal | 362 | 225 | 202 | 0 | 46 | 56 | 5 | 12 | 121 | 111 |
| Binary | 11110010 | 10010101 | 10000010 | 0 | 100110 | 101110 | 101 | 1010 | 1010001 | 1001001 |
Color Harmonies of #F29582
Complementary color
Monochromatic Colors of #F29582
Black with #F29582
Text Example
Text Example
White with #F29582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29582; }
p { color: rgb(242,149,130); }
H1.HeaderClassName
{
color: #F29582;
}
.AnyTagClassName
{
color: #F29582;
}
</style>
background-color css
<style>
a { background-color: #F29582; }
a { background-color: rgb(242,149,130); }
div.DivClassName
{
background-color: #F29582;
}
.BgClassName
{
background-color: #F29582;
}
</style>
border-color css
<style>
span { border-color: #F29582; }
span { border-color: rgb(242,149,130); }
td.TdClassName
{
border-color: #F29582;
}
.TagClassName
{
border-color: #F29582;
}
</style>