Shades of Vivid Tangerine #F69078
Tints of Vivid Tangerine #F69078
RGB
CMYK
RGB Variations
Color information
#F69078 (or 0xF69078) is known color: Vivid Tangerine. HEX triplet: F6, 90 and 78. RGB value is (246,144,120). Sum of RGB (Red+Green+Blue) = 246+144+120=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F69078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F69078 is #096F87. Grayscale: #ABABAB. Windows color (decimal): -618376 or 7901430. OLE color: 7901430.
HSL color Cylindrical-coordinate representation of color #F69078: hue angle of 11.43º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F69078 is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 120 | - |
| CMYK | 0 | 0.41 | 0.51 | 0.04 |
| HSL | 11.43º | 0.88% | 0.72% | - |
| HSV(B) | 11.43º | 0.51% | 0.96% | - |
| XYZ | 51.37 | 40.9 | 22.96 | - |
| YUV | 171.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 120 | 0 | 0.41 | 0.51 | 0.04 | 11.43 | 0.88 | 0.72 |
| Hex | F6 | 90 | 78 | 0 | 29 | 33 | 4 | B | 58 | 48 |
| Octal | 366 | 220 | 170 | 0 | 51 | 63 | 4 | 13 | 130 | 110 |
| Binary | 11110110 | 10010000 | 1111000 | 0 | 101001 | 110011 | 100 | 1011 | 1011000 | 1001000 |
Color Harmonies of #F69078
Complementary color
Monochromatic Colors of #F69078
Black with #F69078
Text Example
Text Example
White with #F69078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69078; }
p { color: rgb(246,144,120); }
H1.HeaderClassName
{
color: #F69078;
}
.AnyTagClassName
{
color: #F69078;
}
</style>
background-color css
<style>
a { background-color: #F69078; }
a { background-color: rgb(246,144,120); }
div.DivClassName
{
background-color: #F69078;
}
.BgClassName
{
background-color: #F69078;
}
</style>
border-color css
<style>
span { border-color: #F69078; }
span { border-color: rgb(246,144,120); }
td.TdClassName
{
border-color: #F69078;
}
.TagClassName
{
border-color: #F69078;
}
</style>