Shades of Vivid Tangerine #F99C85
Tints of Vivid Tangerine #F99C85
RGB
CMYK
RGB Variations
Color information
#F99C85 (or 0xF99C85) is known color: Vivid Tangerine. HEX triplet: F9, 9C and 85. RGB value is (249,156,133). Sum of RGB (Red+Green+Blue) = 249+156+133=538 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.28% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 249 - color contains mainly: red. Hex color #F99C85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99C85 is #06637A. Grayscale: #B5B5B5. Windows color (decimal): -418683 or 8756473. OLE color: 8756473.
HSL color Cylindrical-coordinate representation of color #F99C85: hue angle of 11.9º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F99C85 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 156 | 133 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.02 |
| HSL | 11.9º | 0.91% | 0.75% | - |
| HSV(B) | 11.9º | 0.47% | 0.98% | - |
| XYZ | 55.19 | 45.61 | 28.09 | - |
| YUV | 181.19 | 100.81 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 156 | 133 | 0 | 0.37 | 0.47 | 0.02 | 11.9 | 0.91 | 0.75 |
| Hex | F9 | 9C | 85 | 0 | 25 | 2F | 2 | C | 5B | 4B |
| Octal | 371 | 234 | 205 | 0 | 45 | 57 | 2 | 14 | 133 | 113 |
| Binary | 11111001 | 10011100 | 10000101 | 0 | 100101 | 101111 | 10 | 1100 | 1011011 | 1001011 |
Color Harmonies of #F99C85
Complementary color
Monochromatic Colors of #F99C85
Black with #F99C85
Text Example
Text Example
White with #F99C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99C85; }
p { color: rgb(249,156,133); }
H1.HeaderClassName
{
color: #F99C85;
}
.AnyTagClassName
{
color: #F99C85;
}
</style>
background-color css
<style>
a { background-color: #F99C85; }
a { background-color: rgb(249,156,133); }
div.DivClassName
{
background-color: #F99C85;
}
.BgClassName
{
background-color: #F99C85;
}
</style>
border-color css
<style>
span { border-color: #F99C85; }
span { border-color: rgb(249,156,133); }
td.TdClassName
{
border-color: #F99C85;
}
.TagClassName
{
border-color: #F99C85;
}
</style>