Shades of Vivid Tangerine #F89B7E
Tints of Vivid Tangerine #F89B7E
RGB
CMYK
RGB Variations
Color information
#F89B7E (or 0xF89B7E) is known color: Vivid Tangerine. HEX triplet: F8, 9B and 7E. RGB value is (248,155,126). Sum of RGB (Red+Green+Blue) = 248+155+126=529 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.88% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B7E is #076481. Grayscale: #B3B3B3. Windows color (decimal): -484482 or 8297464. OLE color: 8297464.
HSL color Cylindrical-coordinate representation of color #F89B7E: hue angle of 14.26º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F89B7E is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 126 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.03 |
| HSL | 14.26º | 0.9% | 0.73% | - |
| HSV(B) | 14.26º | 0.49% | 0.97% | - |
| XYZ | 54.2 | 44.91 | 25.55 | - |
| YUV | 179.5 | 97.81 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 126 | 0 | 0.38 | 0.49 | 0.03 | 14.26 | 0.9 | 0.73 |
| Hex | F8 | 9B | 7E | 0 | 26 | 31 | 3 | E | 5A | 49 |
| Octal | 370 | 233 | 176 | 0 | 46 | 61 | 3 | 16 | 132 | 111 |
| Binary | 11111000 | 10011011 | 1111110 | 0 | 100110 | 110001 | 11 | 1110 | 1011010 | 1001001 |
Color Harmonies of #F89B7E
Complementary color
Monochromatic Colors of #F89B7E
Black with #F89B7E
Text Example
Text Example
White with #F89B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B7E; }
p { color: rgb(248,155,126); }
H1.HeaderClassName
{
color: #F89B7E;
}
.AnyTagClassName
{
color: #F89B7E;
}
</style>
background-color css
<style>
a { background-color: #F89B7E; }
a { background-color: rgb(248,155,126); }
div.DivClassName
{
background-color: #F89B7E;
}
.BgClassName
{
background-color: #F89B7E;
}
</style>
border-color css
<style>
span { border-color: #F89B7E; }
span { border-color: rgb(248,155,126); }
td.TdClassName
{
border-color: #F89B7E;
}
.TagClassName
{
border-color: #F89B7E;
}
</style>