Shades of Vivid Tangerine #F7A185
Tints of Vivid Tangerine #F7A185
RGB
CMYK
RGB Variations
Color information
#F7A185 (or 0xF7A185) is known color: Vivid Tangerine. HEX triplet: F7, A1 and 85. RGB value is (247,161,133). Sum of RGB (Red+Green+Blue) = 247+161+133=541 (71% of max value = 765). Red value is 247 (96.88% from 255 or 45.66% from 541); Green value is 161 (63.28% from 255 or 29.76% from 541); Blue value is 133 (52.34% from 255 or 24.58% from 541); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A185 is #085E7A. Grayscale: #B7B7B7. Windows color (decimal): -548475 or 8757751. OLE color: 8757751.
HSL color Cylindrical-coordinate representation of color #F7A185: hue angle of 14.74º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F7A185 is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 161 | 133 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.03 |
| HSL | 14.74º | 0.88% | 0.75% | - |
| HSV(B) | 14.74º | 0.46% | 0.97% | - |
| XYZ | 55.34 | 46.96 | 28.34 | - |
| YUV | 183.52 | 99.49 | 173.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 161 | 133 | 0 | 0.35 | 0.46 | 0.03 | 14.74 | 0.88 | 0.75 |
| Hex | F7 | A1 | 85 | 0 | 23 | 2E | 3 | F | 58 | 4B |
| Octal | 367 | 241 | 205 | 0 | 43 | 56 | 3 | 17 | 130 | 113 |
| Binary | 11110111 | 10100001 | 10000101 | 0 | 100011 | 101110 | 11 | 1111 | 1011000 | 1001011 |
Color Harmonies of #F7A185
Complementary color
Monochromatic Colors of #F7A185
Black with #F7A185
Text Example
Text Example
White with #F7A185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7A185; }
p { color: rgb(247,161,133); }
H1.HeaderClassName
{
color: #F7A185;
}
.AnyTagClassName
{
color: #F7A185;
}
</style>
background-color css
<style>
a { background-color: #F7A185; }
a { background-color: rgb(247,161,133); }
div.DivClassName
{
background-color: #F7A185;
}
.BgClassName
{
background-color: #F7A185;
}
</style>
border-color css
<style>
span { border-color: #F7A185; }
span { border-color: rgb(247,161,133); }
td.TdClassName
{
border-color: #F7A185;
}
.TagClassName
{
border-color: #F7A185;
}
</style>