Shades of Vivid Tangerine #F99080
Tints of Vivid Tangerine #F99080
RGB
CMYK
RGB Variations
Color information
#F99080 (or 0xF99080) is known color: Vivid Tangerine. HEX triplet: F9, 90 and 80. RGB value is (249,144,128). Sum of RGB (Red+Green+Blue) = 249+144+128=521 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.79% from 521); Green value is 144 (56.64% from 255 or 27.64% from 521); Blue value is 128 (50.39% from 255 or 24.57% from 521); Max value from RGB is 249 - color contains mainly: red. Hex color #F99080 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99080 is #066F7F. Grayscale: #ADADAD. Windows color (decimal): -421760 or 8425721. OLE color: 8425721.
HSL color Cylindrical-coordinate representation of color #F99080: hue angle of 7.93º 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 #F99080 is Cyan = 0, Magento = 0.42, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 128 | - |
| CMYK | 0 | 0.42 | 0.49 | 0.02 |
| HSL | 7.93º | 0.91% | 0.74% | - |
| HSV(B) | 7.93º | 0.49% | 0.98% | - |
| XYZ | 52.94 | 41.64 | 25.67 | - |
| YUV | 173.57 | 102.29 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 128 | 0 | 0.42 | 0.49 | 0.02 | 7.93 | 0.91 | 0.74 |
| Hex | F9 | 90 | 80 | 0 | 2A | 31 | 2 | 8 | 5B | 4A |
| Octal | 371 | 220 | 200 | 0 | 52 | 61 | 2 | 10 | 133 | 112 |
| Binary | 11111001 | 10010000 | 10000000 | 0 | 101010 | 110001 | 10 | 1000 | 1011011 | 1001010 |
Color Harmonies of #F99080
Complementary color
Monochromatic Colors of #F99080
Black with #F99080
Text Example
Text Example
White with #F99080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99080; }
p { color: rgb(249,144,128); }
H1.HeaderClassName
{
color: #F99080;
}
.AnyTagClassName
{
color: #F99080;
}
</style>
background-color css
<style>
a { background-color: #F99080; }
a { background-color: rgb(249,144,128); }
div.DivClassName
{
background-color: #F99080;
}
.BgClassName
{
background-color: #F99080;
}
</style>
border-color css
<style>
span { border-color: #F99080; }
span { border-color: rgb(249,144,128); }
td.TdClassName
{
border-color: #F99080;
}
.TagClassName
{
border-color: #F99080;
}
</style>