Shades of Vivid Tangerine #F68E7A
Tints of Vivid Tangerine #F68E7A
RGB
CMYK
RGB Variations
Color information
#F68E7A (or 0xF68E7A) is known color: Vivid Tangerine. HEX triplet: F6, 8E and 7A. RGB value is (246,142,122). Sum of RGB (Red+Green+Blue) = 246+142+122=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E7A is #097185. Grayscale: #AAAAAA. Windows color (decimal): -618886 or 8031990. OLE color: 8031990.
HSL color Cylindrical-coordinate representation of color #F68E7A: hue angle of 9.68º degrees, saturation: 0.87, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F68E7A is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 122 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.04 |
| HSL | 9.68º | 0.87% | 0.72% | - |
| HSV(B) | 9.68º | 0.5% | 0.96% | - |
| XYZ | 51.19 | 40.34 | 23.5 | - |
| YUV | 170.82 | 100.46 | 181.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 122 | 0 | 0.42 | 0.50 | 0.04 | 9.68 | 0.87 | 0.72 |
| Hex | F6 | 8E | 7A | 0 | 2A | 32 | 4 | A | 57 | 48 |
| Octal | 366 | 216 | 172 | 0 | 52 | 62 | 4 | 12 | 127 | 110 |
| Binary | 11110110 | 10001110 | 1111010 | 0 | 101010 | 110010 | 100 | 1010 | 1010111 | 1001000 |
Color Harmonies of #F68E7A
Complementary color
Monochromatic Colors of #F68E7A
Black with #F68E7A
Text Example
Text Example
White with #F68E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E7A; }
p { color: rgb(246,142,122); }
H1.HeaderClassName
{
color: #F68E7A;
}
.AnyTagClassName
{
color: #F68E7A;
}
</style>
background-color css
<style>
a { background-color: #F68E7A; }
a { background-color: rgb(246,142,122); }
div.DivClassName
{
background-color: #F68E7A;
}
.BgClassName
{
background-color: #F68E7A;
}
</style>
border-color css
<style>
span { border-color: #F68E7A; }
span { border-color: rgb(246,142,122); }
td.TdClassName
{
border-color: #F68E7A;
}
.TagClassName
{
border-color: #F68E7A;
}
</style>