Shades of Vivid Tangerine #FB957F
Tints of Vivid Tangerine #FB957F
RGB
CMYK
RGB Variations
Color information
#FB957F (or 0xFB957F) is known color: Vivid Tangerine. HEX triplet: FB, 95 and 7F. RGB value is (251,149,127). Sum of RGB (Red+Green+Blue) = 251+149+127=527 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.63% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 251 - color contains mainly: red. Hex color #FB957F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB957F is #046A80. Grayscale: #B1B1B1. Windows color (decimal): -289409 or 8361467. OLE color: 8361467.
HSL color Cylindrical-coordinate representation of color #FB957F: hue angle of 10.65º 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 #FB957F is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 127 | - |
| CMYK | 0 | 0.41 | 0.49 | 0.02 |
| HSL | 10.65º | 0.94% | 0.74% | - |
| HSV(B) | 10.65º | 0.49% | 0.98% | - |
| XYZ | 54.36 | 43.54 | 25.62 | - |
| YUV | 176.99 | 99.79 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 127 | 0 | 0.41 | 0.49 | 0.02 | 10.65 | 0.94 | 0.74 |
| Hex | FB | 95 | 7F | 0 | 29 | 31 | 2 | B | 5E | 4A |
| Octal | 373 | 225 | 177 | 0 | 51 | 61 | 2 | 13 | 136 | 112 |
| Binary | 11111011 | 10010101 | 1111111 | 0 | 101001 | 110001 | 10 | 1011 | 1011110 | 1001010 |
Color Harmonies of #FB957F
Complementary color
Monochromatic Colors of #FB957F
Black with #FB957F
Text Example
Text Example
White with #FB957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB957F; }
p { color: rgb(251,149,127); }
H1.HeaderClassName
{
color: #FB957F;
}
.AnyTagClassName
{
color: #FB957F;
}
</style>
background-color css
<style>
a { background-color: #FB957F; }
a { background-color: rgb(251,149,127); }
div.DivClassName
{
background-color: #FB957F;
}
.BgClassName
{
background-color: #FB957F;
}
</style>
border-color css
<style>
span { border-color: #FB957F; }
span { border-color: rgb(251,149,127); }
td.TdClassName
{
border-color: #FB957F;
}
.TagClassName
{
border-color: #FB957F;
}
</style>