Shades of Vivid Tangerine #F59982
Tints of Vivid Tangerine #F59982
RGB
CMYK
RGB Variations
Color information
#F59982 (or 0xF59982) is known color: Vivid Tangerine. HEX triplet: F5, 99 and 82. RGB value is (245,153,130). Sum of RGB (Red+Green+Blue) = 245+153+130=528 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.40% from 528); Green value is 153 (60.16% from 255 or 28.98% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 245 - color contains mainly: red. Hex color #F59982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59982 is #0A667D. Grayscale: #B2B2B2. Windows color (decimal): -681598 or 8559093. OLE color: 8559093.
HSL color Cylindrical-coordinate representation of color #F59982: hue angle of 12º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F59982 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 153 | 130 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.04 |
| HSL | 12º | 0.85% | 0.74% | - |
| HSV(B) | 12º | 0.47% | 0.96% | - |
| XYZ | 53.08 | 43.81 | 26.78 | - |
| YUV | 177.89 | 100.98 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 153 | 130 | 0 | 0.38 | 0.47 | 0.04 | 12 | 0.85 | 0.74 |
| Hex | F5 | 99 | 82 | 0 | 26 | 2F | 4 | C | 55 | 4A |
| Octal | 365 | 231 | 202 | 0 | 46 | 57 | 4 | 14 | 125 | 112 |
| Binary | 11110101 | 10011001 | 10000010 | 0 | 100110 | 101111 | 100 | 1100 | 1010101 | 1001010 |
Color Harmonies of #F59982
Complementary color
Monochromatic Colors of #F59982
Black with #F59982
Text Example
Text Example
White with #F59982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59982; }
p { color: rgb(245,153,130); }
H1.HeaderClassName
{
color: #F59982;
}
.AnyTagClassName
{
color: #F59982;
}
</style>
background-color css
<style>
a { background-color: #F59982; }
a { background-color: rgb(245,153,130); }
div.DivClassName
{
background-color: #F59982;
}
.BgClassName
{
background-color: #F59982;
}
</style>
border-color css
<style>
span { border-color: #F59982; }
span { border-color: rgb(245,153,130); }
td.TdClassName
{
border-color: #F59982;
}
.TagClassName
{
border-color: #F59982;
}
</style>