Shades of Vivid Tangerine #F68E7D
Tints of Vivid Tangerine #F68E7D
RGB
CMYK
RGB Variations
Color information
#F68E7D (or 0xF68E7D) is known color: Vivid Tangerine. HEX triplet: F6, 8E and 7D. RGB value is (246,142,125). Sum of RGB (Red+Green+Blue) = 246+142+125=513 (67% of max value = 765). Red value is 246 (96.48% from 255 or 47.95% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 125 (49.22% from 255 or 24.37% from 513); Max value from RGB is 246 - color contains mainly: red. Hex color #F68E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68E7D is #097182. Grayscale: #ABABAB. Windows color (decimal): -618883 or 8228598. OLE color: 8228598.
HSL color Cylindrical-coordinate representation of color #F68E7D: hue angle of 8.43º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F68E7D is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 125 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.04 |
| HSL | 8.43º | 0.87% | 0.73% | - |
| HSV(B) | 8.43º | 0.49% | 0.96% | - |
| XYZ | 51.38 | 40.42 | 24.5 | - |
| YUV | 171.16 | 101.96 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 125 | 0 | 0.42 | 0.49 | 0.04 | 8.43 | 0.87 | 0.73 |
| Hex | F6 | 8E | 7D | 0 | 2A | 31 | 4 | 8 | 57 | 49 |
| Octal | 366 | 216 | 175 | 0 | 52 | 61 | 4 | 10 | 127 | 111 |
| Binary | 11110110 | 10001110 | 1111101 | 0 | 101010 | 110001 | 100 | 1000 | 1010111 | 1001001 |
Color Harmonies of #F68E7D
Complementary color
Monochromatic Colors of #F68E7D
Black with #F68E7D
Text Example
Text Example
White with #F68E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68E7D; }
p { color: rgb(246,142,125); }
H1.HeaderClassName
{
color: #F68E7D;
}
.AnyTagClassName
{
color: #F68E7D;
}
</style>
background-color css
<style>
a { background-color: #F68E7D; }
a { background-color: rgb(246,142,125); }
div.DivClassName
{
background-color: #F68E7D;
}
.BgClassName
{
background-color: #F68E7D;
}
</style>
border-color css
<style>
span { border-color: #F68E7D; }
span { border-color: rgb(246,142,125); }
td.TdClassName
{
border-color: #F68E7D;
}
.TagClassName
{
border-color: #F68E7D;
}
</style>