Shades of Vivid Tangerine #F69482
Tints of Vivid Tangerine #F69482
RGB
CMYK
RGB Variations
Color information
#F69482 (or 0xF69482) is known color: Vivid Tangerine. HEX triplet: F6, 94 and 82. RGB value is (246,148,130). Sum of RGB (Red+Green+Blue) = 246+148+130=524 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.95% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 246 - color contains mainly: red. Hex color #F69482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69482 is #096B7D. Grayscale: #AFAFAF. Windows color (decimal): -617342 or 8557814. OLE color: 8557814.
HSL color Cylindrical-coordinate representation of color #F69482: hue angle of 9.31º 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 #F69482 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 130 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.04 |
| HSL | 9.31º | 0.87% | 0.74% | - |
| HSV(B) | 9.31º | 0.47% | 0.96% | - |
| XYZ | 52.63 | 42.38 | 26.53 | - |
| YUV | 175.25 | 102.47 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 130 | 0 | 0.40 | 0.47 | 0.04 | 9.31 | 0.87 | 0.74 |
| Hex | F6 | 94 | 82 | 0 | 28 | 2F | 4 | 9 | 57 | 4A |
| Octal | 366 | 224 | 202 | 0 | 50 | 57 | 4 | 11 | 127 | 112 |
| Binary | 11110110 | 10010100 | 10000010 | 0 | 101000 | 101111 | 100 | 1001 | 1010111 | 1001010 |
Color Harmonies of #F69482
Complementary color
Monochromatic Colors of #F69482
Black with #F69482
Text Example
Text Example
White with #F69482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69482; }
p { color: rgb(246,148,130); }
H1.HeaderClassName
{
color: #F69482;
}
.AnyTagClassName
{
color: #F69482;
}
</style>
background-color css
<style>
a { background-color: #F69482; }
a { background-color: rgb(246,148,130); }
div.DivClassName
{
background-color: #F69482;
}
.BgClassName
{
background-color: #F69482;
}
</style>
border-color css
<style>
span { border-color: #F69482; }
span { border-color: rgb(246,148,130); }
td.TdClassName
{
border-color: #F69482;
}
.TagClassName
{
border-color: #F69482;
}
</style>