Shades of Vivid Tangerine #F99072
Tints of Vivid Tangerine #F99072
RGB
CMYK
RGB Variations
Color information
#F99072 (or 0xF99072) is known color: Vivid Tangerine. HEX triplet: F9, 90 and 72. RGB value is (249,144,114). Sum of RGB (Red+Green+Blue) = 249+144+114=507 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.11% from 507); Green value is 144 (56.64% from 255 or 28.40% from 507); Blue value is 114 (44.92% from 255 or 22.49% from 507); Max value from RGB is 249 - color contains mainly: red. Hex color #F99072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99072 is #066F8D. Grayscale: #ACACAC. Windows color (decimal): -421774 or 7508217. OLE color: 7508217.
HSL color Cylindrical-coordinate representation of color #F99072: hue angle of 13.33º 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 #F99072 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 144 | 114 | - |
| CMYK | 0 | 0.42 | 0.54 | 0.02 |
| HSL | 13.33º | 0.92% | 0.71% | - |
| HSV(B) | 13.33º | 0.54% | 0.98% | - |
| XYZ | 52.08 | 41.3 | 21.15 | - |
| YUV | 171.98 | 95.29 | 182.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 144 | 114 | 0 | 0.42 | 0.54 | 0.02 | 13.33 | 0.92 | 0.71 |
| Hex | F9 | 90 | 72 | 0 | 2A | 36 | 2 | D | 5C | 47 |
| Octal | 371 | 220 | 162 | 0 | 52 | 66 | 2 | 15 | 134 | 107 |
| Binary | 11111001 | 10010000 | 1110010 | 0 | 101010 | 110110 | 10 | 1101 | 1011100 | 1000111 |
Color Harmonies of #F99072
Complementary color
Monochromatic Colors of #F99072
Black with #F99072
Text Example
Text Example
White with #F99072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99072; }
p { color: rgb(249,144,114); }
H1.HeaderClassName
{
color: #F99072;
}
.AnyTagClassName
{
color: #F99072;
}
</style>
background-color css
<style>
a { background-color: #F99072; }
a { background-color: rgb(249,144,114); }
div.DivClassName
{
background-color: #F99072;
}
.BgClassName
{
background-color: #F99072;
}
</style>
border-color css
<style>
span { border-color: #F99072; }
span { border-color: rgb(249,144,114); }
td.TdClassName
{
border-color: #F99072;
}
.TagClassName
{
border-color: #F99072;
}
</style>