Shades of Vivid Tangerine #FB997F
Tints of Vivid Tangerine #FB997F
RGB
CMYK
RGB Variations
Color information
#FB997F (or 0xFB997F) is known color: Vivid Tangerine. HEX triplet: FB, 99 and 7F. RGB value is (251,153,127). Sum of RGB (Red+Green+Blue) = 251+153+127=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 127 (50% from 255 or 23.92% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB997F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB997F is #046680. Grayscale: #B3B3B3. Windows color (decimal): -288385 or 8362491. OLE color: 8362491.
HSL color Cylindrical-coordinate representation of color #FB997F: hue angle of 12.58º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FB997F is Cyan = 0, Magento = 0.39, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 153 | 127 | - |
| CMYK | 0 | 0.39 | 0.49 | 0.02 |
| HSL | 12.58º | 0.94% | 0.74% | - |
| HSV(B) | 12.58º | 0.49% | 0.98% | - |
| XYZ | 55.01 | 44.82 | 25.83 | - |
| YUV | 179.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 153 | 127 | 0 | 0.39 | 0.49 | 0.02 | 12.58 | 0.94 | 0.74 |
| Hex | FB | 99 | 7F | 0 | 27 | 31 | 2 | D | 5E | 4A |
| Octal | 373 | 231 | 177 | 0 | 47 | 61 | 2 | 15 | 136 | 112 |
| Binary | 11111011 | 10011001 | 1111111 | 0 | 100111 | 110001 | 10 | 1101 | 1011110 | 1001010 |
Color Harmonies of #FB997F
Complementary color
Monochromatic Colors of #FB997F
Black with #FB997F
Text Example
Text Example
White with #FB997F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB997F; }
p { color: rgb(251,153,127); }
H1.HeaderClassName
{
color: #FB997F;
}
.AnyTagClassName
{
color: #FB997F;
}
</style>
background-color css
<style>
a { background-color: #FB997F; }
a { background-color: rgb(251,153,127); }
div.DivClassName
{
background-color: #FB997F;
}
.BgClassName
{
background-color: #FB997F;
}
</style>
border-color css
<style>
span { border-color: #FB997F; }
span { border-color: rgb(251,153,127); }
td.TdClassName
{
border-color: #FB997F;
}
.TagClassName
{
border-color: #FB997F;
}
</style>