Shades of Vivid Tangerine #F8A589
Tints of Vivid Tangerine #F8A589
RGB
CMYK
RGB Variations
Color information
#F8A589 (or 0xF8A589) is known color: Vivid Tangerine. HEX triplet: F8, A5 and 89. RGB value is (248,165,137). Sum of RGB (Red+Green+Blue) = 248+165+137=550 (72% of max value = 765). Red value is 248 (97.27% from 255 or 45.09% from 550); Green value is 165 (64.84% from 255 or 30% from 550); Blue value is 137 (53.91% from 255 or 24.91% from 550); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A589 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F8A589 is #075A76. Grayscale: #BABABA. Windows color (decimal): -481911 or 9020920. OLE color: 9020920.
HSL color Cylindrical-coordinate representation of color #F8A589: hue angle of 15.14º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8A589 is Cyan = 0, Magento = 0.33, Yellow = 0.45 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 137 | - |
| CMYK | 0 | 0.33 | 0.45 | 0.03 |
| HSL | 15.14º | 0.89% | 0.75% | - |
| HSV(B) | 15.14º | 0.45% | 0.97% | - |
| XYZ | 56.68 | 48.67 | 30.07 | - |
| YUV | 186.63 | 100 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 137 | 0 | 0.33 | 0.45 | 0.03 | 15.14 | 0.89 | 0.75 |
| Hex | F8 | A5 | 89 | 0 | 21 | 2D | 3 | F | 59 | 4B |
| Octal | 370 | 245 | 211 | 0 | 41 | 55 | 3 | 17 | 131 | 113 |
| Binary | 11111000 | 10100101 | 10001001 | 0 | 100001 | 101101 | 11 | 1111 | 1011001 | 1001011 |
Color Harmonies of #F8A589
Complementary color
Monochromatic Colors of #F8A589
Black with #F8A589
Text Example
Text Example
White with #F8A589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A589; }
p { color: rgb(248,165,137); }
H1.HeaderClassName
{
color: #F8A589;
}
.AnyTagClassName
{
color: #F8A589;
}
</style>
background-color css
<style>
a { background-color: #F8A589; }
a { background-color: rgb(248,165,137); }
div.DivClassName
{
background-color: #F8A589;
}
.BgClassName
{
background-color: #F8A589;
}
</style>
border-color css
<style>
span { border-color: #F8A589; }
span { border-color: rgb(248,165,137); }
td.TdClassName
{
border-color: #F8A589;
}
.TagClassName
{
border-color: #F8A589;
}
</style>