Shades of Vivid Tangerine #F69A80
Tints of Vivid Tangerine #F69A80
RGB
CMYK
RGB Variations
Color information
#F69A80 (or 0xF69A80) is known color: Vivid Tangerine. HEX triplet: F6, 9A and 80. RGB value is (246,154,128). Sum of RGB (Red+Green+Blue) = 246+154+128=528 (69% of max value = 765). Red value is 246 (96.48% from 255 or 46.59% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 128 (50.39% from 255 or 24.24% from 528); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A80 is #09657F. Grayscale: #B2B2B2. Windows color (decimal): -615808 or 8428278. OLE color: 8428278.
HSL color Cylindrical-coordinate representation of color #F69A80: hue angle of 13.22º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F69A80 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 128 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.04 |
| HSL | 13.22º | 0.87% | 0.73% | - |
| HSV(B) | 13.22º | 0.48% | 0.96% | - |
| XYZ | 53.46 | 44.26 | 26.15 | - |
| YUV | 178.54 | 99.48 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 128 | 0 | 0.37 | 0.48 | 0.04 | 13.22 | 0.87 | 0.73 |
| Hex | F6 | 9A | 80 | 0 | 25 | 30 | 4 | D | 57 | 49 |
| Octal | 366 | 232 | 200 | 0 | 45 | 60 | 4 | 15 | 127 | 111 |
| Binary | 11110110 | 10011010 | 10000000 | 0 | 100101 | 110000 | 100 | 1101 | 1010111 | 1001001 |
Color Harmonies of #F69A80
Complementary color
Monochromatic Colors of #F69A80
Black with #F69A80
Text Example
Text Example
White with #F69A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A80; }
p { color: rgb(246,154,128); }
H1.HeaderClassName
{
color: #F69A80;
}
.AnyTagClassName
{
color: #F69A80;
}
</style>
background-color css
<style>
a { background-color: #F69A80; }
a { background-color: rgb(246,154,128); }
div.DivClassName
{
background-color: #F69A80;
}
.BgClassName
{
background-color: #F69A80;
}
</style>
border-color css
<style>
span { border-color: #F69A80; }
span { border-color: rgb(246,154,128); }
td.TdClassName
{
border-color: #F69A80;
}
.TagClassName
{
border-color: #F69A80;
}
</style>