Shades of Vivid Tangerine #F89C7E
Tints of Vivid Tangerine #F89C7E
RGB
CMYK
RGB Variations
Color information
#F89C7E (or 0xF89C7E) is known color: Vivid Tangerine. HEX triplet: F8, 9C and 7E. RGB value is (248,156,126). Sum of RGB (Red+Green+Blue) = 248+156+126=530 (70% of max value = 765). Red value is 248 (97.27% from 255 or 46.79% from 530); Green value is 156 (61.33% from 255 or 29.43% from 530); Blue value is 126 (49.61% from 255 or 23.77% from 530); Max value from RGB is 248 - color contains mainly: red. Hex color #F89C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F89C7E is #076381. Grayscale: #B4B4B4. Windows color (decimal): -484226 or 8297720. OLE color: 8297720.
HSL color Cylindrical-coordinate representation of color #F89C7E: hue angle of 14.75º 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 #F89C7E is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 156 | 126 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.03 |
| HSL | 14.75º | 0.9% | 0.73% | - |
| HSV(B) | 14.75º | 0.49% | 0.97% | - |
| XYZ | 54.37 | 45.24 | 25.61 | - |
| YUV | 180.09 | 97.48 | 176.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 156 | 126 | 0 | 0.37 | 0.49 | 0.03 | 14.75 | 0.9 | 0.73 |
| Hex | F8 | 9C | 7E | 0 | 25 | 31 | 3 | F | 5A | 49 |
| Octal | 370 | 234 | 176 | 0 | 45 | 61 | 3 | 17 | 132 | 111 |
| Binary | 11111000 | 10011100 | 1111110 | 0 | 100101 | 110001 | 11 | 1111 | 1011010 | 1001001 |
Color Harmonies of #F89C7E
Complementary color
Monochromatic Colors of #F89C7E
Black with #F89C7E
Text Example
Text Example
White with #F89C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89C7E; }
p { color: rgb(248,156,126); }
H1.HeaderClassName
{
color: #F89C7E;
}
.AnyTagClassName
{
color: #F89C7E;
}
</style>
background-color css
<style>
a { background-color: #F89C7E; }
a { background-color: rgb(248,156,126); }
div.DivClassName
{
background-color: #F89C7E;
}
.BgClassName
{
background-color: #F89C7E;
}
</style>
border-color css
<style>
span { border-color: #F89C7E; }
span { border-color: rgb(248,156,126); }
td.TdClassName
{
border-color: #F89C7E;
}
.TagClassName
{
border-color: #F89C7E;
}
</style>