Shades of Vivid Tangerine #F99172
Tints of Vivid Tangerine #F99172
RGB
CMYK
RGB Variations
Color information
#F99172 (or 0xF99172) is known color: Vivid Tangerine. HEX triplet: F9, 91 and 72. RGB value is (249,145,114). Sum of RGB (Red+Green+Blue) = 249+145+114=508 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.02% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 249 - color contains mainly: red. Hex color #F99172 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99172 is #066E8D. Grayscale: #ACACAC. Windows color (decimal): -421518 or 7508473. OLE color: 7508473.
HSL color Cylindrical-coordinate representation of color #F99172: hue angle of 13.78º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F99172 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 114 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.02 |
| HSL | 13.78º | 0.92% | 0.71% | - |
| HSV(B) | 13.78º | 0.54% | 0.98% | - |
| XYZ | 52.23 | 41.61 | 21.2 | - |
| YUV | 172.56 | 94.96 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 114 | 0 | 0.42 | 0.54 | 0.02 | 13.78 | 0.92 | 0.71 |
| Hex | F9 | 91 | 72 | 0 | 2A | 36 | 2 | E | 5C | 47 |
| Octal | 371 | 221 | 162 | 0 | 52 | 66 | 2 | 16 | 134 | 107 |
| Binary | 11111001 | 10010001 | 1110010 | 0 | 101010 | 110110 | 10 | 1110 | 1011100 | 1000111 |
Color Harmonies of #F99172
Complementary color
Monochromatic Colors of #F99172
Black with #F99172
Text Example
Text Example
White with #F99172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99172; }
p { color: rgb(249,145,114); }
H1.HeaderClassName
{
color: #F99172;
}
.AnyTagClassName
{
color: #F99172;
}
</style>
background-color css
<style>
a { background-color: #F99172; }
a { background-color: rgb(249,145,114); }
div.DivClassName
{
background-color: #F99172;
}
.BgClassName
{
background-color: #F99172;
}
</style>
border-color css
<style>
span { border-color: #F99172; }
span { border-color: rgb(249,145,114); }
td.TdClassName
{
border-color: #F99172;
}
.TagClassName
{
border-color: #F99172;
}
</style>