Shades of Vivid Tangerine #FF9375
Tints of Vivid Tangerine #FF9375
RGB
CMYK
RGB Variations
Color information
#FF9375 (or 0xFF9375) is known color: Vivid Tangerine. HEX triplet: FF, 93 and 75. RGB value is (255,147,117). Sum of RGB (Red+Green+Blue) = 255+147+117=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 117 (46.09% from 255 or 22.54% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9375 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9375 is #006C8A. Grayscale: #B0B0B0. Windows color (decimal): -27787 or 7705599. OLE color: 7705599.
HSL color Cylindrical-coordinate representation of color #FF9375: hue angle of 13.04º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF9375 is Cyan = 0, Magento = 0.42, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 147 | 117 | - |
| CMYK | 0 | 0.42 | 0.54 | 0 |
| HSL | 13.04º | 1% | 0.73% | - |
| HSV(B) | 13.04º | 0.54% | 1% | - |
| XYZ | 54.88 | 43.41 | 22.32 | - |
| YUV | 175.87 | 94.78 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 147 | 117 | 0 | 0.42 | 0.54 | 0 | 13.04 | 1 | 0.73 |
| Hex | FF | 93 | 75 | 0 | 2A | 36 | 0 | D | 64 | 49 |
| Octal | 377 | 223 | 165 | 0 | 52 | 66 | 0 | 15 | 144 | 111 |
| Binary | 11111111 | 10010011 | 1110101 | 0 | 101010 | 110110 | 0 | 1101 | 1100100 | 1001001 |
Color Harmonies of #FF9375
Complementary color
Monochromatic Colors of #FF9375
Black with #FF9375
Text Example
Text Example
White with #FF9375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9375; }
p { color: rgb(255,147,117); }
H1.HeaderClassName
{
color: #FF9375;
}
.AnyTagClassName
{
color: #FF9375;
}
</style>
background-color css
<style>
a { background-color: #FF9375; }
a { background-color: rgb(255,147,117); }
div.DivClassName
{
background-color: #FF9375;
}
.BgClassName
{
background-color: #FF9375;
}
</style>
border-color css
<style>
span { border-color: #FF9375; }
span { border-color: rgb(255,147,117); }
td.TdClassName
{
border-color: #FF9375;
}
.TagClassName
{
border-color: #FF9375;
}
</style>