Shades of Vivid Tangerine #FF9077
Tints of Vivid Tangerine #FF9077
RGB
CMYK
RGB Variations
Color information
#FF9077 (or 0xFF9077) is known color: Vivid Tangerine. HEX triplet: FF, 90 and 77. RGB value is (255,144,119). Sum of RGB (Red+Green+Blue) = 255+144+119=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 144 (56.64% from 255 or 27.80% from 518); Blue value is 119 (46.88% from 255 or 22.97% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9077 is #006F88. Grayscale: #AEAEAE. Windows color (decimal): -28553 or 7835903. OLE color: 7835903.
HSL color Cylindrical-coordinate representation of color #FF9077: hue angle of 11.03º 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 #FF9077 is Cyan = 0, Magento = 0.44, Yellow = 0.53 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 119 | - |
| CMYK | 0 | 0.44 | 0.53 | 0 |
| HSL | 11.03º | 1% | 0.73% | - |
| HSV(B) | 11.03º | 0.53% | 1% | - |
| XYZ | 54.54 | 42.54 | 22.79 | - |
| YUV | 174.34 | 96.77 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 119 | 0 | 0.44 | 0.53 | 0 | 11.03 | 1 | 0.73 |
| Hex | FF | 90 | 77 | 0 | 2C | 35 | 0 | B | 64 | 49 |
| Octal | 377 | 220 | 167 | 0 | 54 | 65 | 0 | 13 | 144 | 111 |
| Binary | 11111111 | 10010000 | 1110111 | 0 | 101100 | 110101 | 0 | 1011 | 1100100 | 1001001 |
Color Harmonies of #FF9077
Complementary color
Monochromatic Colors of #FF9077
Black with #FF9077
Text Example
Text Example
White with #FF9077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9077; }
p { color: rgb(255,144,119); }
H1.HeaderClassName
{
color: #FF9077;
}
.AnyTagClassName
{
color: #FF9077;
}
</style>
background-color css
<style>
a { background-color: #FF9077; }
a { background-color: rgb(255,144,119); }
div.DivClassName
{
background-color: #FF9077;
}
.BgClassName
{
background-color: #FF9077;
}
</style>
border-color css
<style>
span { border-color: #FF9077; }
span { border-color: rgb(255,144,119); }
td.TdClassName
{
border-color: #FF9077;
}
.TagClassName
{
border-color: #FF9077;
}
</style>