Shades of Vivid Tangerine #FAA085
Tints of Vivid Tangerine #FAA085
RGB
CMYK
RGB Variations
Color information
#FAA085 (or 0xFAA085) is known color: Vivid Tangerine. HEX triplet: FA, A0 and 85. RGB value is (250,160,133). Sum of RGB (Red+Green+Blue) = 250+160+133=543 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.04% from 543); Green value is 160 (62.89% from 255 or 29.47% from 543); Blue value is 133 (52.34% from 255 or 24.49% from 543); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA085 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA085 is #055F7A. Grayscale: #B8B8B8. Windows color (decimal): -352123 or 8757498. OLE color: 8757498.
HSL color Cylindrical-coordinate representation of color #FAA085: hue angle of 13.85º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FAA085 is Cyan = 0, Magento = 0.36, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 160 | 133 | - |
| CMYK | 0 | 0.36 | 0.47 | 0.02 |
| HSL | 13.85º | 0.92% | 0.75% | - |
| HSV(B) | 13.85º | 0.47% | 0.98% | - |
| XYZ | 56.23 | 47.16 | 28.33 | - |
| YUV | 183.83 | 99.32 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 160 | 133 | 0 | 0.36 | 0.47 | 0.02 | 13.85 | 0.92 | 0.75 |
| Hex | FA | A0 | 85 | 0 | 24 | 2F | 2 | E | 5C | 4B |
| Octal | 372 | 240 | 205 | 0 | 44 | 57 | 2 | 16 | 134 | 113 |
| Binary | 11111010 | 10100000 | 10000101 | 0 | 100100 | 101111 | 10 | 1110 | 1011100 | 1001011 |
Color Harmonies of #FAA085
Complementary color
Monochromatic Colors of #FAA085
Black with #FAA085
Text Example
Text Example
White with #FAA085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAA085; }
p { color: rgb(250,160,133); }
H1.HeaderClassName
{
color: #FAA085;
}
.AnyTagClassName
{
color: #FAA085;
}
</style>
background-color css
<style>
a { background-color: #FAA085; }
a { background-color: rgb(250,160,133); }
div.DivClassName
{
background-color: #FAA085;
}
.BgClassName
{
background-color: #FAA085;
}
</style>
border-color css
<style>
span { border-color: #FAA085; }
span { border-color: rgb(250,160,133); }
td.TdClassName
{
border-color: #FAA085;
}
.TagClassName
{
border-color: #FAA085;
}
</style>