Shades of Vivid Tangerine #FF997B
Tints of Vivid Tangerine #FF997B
RGB
CMYK
RGB Variations
Color information
#FF997B (or 0xFF997B) is known color: Vivid Tangerine. HEX triplet: FF, 99 and 7B. RGB value is (255,153,123). Sum of RGB (Red+Green+Blue) = 255+153+123=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 123 (48.44% from 255 or 23.16% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FF997B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF997B is #006684. Grayscale: #B4B4B4. Windows color (decimal): -26245 or 8100351. OLE color: 8100351.
HSL color Cylindrical-coordinate representation of color #FF997B: hue angle of 13.64º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FF997B is Cyan = 0, Magento = 0.4, Yellow = 0.52 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 153 | 123 | - |
| CMYK | 0 | 0.4 | 0.52 | 0 |
| HSL | 13.64º | 1% | 0.74% | - |
| HSV(B) | 13.64º | 0.52% | 1% | - |
| XYZ | 56.21 | 45.47 | 24.55 | - |
| YUV | 180.08 | 95.79 | 181.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 153 | 123 | 0 | 0.4 | 0.52 | 0 | 13.64 | 1 | 0.74 |
| Hex | FF | 99 | 7B | 0 | 28 | 34 | 0 | E | 64 | 4A |
| Octal | 377 | 231 | 173 | 0 | 50 | 64 | 0 | 16 | 144 | 112 |
| Binary | 11111111 | 10011001 | 1111011 | 0 | 101000 | 110100 | 0 | 1110 | 1100100 | 1001010 |
Color Harmonies of #FF997B
Complementary color
Monochromatic Colors of #FF997B
Black with #FF997B
Text Example
Text Example
White with #FF997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF997B; }
p { color: rgb(255,153,123); }
H1.HeaderClassName
{
color: #FF997B;
}
.AnyTagClassName
{
color: #FF997B;
}
</style>
background-color css
<style>
a { background-color: #FF997B; }
a { background-color: rgb(255,153,123); }
div.DivClassName
{
background-color: #FF997B;
}
.BgClassName
{
background-color: #FF997B;
}
</style>
border-color css
<style>
span { border-color: #FF997B; }
span { border-color: rgb(255,153,123); }
td.TdClassName
{
border-color: #FF997B;
}
.TagClassName
{
border-color: #FF997B;
}
</style>