Shades of Vivid Tangerine #F99D80
Tints of Vivid Tangerine #F99D80
RGB
CMYK
RGB Variations
Color information
#F99D80 (or 0xF99D80) is known color: Vivid Tangerine. HEX triplet: F9, 9D and 80. RGB value is (249,157,128). Sum of RGB (Red+Green+Blue) = 249+157+128=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 157 (61.72% from 255 or 29.40% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F99D80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99D80 is #06627F. Grayscale: #B5B5B5. Windows color (decimal): -418432 or 8429049. OLE color: 8429049.
HSL color Cylindrical-coordinate representation of color #F99D80: hue angle of 14.38º 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 #F99D80 is Cyan = 0, Magento = 0.37, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 157 | 128 | - |
| CMYK | 0 | 0.37 | 0.49 | 0.02 |
| HSL | 14.38º | 0.91% | 0.74% | - |
| HSV(B) | 14.38º | 0.49% | 0.98% | - |
| XYZ | 55.02 | 45.81 | 26.36 | - |
| YUV | 181.2 | 97.98 | 176.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 157 | 128 | 0 | 0.37 | 0.49 | 0.02 | 14.38 | 0.91 | 0.74 |
| Hex | F9 | 9D | 80 | 0 | 25 | 31 | 2 | E | 5B | 4A |
| Octal | 371 | 235 | 200 | 0 | 45 | 61 | 2 | 16 | 133 | 112 |
| Binary | 11111001 | 10011101 | 10000000 | 0 | 100101 | 110001 | 10 | 1110 | 1011011 | 1001010 |
Color Harmonies of #F99D80
Complementary color
Monochromatic Colors of #F99D80
Black with #F99D80
Text Example
Text Example
White with #F99D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99D80; }
p { color: rgb(249,157,128); }
H1.HeaderClassName
{
color: #F99D80;
}
.AnyTagClassName
{
color: #F99D80;
}
</style>
background-color css
<style>
a { background-color: #F99D80; }
a { background-color: rgb(249,157,128); }
div.DivClassName
{
background-color: #F99D80;
}
.BgClassName
{
background-color: #F99D80;
}
</style>
border-color css
<style>
span { border-color: #F99D80; }
span { border-color: rgb(249,157,128); }
td.TdClassName
{
border-color: #F99D80;
}
.TagClassName
{
border-color: #F99D80;
}
</style>