Shades of Vivid Tangerine #F99376
Tints of Vivid Tangerine #F99376
RGB
CMYK
RGB Variations
Color information
#F99376 (or 0xF99376) is known color: Vivid Tangerine. HEX triplet: F9, 93 and 76. RGB value is (249,147,118). Sum of RGB (Red+Green+Blue) = 249+147+118=514 (68% of max value = 765). Red value is 249 (97.66% from 255 or 48.44% from 514); Green value is 147 (57.81% from 255 or 28.60% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 249 - color contains mainly: red. Hex color #F99376 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99376 is #066C89. Grayscale: #AEAEAE. Windows color (decimal): -421002 or 7771129. OLE color: 7771129.
HSL color Cylindrical-coordinate representation of color #F99376: hue angle of 13.28º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F99376 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 118 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.02 |
| HSL | 13.28º | 0.92% | 0.72% | - |
| HSV(B) | 13.28º | 0.53% | 0.98% | - |
| XYZ | 52.77 | 42.32 | 22.53 | - |
| YUV | 174.19 | 96.29 | 181.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 118 | 0 | 0.41 | 0.53 | 0.02 | 13.28 | 0.92 | 0.72 |
| Hex | F9 | 93 | 76 | 0 | 29 | 35 | 2 | D | 5C | 48 |
| Octal | 371 | 223 | 166 | 0 | 51 | 65 | 2 | 15 | 134 | 110 |
| Binary | 11111001 | 10010011 | 1110110 | 0 | 101001 | 110101 | 10 | 1101 | 1011100 | 1001000 |
Color Harmonies of #F99376
Complementary color
Monochromatic Colors of #F99376
Black with #F99376
Text Example
Text Example
White with #F99376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99376; }
p { color: rgb(249,147,118); }
H1.HeaderClassName
{
color: #F99376;
}
.AnyTagClassName
{
color: #F99376;
}
</style>
background-color css
<style>
a { background-color: #F99376; }
a { background-color: rgb(249,147,118); }
div.DivClassName
{
background-color: #F99376;
}
.BgClassName
{
background-color: #F99376;
}
</style>
border-color css
<style>
span { border-color: #F99376; }
span { border-color: rgb(249,147,118); }
td.TdClassName
{
border-color: #F99376;
}
.TagClassName
{
border-color: #F99376;
}
</style>