Shades of Vivid Tangerine #FF9275
Tints of Vivid Tangerine #FF9275
RGB
CMYK
RGB Variations
Color information
#FF9275 (or 0xFF9275) is known color: Vivid Tangerine. HEX triplet: FF, 92 and 75. RGB value is (255,146,117). Sum of RGB (Red+Green+Blue) = 255+146+117=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 146 (57.42% from 255 or 28.19% from 518); Blue value is 117 (46.09% from 255 or 22.59% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9275 is #006D8A. Grayscale: #AFAFAF. Windows color (decimal): -28043 or 7705343. OLE color: 7705343.
HSL color Cylindrical-coordinate representation of color #FF9275: hue angle of 12.61º 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 #FF9275 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 117 | - |
| CMYK | 0 | 0.43 | 0.54 | 0 |
| HSL | 12.61º | 1% | 0.73% | - |
| HSV(B) | 12.61º | 0.54% | 1% | - |
| XYZ | 54.73 | 43.1 | 22.26 | - |
| YUV | 175.29 | 95.11 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 117 | 0 | 0.43 | 0.54 | 0 | 12.61 | 1 | 0.73 |
| Hex | FF | 92 | 75 | 0 | 2B | 36 | 0 | D | 64 | 49 |
| Octal | 377 | 222 | 165 | 0 | 53 | 66 | 0 | 15 | 144 | 111 |
| Binary | 11111111 | 10010010 | 1110101 | 0 | 101011 | 110110 | 0 | 1101 | 1100100 | 1001001 |
Color Harmonies of #FF9275
Complementary color
Monochromatic Colors of #FF9275
Black with #FF9275
Text Example
Text Example
White with #FF9275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9275; }
p { color: rgb(255,146,117); }
H1.HeaderClassName
{
color: #FF9275;
}
.AnyTagClassName
{
color: #FF9275;
}
</style>
background-color css
<style>
a { background-color: #FF9275; }
a { background-color: rgb(255,146,117); }
div.DivClassName
{
background-color: #FF9275;
}
.BgClassName
{
background-color: #FF9275;
}
</style>
border-color css
<style>
span { border-color: #FF9275; }
span { border-color: rgb(255,146,117); }
td.TdClassName
{
border-color: #FF9275;
}
.TagClassName
{
border-color: #FF9275;
}
</style>