Shades of Vivid Tangerine #FA9882
Tints of Vivid Tangerine #FA9882
RGB
CMYK
RGB Variations
Color information
#FA9882 (or 0xFA9882) is known color: Vivid Tangerine. HEX triplet: FA, 98 and 82. RGB value is (250,152,130). Sum of RGB (Red+Green+Blue) = 250+152+130=532 (70% of max value = 765). Red value is 250 (98.05% from 255 or 46.99% from 532); Green value is 152 (59.77% from 255 or 28.57% from 532); Blue value is 130 (51.17% from 255 or 24.44% from 532); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9882 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FA9882 is #05677D. Grayscale: #B2B2B2. Windows color (decimal): -354174 or 8558842. OLE color: 8558842.
HSL color Cylindrical-coordinate representation of color #FA9882: hue angle of 11º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FA9882 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 250 | 152 | 130 | - |
| CMYK | 0 | 0.39 | 0.48 | 0.02 |
| HSL | 11º | 0.92% | 0.75% | - |
| HSV(B) | 11º | 0.48% | 0.98% | - |
| XYZ | 54.68 | 44.39 | 26.81 | - |
| YUV | 178.79 | 100.47 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 152 | 130 | 0 | 0.39 | 0.48 | 0.02 | 11 | 0.92 | 0.75 |
| Hex | FA | 98 | 82 | 0 | 27 | 30 | 2 | B | 5C | 4B |
| Octal | 372 | 230 | 202 | 0 | 47 | 60 | 2 | 13 | 134 | 113 |
| Binary | 11111010 | 10011000 | 10000010 | 0 | 100111 | 110000 | 10 | 1011 | 1011100 | 1001011 |
Color Harmonies of #FA9882
Complementary color
Monochromatic Colors of #FA9882
Black with #FA9882
Text Example
Text Example
White with #FA9882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FA9882; }
p { color: rgb(250,152,130); }
H1.HeaderClassName
{
color: #FA9882;
}
.AnyTagClassName
{
color: #FA9882;
}
</style>
background-color css
<style>
a { background-color: #FA9882; }
a { background-color: rgb(250,152,130); }
div.DivClassName
{
background-color: #FA9882;
}
.BgClassName
{
background-color: #FA9882;
}
</style>
border-color css
<style>
span { border-color: #FA9882; }
span { border-color: rgb(250,152,130); }
td.TdClassName
{
border-color: #FA9882;
}
.TagClassName
{
border-color: #FA9882;
}
</style>