Shades of Vivid Tangerine #F68D7B
Tints of Vivid Tangerine #F68D7B
RGB
CMYK
RGB Variations
Color information
#F68D7B (or 0xF68D7B) is known color: Vivid Tangerine. HEX triplet: F6, 8D and 7B. RGB value is (246,141,123). Sum of RGB (Red+Green+Blue) = 246+141+123=510 (67% of max value = 765). Red value is 246 (96.48% from 255 or 48.24% from 510); Green value is 141 (55.47% from 255 or 27.65% from 510); Blue value is 123 (48.44% from 255 or 24.12% from 510); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F68D7B is #097284. Grayscale: #AAAAAA. Windows color (decimal): -619141 or 8097270. OLE color: 8097270.
HSL color Cylindrical-coordinate representation of color #F68D7B: hue angle of 8.78º 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 #F68D7B is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 123 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.04 |
| HSL | 8.78º | 0.87% | 0.72% | - |
| HSV(B) | 8.78º | 0.5% | 0.96% | - |
| XYZ | 51.11 | 40.07 | 23.78 | - |
| YUV | 170.34 | 101.29 | 181.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 123 | 0 | 0.43 | 0.50 | 0.04 | 8.78 | 0.87 | 0.72 |
| Hex | F6 | 8D | 7B | 0 | 2B | 32 | 4 | 9 | 57 | 48 |
| Octal | 366 | 215 | 173 | 0 | 53 | 62 | 4 | 11 | 127 | 110 |
| Binary | 11110110 | 10001101 | 1111011 | 0 | 101011 | 110010 | 100 | 1001 | 1010111 | 1001000 |
Color Harmonies of #F68D7B
Complementary color
Monochromatic Colors of #F68D7B
Black with #F68D7B
Text Example
Text Example
White with #F68D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D7B; }
p { color: rgb(246,141,123); }
H1.HeaderClassName
{
color: #F68D7B;
}
.AnyTagClassName
{
color: #F68D7B;
}
</style>
background-color css
<style>
a { background-color: #F68D7B; }
a { background-color: rgb(246,141,123); }
div.DivClassName
{
background-color: #F68D7B;
}
.BgClassName
{
background-color: #F68D7B;
}
</style>
border-color css
<style>
span { border-color: #F68D7B; }
span { border-color: rgb(246,141,123); }
td.TdClassName
{
border-color: #F68D7B;
}
.TagClassName
{
border-color: #F68D7B;
}
</style>