Shades of Vivid Tangerine #F4997D
Tints of Vivid Tangerine #F4997D
RGB
CMYK
RGB Variations
Color information
#F4997D (or 0xF4997D) is known color: Vivid Tangerine. HEX triplet: F4, 99 and 7D. RGB value is (244,153,125). Sum of RGB (Red+Green+Blue) = 244+153+125=522 (69% of max value = 765). Red value is 244 (95.70% from 255 or 46.74% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 244 - color contains mainly: red. Hex color #F4997D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4997D is #0B6682. Grayscale: #B1B1B1. Windows color (decimal): -747139 or 8231412. OLE color: 8231412.
HSL color Cylindrical-coordinate representation of color #F4997D: hue angle of 14.12º degrees, saturation: 0.84, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F4997D is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 153 | 125 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.04 |
| HSL | 14.12º | 0.84% | 0.72% | - |
| HSV(B) | 14.12º | 0.49% | 0.96% | - |
| XYZ | 52.4 | 43.5 | 25.04 | - |
| YUV | 177.02 | 98.65 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 153 | 125 | 0 | 0.37 | 0.49 | 0.04 | 14.12 | 0.84 | 0.72 |
| Hex | F4 | 99 | 7D | 0 | 25 | 31 | 4 | E | 54 | 48 |
| Octal | 364 | 231 | 175 | 0 | 45 | 61 | 4 | 16 | 124 | 110 |
| Binary | 11110100 | 10011001 | 1111101 | 0 | 100101 | 110001 | 100 | 1110 | 1010100 | 1001000 |
Color Harmonies of #F4997D
Complementary color
Monochromatic Colors of #F4997D
Black with #F4997D
Text Example
Text Example
White with #F4997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4997D; }
p { color: rgb(244,153,125); }
H1.HeaderClassName
{
color: #F4997D;
}
.AnyTagClassName
{
color: #F4997D;
}
</style>
background-color css
<style>
a { background-color: #F4997D; }
a { background-color: rgb(244,153,125); }
div.DivClassName
{
background-color: #F4997D;
}
.BgClassName
{
background-color: #F4997D;
}
</style>
border-color css
<style>
span { border-color: #F4997D; }
span { border-color: rgb(244,153,125); }
td.TdClassName
{
border-color: #F4997D;
}
.TagClassName
{
border-color: #F4997D;
}
</style>