Shades of Vivid Tangerine #F99273
Tints of Vivid Tangerine #F99273
RGB
CMYK
RGB Variations
Color information
#F99273 (or 0xF99273) is known color: Vivid Tangerine. HEX triplet: F9, 92 and 73. RGB value is (249,146,115). Sum of RGB (Red+Green+Blue) = 249+146+115=510 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.82% from 510); Green value is 146 (57.42% from 255 or 28.63% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 249 - color contains mainly: red. Hex color #F99273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99273 is #066D8C. Grayscale: #ADADAD. Windows color (decimal): -421261 or 7574265. OLE color: 7574265.
HSL color Cylindrical-coordinate representation of color #F99273: hue angle of 13.88º 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 #F99273 is Cyan = 0, Magento = 0.41, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 146 | 115 | - |
| CMYK | 0 | 0.41 | 0.54 | 0.02 |
| HSL | 13.88º | 0.92% | 0.71% | - |
| HSV(B) | 13.88º | 0.54% | 0.98% | - |
| XYZ | 52.44 | 41.94 | 21.55 | - |
| YUV | 173.26 | 95.12 | 182.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 146 | 115 | 0 | 0.41 | 0.54 | 0.02 | 13.88 | 0.92 | 0.71 |
| Hex | F9 | 92 | 73 | 0 | 29 | 36 | 2 | E | 5C | 47 |
| Octal | 371 | 222 | 163 | 0 | 51 | 66 | 2 | 16 | 134 | 107 |
| Binary | 11111001 | 10010010 | 1110011 | 0 | 101001 | 110110 | 10 | 1110 | 1011100 | 1000111 |
Color Harmonies of #F99273
Complementary color
Monochromatic Colors of #F99273
Black with #F99273
Text Example
Text Example
White with #F99273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99273; }
p { color: rgb(249,146,115); }
H1.HeaderClassName
{
color: #F99273;
}
.AnyTagClassName
{
color: #F99273;
}
</style>
background-color css
<style>
a { background-color: #F99273; }
a { background-color: rgb(249,146,115); }
div.DivClassName
{
background-color: #F99273;
}
.BgClassName
{
background-color: #F99273;
}
</style>
border-color css
<style>
span { border-color: #F99273; }
span { border-color: rgb(249,146,115); }
td.TdClassName
{
border-color: #F99273;
}
.TagClassName
{
border-color: #F99273;
}
</style>