Shades of Vivid Tangerine #F59482
Tints of Vivid Tangerine #F59482
RGB
CMYK
RGB Variations
Color information
#F59482 (or 0xF59482) is known color: Vivid Tangerine. HEX triplet: F5, 94 and 82. RGB value is (245,148,130). Sum of RGB (Red+Green+Blue) = 245+148+130=523 (69% of max value = 765). Red value is 245 (96.09% from 255 or 46.85% from 523); Green value is 148 (58.20% from 255 or 28.30% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 245 - color contains mainly: red. Hex color #F59482 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59482 is #0A6B7D. Grayscale: #AFAFAF. Windows color (decimal): -682878 or 8557813. OLE color: 8557813.
HSL color Cylindrical-coordinate representation of color #F59482: hue angle of 9.39º 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 #F59482 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 130 | - |
| CMYK | 0 | 0.40 | 0.47 | 0.04 |
| HSL | 9.39º | 0.85% | 0.74% | - |
| HSV(B) | 9.39º | 0.47% | 0.96% | - |
| XYZ | 52.28 | 42.2 | 26.51 | - |
| YUV | 174.95 | 102.64 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 130 | 0 | 0.40 | 0.47 | 0.04 | 9.39 | 0.85 | 0.74 |
| Hex | F5 | 94 | 82 | 0 | 28 | 2F | 4 | 9 | 55 | 4A |
| Octal | 365 | 224 | 202 | 0 | 50 | 57 | 4 | 11 | 125 | 112 |
| Binary | 11110101 | 10010100 | 10000010 | 0 | 101000 | 101111 | 100 | 1001 | 1010101 | 1001010 |
Color Harmonies of #F59482
Complementary color
Monochromatic Colors of #F59482
Black with #F59482
Text Example
Text Example
White with #F59482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F59482; }
p { color: rgb(245,148,130); }
H1.HeaderClassName
{
color: #F59482;
}
.AnyTagClassName
{
color: #F59482;
}
</style>
background-color css
<style>
a { background-color: #F59482; }
a { background-color: rgb(245,148,130); }
div.DivClassName
{
background-color: #F59482;
}
.BgClassName
{
background-color: #F59482;
}
</style>
border-color css
<style>
span { border-color: #F59482; }
span { border-color: rgb(245,148,130); }
td.TdClassName
{
border-color: #F59482;
}
.TagClassName
{
border-color: #F59482;
}
</style>