Shades of Vivid Tangerine #F69582
Tints of Vivid Tangerine #F69582
RGB
CMYK
RGB Variations
Color information
#F69582 (or 0xF69582) is known color: Vivid Tangerine. HEX triplet: F6, 95 and 82. RGB value is (246,149,130). Sum of RGB (Red+Green+Blue) = 246+149+130=525 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.86% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 246 - color contains mainly: red. Hex color #F69582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69582 is #096A7D. Grayscale: #B0B0B0. Windows color (decimal): -617086 or 8558070. OLE color: 8558070.
HSL color Cylindrical-coordinate representation of color #F69582: hue angle of 9.83º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F69582 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 130 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.04 |
| HSL | 9.83º | 0.87% | 0.74% | - |
| HSV(B) | 9.83º | 0.47% | 0.96% | - |
| XYZ | 52.78 | 42.7 | 26.58 | - |
| YUV | 175.84 | 102.14 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 130 | 0 | 0.39 | 0.47 | 0.04 | 9.83 | 0.87 | 0.74 |
| Hex | F6 | 95 | 82 | 0 | 27 | 2F | 4 | A | 57 | 4A |
| Octal | 366 | 225 | 202 | 0 | 47 | 57 | 4 | 12 | 127 | 112 |
| Binary | 11110110 | 10010101 | 10000010 | 0 | 100111 | 101111 | 100 | 1010 | 1010111 | 1001010 |
Color Harmonies of #F69582
Complementary color
Monochromatic Colors of #F69582
Black with #F69582
Text Example
Text Example
White with #F69582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69582; }
p { color: rgb(246,149,130); }
H1.HeaderClassName
{
color: #F69582;
}
.AnyTagClassName
{
color: #F69582;
}
</style>
background-color css
<style>
a { background-color: #F69582; }
a { background-color: rgb(246,149,130); }
div.DivClassName
{
background-color: #F69582;
}
.BgClassName
{
background-color: #F69582;
}
</style>
border-color css
<style>
span { border-color: #F69582; }
span { border-color: rgb(246,149,130); }
td.TdClassName
{
border-color: #F69582;
}
.TagClassName
{
border-color: #F69582;
}
</style>