Shades of Vivid Tangerine #F69A85
Tints of Vivid Tangerine #F69A85
RGB
CMYK
RGB Variations
Color information
#F69A85 (or 0xF69A85) is known color: Vivid Tangerine. HEX triplet: F6, 9A and 85. RGB value is (246,154,133). Sum of RGB (Red+Green+Blue) = 246+154+133=533 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.15% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A85 is #09657A. Grayscale: #B3B3B3. Windows color (decimal): -615803 or 8755958. OLE color: 8755958.
HSL color Cylindrical-coordinate representation of color #F69A85: hue angle of 11.15º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F69A85 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 133 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.04 |
| HSL | 11.15º | 0.86% | 0.74% | - |
| HSV(B) | 11.15º | 0.46% | 0.96% | - |
| XYZ | 53.8 | 44.4 | 27.92 | - |
| YUV | 179.11 | 101.98 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 133 | 0 | 0.37 | 0.46 | 0.04 | 11.15 | 0.86 | 0.74 |
| Hex | F6 | 9A | 85 | 0 | 25 | 2E | 4 | B | 56 | 4A |
| Octal | 366 | 232 | 205 | 0 | 45 | 56 | 4 | 13 | 126 | 112 |
| Binary | 11110110 | 10011010 | 10000101 | 0 | 100101 | 101110 | 100 | 1011 | 1010110 | 1001010 |
Color Harmonies of #F69A85
Complementary color
Monochromatic Colors of #F69A85
Black with #F69A85
Text Example
Text Example
White with #F69A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A85; }
p { color: rgb(246,154,133); }
H1.HeaderClassName
{
color: #F69A85;
}
.AnyTagClassName
{
color: #F69A85;
}
</style>
background-color css
<style>
a { background-color: #F69A85; }
a { background-color: rgb(246,154,133); }
div.DivClassName
{
background-color: #F69A85;
}
.BgClassName
{
background-color: #F69A85;
}
</style>
border-color css
<style>
span { border-color: #F69A85; }
span { border-color: rgb(246,154,133); }
td.TdClassName
{
border-color: #F69A85;
}
.TagClassName
{
border-color: #F69A85;
}
</style>