Shades of Vivid Tangerine #F99081
Tints of Vivid Tangerine #F99081
RGB
CMYK
RGB Variations
Color information
#F99081 (or 0xF99081) is known color: Vivid Tangerine. HEX triplet: F9, 90 and 81. RGB value is (249,144,129). Sum of RGB (Red+Green+Blue) = 249+144+129=522 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.70% from 522); Green value is 144 (56.64% from 255 or 27.59% from 522); Blue value is 129 (50.78% from 255 or 24.71% from 522); Max value from RGB is 249 - color contains mainly: red. Hex color #F99081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99081 is #066F7E. Grayscale: #ADADAD. Windows color (decimal): -421759 or 8491257. OLE color: 8491257.
HSL color Cylindrical-coordinate representation of color #F99081: hue angle of 7.5º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F99081 is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 129 | - |
| CMYK | 0 | 0.42 | 0.48 | 0.02 |
| HSL | 7.5º | 0.91% | 0.74% | - |
| HSV(B) | 7.5º | 0.48% | 0.98% | - |
| XYZ | 53 | 41.67 | 26.02 | - |
| YUV | 173.69 | 102.79 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 129 | 0 | 0.42 | 0.48 | 0.02 | 7.5 | 0.91 | 0.74 |
| Hex | F9 | 90 | 81 | 0 | 2A | 30 | 2 | 8 | 5B | 4A |
| Octal | 371 | 220 | 201 | 0 | 52 | 60 | 2 | 10 | 133 | 112 |
| Binary | 11111001 | 10010000 | 10000001 | 0 | 101010 | 110000 | 10 | 1000 | 1011011 | 1001010 |
Color Harmonies of #F99081
Complementary color
Monochromatic Colors of #F99081
Black with #F99081
Text Example
Text Example
White with #F99081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99081; }
p { color: rgb(249,144,129); }
H1.HeaderClassName
{
color: #F99081;
}
.AnyTagClassName
{
color: #F99081;
}
</style>
background-color css
<style>
a { background-color: #F99081; }
a { background-color: rgb(249,144,129); }
div.DivClassName
{
background-color: #F99081;
}
.BgClassName
{
background-color: #F99081;
}
</style>
border-color css
<style>
span { border-color: #F99081; }
span { border-color: rgb(249,144,129); }
td.TdClassName
{
border-color: #F99081;
}
.TagClassName
{
border-color: #F99081;
}
</style>