Shades of Vivid Tangerine #F99375
Tints of Vivid Tangerine #F99375
RGB
CMYK
RGB Variations
Color information
#F99375 (or 0xF99375) is known color: Vivid Tangerine. HEX triplet: F9, 93 and 75. RGB value is (249,147,117). Sum of RGB (Red+Green+Blue) = 249+147+117=513 (67% of max value = 765). Red value is 249 (97.66% from 255 or 48.54% from 513); Green value is 147 (57.81% from 255 or 28.65% from 513); Blue value is 117 (46.09% from 255 or 22.81% from 513); Max value from RGB is 249 - color contains mainly: red. Hex color #F99375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F99375 is #066C8A. Grayscale: #AEAEAE. Windows color (decimal): -421003 or 7705593. OLE color: 7705593.
HSL color Cylindrical-coordinate representation of color #F99375: hue angle of 13.64º 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 #F99375 is Cyan = 0, Magento = 0.41, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 117 | - |
| CMYK | 0 | 0.41 | 0.53 | 0.02 |
| HSL | 13.64º | 0.92% | 0.72% | - |
| HSV(B) | 13.64º | 0.53% | 0.98% | - |
| XYZ | 52.71 | 42.29 | 22.21 | - |
| YUV | 174.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 117 | 0 | 0.41 | 0.53 | 0.02 | 13.64 | 0.92 | 0.72 |
| Hex | F9 | 93 | 75 | 0 | 29 | 35 | 2 | E | 5C | 48 |
| Octal | 371 | 223 | 165 | 0 | 51 | 65 | 2 | 16 | 134 | 110 |
| Binary | 11111001 | 10010011 | 1110101 | 0 | 101001 | 110101 | 10 | 1110 | 1011100 | 1001000 |
Color Harmonies of #F99375
Complementary color
Monochromatic Colors of #F99375
Black with #F99375
Text Example
Text Example
White with #F99375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99375; }
p { color: rgb(249,147,117); }
H1.HeaderClassName
{
color: #F99375;
}
.AnyTagClassName
{
color: #F99375;
}
</style>
background-color css
<style>
a { background-color: #F99375; }
a { background-color: rgb(249,147,117); }
div.DivClassName
{
background-color: #F99375;
}
.BgClassName
{
background-color: #F99375;
}
</style>
border-color css
<style>
span { border-color: #F99375; }
span { border-color: rgb(249,147,117); }
td.TdClassName
{
border-color: #F99375;
}
.TagClassName
{
border-color: #F99375;
}
</style>