Shades of Vivid Tangerine #FB957D
Tints of Vivid Tangerine #FB957D
RGB
CMYK
RGB Variations
Color information
#FB957D (or 0xFB957D) is known color: Vivid Tangerine. HEX triplet: FB, 95 and 7D. RGB value is (251,149,125). Sum of RGB (Red+Green+Blue) = 251+149+125=525 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.81% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 251 - color contains mainly: red. Hex color #FB957D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB957D is #046A82. Grayscale: #B0B0B0. Windows color (decimal): -289411 or 8230395. OLE color: 8230395.
HSL color Cylindrical-coordinate representation of color #FB957D: hue angle of 11.43º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FB957D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 149 | 125 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.02 |
| HSL | 11.43º | 0.94% | 0.74% | - |
| HSV(B) | 11.43º | 0.5% | 0.98% | - |
| XYZ | 54.23 | 43.48 | 24.94 | - |
| YUV | 176.76 | 98.79 | 180.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 149 | 125 | 0 | 0.41 | 0.50 | 0.02 | 11.43 | 0.94 | 0.74 |
| Hex | FB | 95 | 7D | 0 | 29 | 32 | 2 | B | 5E | 4A |
| Octal | 373 | 225 | 175 | 0 | 51 | 62 | 2 | 13 | 136 | 112 |
| Binary | 11111011 | 10010101 | 1111101 | 0 | 101001 | 110010 | 10 | 1011 | 1011110 | 1001010 |
Color Harmonies of #FB957D
Complementary color
Monochromatic Colors of #FB957D
Black with #FB957D
Text Example
Text Example
White with #FB957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB957D; }
p { color: rgb(251,149,125); }
H1.HeaderClassName
{
color: #FB957D;
}
.AnyTagClassName
{
color: #FB957D;
}
</style>
background-color css
<style>
a { background-color: #FB957D; }
a { background-color: rgb(251,149,125); }
div.DivClassName
{
background-color: #FB957D;
}
.BgClassName
{
background-color: #FB957D;
}
</style>
border-color css
<style>
span { border-color: #FB957D; }
span { border-color: rgb(251,149,125); }
td.TdClassName
{
border-color: #FB957D;
}
.TagClassName
{
border-color: #FB957D;
}
</style>