Shades of Vivid Tangerine #F99880
Tints of Vivid Tangerine #F99880
RGB
CMYK
RGB Variations
Color information
#F99880 (or 0xF99880) is known color: Vivid Tangerine. HEX triplet: F9, 98 and 80. RGB value is (249,152,128). Sum of RGB (Red+Green+Blue) = 249+152+128=529 (70% of max value = 765). Red value is 249 (97.66% from 255 or 47.07% from 529); Green value is 152 (59.77% from 255 or 28.73% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 249 - color contains mainly: red. Hex color #F99880 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99880 is #06677F. Grayscale: #B2B2B2. Windows color (decimal): -419712 or 8427769. OLE color: 8427769.
HSL color Cylindrical-coordinate representation of color #F99880: hue angle of 11.9º 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 #F99880 is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 152 | 128 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.02 |
| HSL | 11.9º | 0.91% | 0.74% | - |
| HSV(B) | 11.9º | 0.49% | 0.98% | - |
| XYZ | 54.19 | 44.15 | 26.09 | - |
| YUV | 178.27 | 99.64 | 178.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 152 | 128 | 0 | 0.39 | 0.49 | 0.02 | 11.9 | 0.91 | 0.74 |
| Hex | F9 | 98 | 80 | 0 | 27 | 31 | 2 | C | 5B | 4A |
| Octal | 371 | 230 | 200 | 0 | 47 | 61 | 2 | 14 | 133 | 112 |
| Binary | 11111001 | 10011000 | 10000000 | 0 | 100111 | 110001 | 10 | 1100 | 1011011 | 1001010 |
Color Harmonies of #F99880
Complementary color
Monochromatic Colors of #F99880
Black with #F99880
Text Example
Text Example
White with #F99880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99880; }
p { color: rgb(249,152,128); }
H1.HeaderClassName
{
color: #F99880;
}
.AnyTagClassName
{
color: #F99880;
}
</style>
background-color css
<style>
a { background-color: #F99880; }
a { background-color: rgb(249,152,128); }
div.DivClassName
{
background-color: #F99880;
}
.BgClassName
{
background-color: #F99880;
}
</style>
border-color css
<style>
span { border-color: #F99880; }
span { border-color: rgb(249,152,128); }
td.TdClassName
{
border-color: #F99880;
}
.TagClassName
{
border-color: #F99880;
}
</style>