Shades of Vivid Tangerine #F99175
Tints of Vivid Tangerine #F99175
RGB
CMYK
RGB Variations
Color information
#F99175 (or 0xF99175) is known color: Vivid Tangerine. HEX triplet: F9, 91 and 75. RGB value is (249,145,117). Sum of RGB (Red+Green+Blue) = 249+145+117=511 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.73% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 117 (46.09% from 255 or 22.90% from 511); Max value from RGB is 249 - color contains mainly: red. Hex color #F99175 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99175 is #066E8A. Grayscale: #ADADAD. Windows color (decimal): -421515 or 7705081. OLE color: 7705081.
HSL color Cylindrical-coordinate representation of color #F99175: hue angle of 12.73º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F99175 is Cyan = 0, Magento = 0.42, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 117 | - |
| CMYK | 0 | 0.42 | 0.53 | 0.02 |
| HSL | 12.73º | 0.92% | 0.72% | - |
| HSV(B) | 12.73º | 0.53% | 0.98% | - |
| XYZ | 52.4 | 41.67 | 22.11 | - |
| YUV | 172.9 | 96.46 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 117 | 0 | 0.42 | 0.53 | 0.02 | 12.73 | 0.92 | 0.72 |
| Hex | F9 | 91 | 75 | 0 | 2A | 35 | 2 | D | 5C | 48 |
| Octal | 371 | 221 | 165 | 0 | 52 | 65 | 2 | 15 | 134 | 110 |
| Binary | 11111001 | 10010001 | 1110101 | 0 | 101010 | 110101 | 10 | 1101 | 1011100 | 1001000 |
Color Harmonies of #F99175
Complementary color
Monochromatic Colors of #F99175
Black with #F99175
Text Example
Text Example
White with #F99175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99175; }
p { color: rgb(249,145,117); }
H1.HeaderClassName
{
color: #F99175;
}
.AnyTagClassName
{
color: #F99175;
}
</style>
background-color css
<style>
a { background-color: #F99175; }
a { background-color: rgb(249,145,117); }
div.DivClassName
{
background-color: #F99175;
}
.BgClassName
{
background-color: #F99175;
}
</style>
border-color css
<style>
span { border-color: #F99175; }
span { border-color: rgb(249,145,117); }
td.TdClassName
{
border-color: #F99175;
}
.TagClassName
{
border-color: #F99175;
}
</style>