Shades of Vivid Tangerine #F89B7D
Tints of Vivid Tangerine #F89B7D
RGB
CMYK
RGB Variations
Color information
#F89B7D (or 0xF89B7D) is known color: Vivid Tangerine. HEX triplet: F8, 9B and 7D. RGB value is (248,155,125). Sum of RGB (Red+Green+Blue) = 248+155+125=528 (69% of max value = 765). Red value is 248 (97.27% from 255 or 46.97% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 125 (49.22% from 255 or 23.67% from 528); Max value from RGB is 248 - color contains mainly: red. Hex color #F89B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89B7D is #076482. Grayscale: #B3B3B3. Windows color (decimal): -484483 or 8231928. OLE color: 8231928.
HSL color Cylindrical-coordinate representation of color #F89B7D: hue angle of 14.63º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F89B7D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 155 | 125 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.03 |
| HSL | 14.63º | 0.9% | 0.73% | - |
| HSV(B) | 14.63º | 0.5% | 0.97% | - |
| XYZ | 54.13 | 44.88 | 25.21 | - |
| YUV | 179.39 | 97.31 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 155 | 125 | 0 | 0.38 | 0.50 | 0.03 | 14.63 | 0.9 | 0.73 |
| Hex | F8 | 9B | 7D | 0 | 26 | 32 | 3 | F | 5A | 49 |
| Octal | 370 | 233 | 175 | 0 | 46 | 62 | 3 | 17 | 132 | 111 |
| Binary | 11111000 | 10011011 | 1111101 | 0 | 100110 | 110010 | 11 | 1111 | 1011010 | 1001001 |
Color Harmonies of #F89B7D
Complementary color
Monochromatic Colors of #F89B7D
Black with #F89B7D
Text Example
Text Example
White with #F89B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89B7D; }
p { color: rgb(248,155,125); }
H1.HeaderClassName
{
color: #F89B7D;
}
.AnyTagClassName
{
color: #F89B7D;
}
</style>
background-color css
<style>
a { background-color: #F89B7D; }
a { background-color: rgb(248,155,125); }
div.DivClassName
{
background-color: #F89B7D;
}
.BgClassName
{
background-color: #F89B7D;
}
</style>
border-color css
<style>
span { border-color: #F89B7D; }
span { border-color: rgb(248,155,125); }
td.TdClassName
{
border-color: #F89B7D;
}
.TagClassName
{
border-color: #F89B7D;
}
</style>