Shades of Vivid Tangerine #F6A184
Tints of Vivid Tangerine #F6A184
RGB
CMYK
RGB Variations
Color information
#F6A184 (or 0xF6A184) is known color: Vivid Tangerine. HEX triplet: F6, A1 and 84. RGB value is (246,161,132). Sum of RGB (Red+Green+Blue) = 246+161+132=539 (71% of max value = 765). Red value is 246 (96.48% from 255 or 45.64% from 539); Green value is 161 (63.28% from 255 or 29.87% from 539); Blue value is 132 (51.95% from 255 or 24.49% from 539); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A184 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F6A184 is #095E7B. Grayscale: #B7B7B7. Windows color (decimal): -614012 or 8692214. OLE color: 8692214.
HSL color Cylindrical-coordinate representation of color #F6A184: hue angle of 15.26º 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 #F6A184 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 161 | 132 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.04 |
| HSL | 15.26º | 0.86% | 0.74% | - |
| HSV(B) | 15.26º | 0.46% | 0.96% | - |
| XYZ | 54.92 | 46.75 | 27.96 | - |
| YUV | 183.11 | 99.16 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 161 | 132 | 0 | 0.35 | 0.46 | 0.04 | 15.26 | 0.86 | 0.74 |
| Hex | F6 | A1 | 84 | 0 | 23 | 2E | 4 | F | 56 | 4A |
| Octal | 366 | 241 | 204 | 0 | 43 | 56 | 4 | 17 | 126 | 112 |
| Binary | 11110110 | 10100001 | 10000100 | 0 | 100011 | 101110 | 100 | 1111 | 1010110 | 1001010 |
Color Harmonies of #F6A184
Complementary color
Monochromatic Colors of #F6A184
Black with #F6A184
Text Example
Text Example
White with #F6A184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6A184; }
p { color: rgb(246,161,132); }
H1.HeaderClassName
{
color: #F6A184;
}
.AnyTagClassName
{
color: #F6A184;
}
</style>
background-color css
<style>
a { background-color: #F6A184; }
a { background-color: rgb(246,161,132); }
div.DivClassName
{
background-color: #F6A184;
}
.BgClassName
{
background-color: #F6A184;
}
</style>
border-color css
<style>
span { border-color: #F6A184; }
span { border-color: rgb(246,161,132); }
td.TdClassName
{
border-color: #F6A184;
}
.TagClassName
{
border-color: #F6A184;
}
</style>