Shades of Vivid Tangerine #FFA185
Tints of Vivid Tangerine #FFA185
RGB
CMYK
RGB Variations
Color information
#FFA185 (or 0xFFA185) is known color: Vivid Tangerine. HEX triplet: FF, A1 and 85. RGB value is (255,161,133). Sum of RGB (Red+Green+Blue) = 255+161+133=549 (72% of max value = 765). Red value is 255 (100% from 255 or 46.45% from 549); Green value is 161 (63.28% from 255 or 29.33% from 549); Blue value is 133 (52.34% from 255 or 24.23% from 549); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA185 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFA185 is #005E7A. Grayscale: #BABABA. Windows color (decimal): -24187 or 8757759. OLE color: 8757759.
HSL color Cylindrical-coordinate representation of color #FFA185: hue angle of 13.77º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFA185 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 161 | 133 | - |
| CMYK | 0 | 0.37 | 0.48 | 0 |
| HSL | 13.77º | 1% | 0.76% | - |
| HSV(B) | 13.77º | 0.48% | 1% | - |
| XYZ | 58.22 | 48.44 | 28.47 | - |
| YUV | 185.91 | 98.14 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 161 | 133 | 0 | 0.37 | 0.48 | 0 | 13.77 | 1 | 0.76 |
| Hex | FF | A1 | 85 | 0 | 25 | 30 | 0 | E | 64 | 4C |
| Octal | 377 | 241 | 205 | 0 | 45 | 60 | 0 | 16 | 144 | 114 |
| Binary | 11111111 | 10100001 | 10000101 | 0 | 100101 | 110000 | 0 | 1110 | 1100100 | 1001100 |
Color Harmonies of #FFA185
Complementary color
Monochromatic Colors of #FFA185
Black with #FFA185
Text Example
Text Example
White with #FFA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA185; }
p { color: rgb(255,161,133); }
H1.HeaderClassName
{
color: #FFA185;
}
.AnyTagClassName
{
color: #FFA185;
}
</style>
background-color css
<style>
a { background-color: #FFA185; }
a { background-color: rgb(255,161,133); }
div.DivClassName
{
background-color: #FFA185;
}
.BgClassName
{
background-color: #FFA185;
}
</style>
border-color css
<style>
span { border-color: #FFA185; }
span { border-color: rgb(255,161,133); }
td.TdClassName
{
border-color: #FFA185;
}
.TagClassName
{
border-color: #FFA185;
}
</style>