Shades of Vivid Tangerine #FF9277
Tints of Vivid Tangerine #FF9277
RGB
CMYK
RGB Variations
Color information
#FF9277 (or 0xFF9277) is known color: Vivid Tangerine. HEX triplet: FF, 92 and 77. RGB value is (255,146,119). Sum of RGB (Red+Green+Blue) = 255+146+119=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 146 (57.42% from 255 or 28.08% from 520); Blue value is 119 (46.88% from 255 or 22.88% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9277 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9277 is #006D88. Grayscale: #AFAFAF. Windows color (decimal): -28041 or 7836415. OLE color: 7836415.
HSL color Cylindrical-coordinate representation of color #FF9277: hue angle of 11.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FF9277 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 119 | - |
| CMYK | 0 | 0.43 | 0.53 | 0 |
| HSL | 11.91º | 1% | 0.73% | - |
| HSV(B) | 11.91º | 0.53% | 1% | - |
| XYZ | 54.85 | 43.15 | 22.89 | - |
| YUV | 175.51 | 96.11 | 184.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 119 | 0 | 0.43 | 0.53 | 0 | 11.91 | 1 | 0.73 |
| Hex | FF | 92 | 77 | 0 | 2B | 35 | 0 | C | 64 | 49 |
| Octal | 377 | 222 | 167 | 0 | 53 | 65 | 0 | 14 | 144 | 111 |
| Binary | 11111111 | 10010010 | 1110111 | 0 | 101011 | 110101 | 0 | 1100 | 1100100 | 1001001 |
Color Harmonies of #FF9277
Complementary color
Monochromatic Colors of #FF9277
Black with #FF9277
Text Example
Text Example
White with #FF9277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9277; }
p { color: rgb(255,146,119); }
H1.HeaderClassName
{
color: #FF9277;
}
.AnyTagClassName
{
color: #FF9277;
}
</style>
background-color css
<style>
a { background-color: #FF9277; }
a { background-color: rgb(255,146,119); }
div.DivClassName
{
background-color: #FF9277;
}
.BgClassName
{
background-color: #FF9277;
}
</style>
border-color css
<style>
span { border-color: #FF9277; }
span { border-color: rgb(255,146,119); }
td.TdClassName
{
border-color: #FF9277;
}
.TagClassName
{
border-color: #FF9277;
}
</style>