Shades of Vivid Tangerine #F89281
Tints of Vivid Tangerine #F89281
RGB
CMYK
RGB Variations
Color information
#F89281 (or 0xF89281) is known color: Vivid Tangerine. HEX triplet: F8, 92 and 81. RGB value is (248,146,129). Sum of RGB (Red+Green+Blue) = 248+146+129=523 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.42% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 129 (50.78% from 255 or 24.67% from 523); Max value from RGB is 248 - color contains mainly: red. Hex color #F89281 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F89281 is #076D7E. Grayscale: #AEAEAE. Windows color (decimal): -486783 or 8491768. OLE color: 8491768.
HSL color Cylindrical-coordinate representation of color #F89281: hue angle of 8.57º 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 #F89281 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 146 | 129 | - |
| CMYK | 0 | 0.41 | 0.48 | 0.03 |
| HSL | 8.57º | 0.89% | 0.74% | - |
| HSV(B) | 8.57º | 0.48% | 0.97% | - |
| XYZ | 52.95 | 42.1 | 26.1 | - |
| YUV | 174.56 | 102.29 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 146 | 129 | 0 | 0.41 | 0.48 | 0.03 | 8.57 | 0.89 | 0.74 |
| Hex | F8 | 92 | 81 | 0 | 29 | 30 | 3 | 9 | 59 | 4A |
| Octal | 370 | 222 | 201 | 0 | 51 | 60 | 3 | 11 | 131 | 112 |
| Binary | 11111000 | 10010010 | 10000001 | 0 | 101001 | 110000 | 11 | 1001 | 1011001 | 1001010 |
Color Harmonies of #F89281
Complementary color
Monochromatic Colors of #F89281
Black with #F89281
Text Example
Text Example
White with #F89281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89281; }
p { color: rgb(248,146,129); }
H1.HeaderClassName
{
color: #F89281;
}
.AnyTagClassName
{
color: #F89281;
}
</style>
background-color css
<style>
a { background-color: #F89281; }
a { background-color: rgb(248,146,129); }
div.DivClassName
{
background-color: #F89281;
}
.BgClassName
{
background-color: #F89281;
}
</style>
border-color css
<style>
span { border-color: #F89281; }
span { border-color: rgb(248,146,129); }
td.TdClassName
{
border-color: #F89281;
}
.TagClassName
{
border-color: #F89281;
}
</style>