Shades of Vivid Tangerine #F99E85
Tints of Vivid Tangerine #F99E85
RGB
CMYK
RGB Variations
Color information
#F99E85 (or 0xF99E85) is known color: Vivid Tangerine. HEX triplet: F9, 9E and 85. RGB value is (249,158,133). Sum of RGB (Red+Green+Blue) = 249+158+133=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 133 (52.34% from 255 or 24.63% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F99E85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99E85 is #06617A. Grayscale: #B6B6B6. Windows color (decimal): -418171 or 8756985. OLE color: 8756985.
HSL color Cylindrical-coordinate representation of color #F99E85: hue angle of 12.93º 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 #F99E85 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 158 | 133 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.02 |
| HSL | 12.93º | 0.91% | 0.75% | - |
| HSV(B) | 12.93º | 0.47% | 0.98% | - |
| XYZ | 55.53 | 46.29 | 28.2 | - |
| YUV | 182.36 | 100.15 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 158 | 133 | 0 | 0.37 | 0.47 | 0.02 | 12.93 | 0.91 | 0.75 |
| Hex | F9 | 9E | 85 | 0 | 25 | 2F | 2 | D | 5B | 4B |
| Octal | 371 | 236 | 205 | 0 | 45 | 57 | 2 | 15 | 133 | 113 |
| Binary | 11111001 | 10011110 | 10000101 | 0 | 100101 | 101111 | 10 | 1101 | 1011011 | 1001011 |
Color Harmonies of #F99E85
Complementary color
Monochromatic Colors of #F99E85
Black with #F99E85
Text Example
Text Example
White with #F99E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99E85; }
p { color: rgb(249,158,133); }
H1.HeaderClassName
{
color: #F99E85;
}
.AnyTagClassName
{
color: #F99E85;
}
</style>
background-color css
<style>
a { background-color: #F99E85; }
a { background-color: rgb(249,158,133); }
div.DivClassName
{
background-color: #F99E85;
}
.BgClassName
{
background-color: #F99E85;
}
</style>
border-color css
<style>
span { border-color: #F99E85; }
span { border-color: rgb(249,158,133); }
td.TdClassName
{
border-color: #F99E85;
}
.TagClassName
{
border-color: #F99E85;
}
</style>