Shades of Vivid Tangerine #F89481
Tints of Vivid Tangerine #F89481
RGB
CMYK
RGB Variations
Color information
#F89481 (or 0xF89481) is known color: Vivid Tangerine. HEX triplet: F8, 94 and 81. RGB value is (248,148,129). Sum of RGB (Red+Green+Blue) = 248+148+129=525 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.24% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 129 (50.78% from 255 or 24.57% from 525); Max value from RGB is 248 - color contains mainly: red. Hex color #F89481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89481 is #076B7E. Grayscale: #AFAFAF. Windows color (decimal): -486271 or 8492280. OLE color: 8492280.
HSL color Cylindrical-coordinate representation of color #F89481: hue angle of 9.58º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F89481 is Cyan = 0, Magento = 0.40, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 148 | 129 | - |
| CMYK | 0 | 0.40 | 0.48 | 0.03 |
| HSL | 9.58º | 0.89% | 0.74% | - |
| HSV(B) | 9.58º | 0.48% | 0.97% | - |
| XYZ | 53.26 | 42.72 | 26.21 | - |
| YUV | 175.73 | 101.63 | 179.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 148 | 129 | 0 | 0.40 | 0.48 | 0.03 | 9.58 | 0.89 | 0.74 |
| Hex | F8 | 94 | 81 | 0 | 28 | 30 | 3 | A | 59 | 4A |
| Octal | 370 | 224 | 201 | 0 | 50 | 60 | 3 | 12 | 131 | 112 |
| Binary | 11111000 | 10010100 | 10000001 | 0 | 101000 | 110000 | 11 | 1010 | 1011001 | 1001010 |
Color Harmonies of #F89481
Complementary color
Monochromatic Colors of #F89481
Black with #F89481
Text Example
Text Example
White with #F89481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89481; }
p { color: rgb(248,148,129); }
H1.HeaderClassName
{
color: #F89481;
}
.AnyTagClassName
{
color: #F89481;
}
</style>
background-color css
<style>
a { background-color: #F89481; }
a { background-color: rgb(248,148,129); }
div.DivClassName
{
background-color: #F89481;
}
.BgClassName
{
background-color: #F89481;
}
</style>
border-color css
<style>
span { border-color: #F89481; }
span { border-color: rgb(248,148,129); }
td.TdClassName
{
border-color: #F89481;
}
.TagClassName
{
border-color: #F89481;
}
</style>