Shades of Vivid Tangerine #F69C80
Tints of Vivid Tangerine #F69C80
RGB
CMYK
RGB Variations
Color information
#F69C80 (or 0xF69C80) is known color: Vivid Tangerine. HEX triplet: F6, 9C and 80. RGB value is (246,156,128). Sum of RGB (Red+Green+Blue) = 246+156+128=530 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.42% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 128 (50.39% from 255 or 24.15% from 530); Max value from RGB is 246 - color contains mainly: red. Hex color #F69C80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69C80 is #09637F. Grayscale: #B3B3B3. Windows color (decimal): -615296 or 8428790. OLE color: 8428790.
HSL color Cylindrical-coordinate representation of color #F69C80: hue angle of 14.24º 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 #F69C80 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 156 | 128 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.04 |
| HSL | 14.24º | 0.87% | 0.73% | - |
| HSV(B) | 14.24º | 0.48% | 0.96% | - |
| XYZ | 53.79 | 44.93 | 26.26 | - |
| YUV | 179.72 | 98.82 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 156 | 128 | 0 | 0.37 | 0.48 | 0.04 | 14.24 | 0.87 | 0.73 |
| Hex | F6 | 9C | 80 | 0 | 25 | 30 | 4 | E | 57 | 49 |
| Octal | 366 | 234 | 200 | 0 | 45 | 60 | 4 | 16 | 127 | 111 |
| Binary | 11110110 | 10011100 | 10000000 | 0 | 100101 | 110000 | 100 | 1110 | 1010111 | 1001001 |
Color Harmonies of #F69C80
Complementary color
Monochromatic Colors of #F69C80
Black with #F69C80
Text Example
Text Example
White with #F69C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69C80; }
p { color: rgb(246,156,128); }
H1.HeaderClassName
{
color: #F69C80;
}
.AnyTagClassName
{
color: #F69C80;
}
</style>
background-color css
<style>
a { background-color: #F69C80; }
a { background-color: rgb(246,156,128); }
div.DivClassName
{
background-color: #F69C80;
}
.BgClassName
{
background-color: #F69C80;
}
</style>
border-color css
<style>
span { border-color: #F69C80; }
span { border-color: rgb(246,156,128); }
td.TdClassName
{
border-color: #F69C80;
}
.TagClassName
{
border-color: #F69C80;
}
</style>