Shades of Vivid Tangerine #F99A85
Tints of Vivid Tangerine #F99A85
RGB
CMYK
RGB Variations
Color information
#F99A85 (or 0xF99A85) is known color: Vivid Tangerine. HEX triplet: F9, 9A and 85. RGB value is (249,154,133). Sum of RGB (Red+Green+Blue) = 249+154+133=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 133 (52.34% from 255 or 24.81% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F99A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99A85 is #06657A. Grayscale: #B4B4B4. Windows color (decimal): -419195 or 8755961. OLE color: 8755961.
HSL color Cylindrical-coordinate representation of color #F99A85: hue angle of 10.86º 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 #F99A85 is Cyan = 0, Magento = 0.38, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 154 | 133 | - |
| CMYK | 0 | 0.38 | 0.47 | 0.02 |
| HSL | 10.86º | 0.91% | 0.75% | - |
| HSV(B) | 10.86º | 0.47% | 0.98% | - |
| XYZ | 54.86 | 44.94 | 27.97 | - |
| YUV | 180.01 | 101.47 | 177.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 154 | 133 | 0 | 0.38 | 0.47 | 0.02 | 10.86 | 0.91 | 0.75 |
| Hex | F9 | 9A | 85 | 0 | 26 | 2F | 2 | B | 5B | 4B |
| Octal | 371 | 232 | 205 | 0 | 46 | 57 | 2 | 13 | 133 | 113 |
| Binary | 11111001 | 10011010 | 10000101 | 0 | 100110 | 101111 | 10 | 1011 | 1011011 | 1001011 |
Color Harmonies of #F99A85
Complementary color
Monochromatic Colors of #F99A85
Black with #F99A85
Text Example
Text Example
White with #F99A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99A85; }
p { color: rgb(249,154,133); }
H1.HeaderClassName
{
color: #F99A85;
}
.AnyTagClassName
{
color: #F99A85;
}
</style>
background-color css
<style>
a { background-color: #F99A85; }
a { background-color: rgb(249,154,133); }
div.DivClassName
{
background-color: #F99A85;
}
.BgClassName
{
background-color: #F99A85;
}
</style>
border-color css
<style>
span { border-color: #F99A85; }
span { border-color: rgb(249,154,133); }
td.TdClassName
{
border-color: #F99A85;
}
.TagClassName
{
border-color: #F99A85;
}
</style>