Shades of Vivid Tangerine #F69A81
Tints of Vivid Tangerine #F69A81
RGB
CMYK
RGB Variations
Color information
#F69A81 (or 0xF69A81) is known color: Vivid Tangerine. HEX triplet: F6, 9A and 81. RGB value is (246,154,129). Sum of RGB (Red+Green+Blue) = 246+154+129=529 (70% of max value = 765). Red value is 246 (96.48% from 255 or 46.50% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 129 (50.78% from 255 or 24.39% from 529); Max value from RGB is 246 - color contains mainly: red. Hex color #F69A81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F69A81 is #09657E. Grayscale: #B2B2B2. Windows color (decimal): -615807 or 8493814. OLE color: 8493814.
HSL color Cylindrical-coordinate representation of color #F69A81: hue angle of 12.82º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F69A81 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 154 | 129 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.04 |
| HSL | 12.82º | 0.87% | 0.74% | - |
| HSV(B) | 12.82º | 0.48% | 0.96% | - |
| XYZ | 53.52 | 44.29 | 26.5 | - |
| YUV | 178.66 | 99.98 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 154 | 129 | 0 | 0.37 | 0.48 | 0.04 | 12.82 | 0.87 | 0.74 |
| Hex | F6 | 9A | 81 | 0 | 25 | 30 | 4 | D | 57 | 4A |
| Octal | 366 | 232 | 201 | 0 | 45 | 60 | 4 | 15 | 127 | 112 |
| Binary | 11110110 | 10011010 | 10000001 | 0 | 100101 | 110000 | 100 | 1101 | 1010111 | 1001010 |
Color Harmonies of #F69A81
Complementary color
Monochromatic Colors of #F69A81
Black with #F69A81
Text Example
Text Example
White with #F69A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69A81; }
p { color: rgb(246,154,129); }
H1.HeaderClassName
{
color: #F69A81;
}
.AnyTagClassName
{
color: #F69A81;
}
</style>
background-color css
<style>
a { background-color: #F69A81; }
a { background-color: rgb(246,154,129); }
div.DivClassName
{
background-color: #F69A81;
}
.BgClassName
{
background-color: #F69A81;
}
</style>
border-color css
<style>
span { border-color: #F69A81; }
span { border-color: rgb(246,154,129); }
td.TdClassName
{
border-color: #F69A81;
}
.TagClassName
{
border-color: #F69A81;
}
</style>