Shades of Vivid Tangerine #F99A80
Tints of Vivid Tangerine #F99A80
RGB
CMYK
RGB Variations
Color information
#F99A80 (or 0xF99A80) is known color: Vivid Tangerine. HEX triplet: F9, 9A and 80. RGB value is (249,154,128). Sum of RGB (Red+Green+Blue) = 249+154+128=531 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.89% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A80 is #06657F. Grayscale: #B3B3B3. Windows color (decimal): -419200 or 8428281. OLE color: 8428281.
HSL color Cylindrical-coordinate representation of color #F99A80: hue angle of 12.89º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F99A80 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 128 | - |
| CMYK | 0 | 0.38 | 0.49 | 0.02 |
| HSL | 12.89º | 0.91% | 0.74% | - |
| HSV(B) | 12.89º | 0.49% | 0.98% | - |
| XYZ | 54.52 | 44.81 | 26.2 | - |
| YUV | 179.44 | 98.97 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 128 | 0 | 0.38 | 0.49 | 0.02 | 12.89 | 0.91 | 0.74 |
| Hex | F9 | 9A | 80 | 0 | 26 | 31 | 2 | D | 5B | 4A |
| Octal | 371 | 232 | 200 | 0 | 46 | 61 | 2 | 15 | 133 | 112 |
| Binary | 11111001 | 10011010 | 10000000 | 0 | 100110 | 110001 | 10 | 1101 | 1011011 | 1001010 |
Color Harmonies of #F99A80
Complementary color
Monochromatic Colors of #F99A80
Black with #F99A80
Text Example
Text Example
White with #F99A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A80; }
p { color: rgb(249,154,128); }
H1.HeaderClassName
{
color: #F99A80;
}
.AnyTagClassName
{
color: #F99A80;
}
</style>
background-color css
<style>
a { background-color: #F99A80; }
a { background-color: rgb(249,154,128); }
div.DivClassName
{
background-color: #F99A80;
}
.BgClassName
{
background-color: #F99A80;
}
</style>
border-color css
<style>
span { border-color: #F99A80; }
span { border-color: rgb(249,154,128); }
td.TdClassName
{
border-color: #F99A80;
}
.TagClassName
{
border-color: #F99A80;
}
</style>