Shades of Vivid Tangerine #F29482
Tints of Vivid Tangerine #F29482
RGB
CMYK
RGB Variations
Color information
#F29482 (or 0xF29482) is known color: Vivid Tangerine. HEX triplet: F2, 94 and 82. RGB value is (242,148,130). Sum of RGB (Red+Green+Blue) = 242+148+130=520 (68% of max value = 765). Red value is 242 (94.92% from 255 or 46.54% from 520); Green value is 148 (58.20% from 255 or 28.46% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 242 - color contains mainly: red. Hex color #F29482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F29482 is #0D6B7D. Grayscale: #AEAEAE. Windows color (decimal): -879486 or 8557810. OLE color: 8557810.
HSL color Cylindrical-coordinate representation of color #F29482: hue angle of 9.64º 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 #F29482 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 148 | 130 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.05 |
| HSL | 9.64º | 0.81% | 0.73% | - |
| HSV(B) | 9.64º | 0.46% | 0.95% | - |
| XYZ | 51.24 | 41.67 | 26.46 | - |
| YUV | 174.05 | 103.14 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 148 | 130 | 0 | 0.39 | 0.46 | 0.05 | 9.64 | 0.81 | 0.73 |
| Hex | F2 | 94 | 82 | 0 | 27 | 2E | 5 | A | 51 | 49 |
| Octal | 362 | 224 | 202 | 0 | 47 | 56 | 5 | 12 | 121 | 111 |
| Binary | 11110010 | 10010100 | 10000010 | 0 | 100111 | 101110 | 101 | 1010 | 1010001 | 1001001 |
Color Harmonies of #F29482
Complementary color
Monochromatic Colors of #F29482
Black with #F29482
Text Example
Text Example
White with #F29482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F29482; }
p { color: rgb(242,148,130); }
H1.HeaderClassName
{
color: #F29482;
}
.AnyTagClassName
{
color: #F29482;
}
</style>
background-color css
<style>
a { background-color: #F29482; }
a { background-color: rgb(242,148,130); }
div.DivClassName
{
background-color: #F29482;
}
.BgClassName
{
background-color: #F29482;
}
</style>
border-color css
<style>
span { border-color: #F29482; }
span { border-color: rgb(242,148,130); }
td.TdClassName
{
border-color: #F29482;
}
.TagClassName
{
border-color: #F29482;
}
</style>