Shades of Vivid Tangerine #F68D7F
Tints of Vivid Tangerine #F68D7F
RGB
CMYK
RGB Variations
Color information
#F68D7F (or 0xF68D7F) is known color: Vivid Tangerine. HEX triplet: F6, 8D and 7F. RGB value is (246,141,127). Sum of RGB (Red+Green+Blue) = 246+141+127=514 (68% of max value = 765). Red value is 246 (96.48% from 255 or 47.86% from 514); Green value is 141 (55.47% from 255 or 27.43% from 514); Blue value is 127 (50% from 255 or 24.71% from 514); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D7F is #097280. Grayscale: #AAAAAA. Windows color (decimal): -619137 or 8359414. OLE color: 8359414.
HSL color Cylindrical-coordinate representation of color #F68D7F: hue angle of 7.06º 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 #F68D7F is Cyan = 0, Magento = 0.43, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 127 | - |
| CMYK | 0 | 0.43 | 0.48 | 0.04 |
| HSL | 7.06º | 0.87% | 0.73% | - |
| HSV(B) | 7.06º | 0.48% | 0.96% | - |
| XYZ | 51.36 | 40.17 | 25.13 | - |
| YUV | 170.8 | 103.29 | 181.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 127 | 0 | 0.43 | 0.48 | 0.04 | 7.06 | 0.87 | 0.73 |
| Hex | F6 | 8D | 7F | 0 | 2B | 30 | 4 | 7 | 57 | 49 |
| Octal | 366 | 215 | 177 | 0 | 53 | 60 | 4 | 7 | 127 | 111 |
| Binary | 11110110 | 10001101 | 1111111 | 0 | 101011 | 110000 | 100 | 111 | 1010111 | 1001001 |
Color Harmonies of #F68D7F
Complementary color
Monochromatic Colors of #F68D7F
Black with #F68D7F
Text Example
Text Example
White with #F68D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D7F; }
p { color: rgb(246,141,127); }
H1.HeaderClassName
{
color: #F68D7F;
}
.AnyTagClassName
{
color: #F68D7F;
}
</style>
background-color css
<style>
a { background-color: #F68D7F; }
a { background-color: rgb(246,141,127); }
div.DivClassName
{
background-color: #F68D7F;
}
.BgClassName
{
background-color: #F68D7F;
}
</style>
border-color css
<style>
span { border-color: #F68D7F; }
span { border-color: rgb(246,141,127); }
td.TdClassName
{
border-color: #F68D7F;
}
.TagClassName
{
border-color: #F68D7F;
}
</style>