Shades of Vivid Tangerine #FB9B7D
Tints of Vivid Tangerine #FB9B7D
RGB
CMYK
RGB Variations
Color information
#FB9B7D (or 0xFB9B7D) is known color: Vivid Tangerine. HEX triplet: FB, 9B and 7D. RGB value is (251,155,125). Sum of RGB (Red+Green+Blue) = 251+155+125=531 (70% of max value = 765). Red value is 251 (98.44% from 255 or 47.27% from 531); Green value is 155 (60.94% from 255 or 29.19% from 531); Blue value is 125 (49.22% from 255 or 23.54% from 531); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9B7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9B7D is #046482. Grayscale: #B4B4B4. Windows color (decimal): -287875 or 8231931. OLE color: 8231931.
HSL color Cylindrical-coordinate representation of color #FB9B7D: hue angle of 14.29º 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 #FB9B7D is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 155 | 125 | - |
| CMYK | 0 | 0.38 | 0.50 | 0.02 |
| HSL | 14.29º | 0.94% | 0.74% | - |
| HSV(B) | 14.29º | 0.5% | 0.98% | - |
| XYZ | 55.21 | 45.43 | 25.26 | - |
| YUV | 180.28 | 96.8 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 155 | 125 | 0 | 0.38 | 0.50 | 0.02 | 14.29 | 0.94 | 0.74 |
| Hex | FB | 9B | 7D | 0 | 26 | 32 | 2 | E | 5E | 4A |
| Octal | 373 | 233 | 175 | 0 | 46 | 62 | 2 | 16 | 136 | 112 |
| Binary | 11111011 | 10011011 | 1111101 | 0 | 100110 | 110010 | 10 | 1110 | 1011110 | 1001010 |
Color Harmonies of #FB9B7D
Complementary color
Monochromatic Colors of #FB9B7D
Black with #FB9B7D
Text Example
Text Example
White with #FB9B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9B7D; }
p { color: rgb(251,155,125); }
H1.HeaderClassName
{
color: #FB9B7D;
}
.AnyTagClassName
{
color: #FB9B7D;
}
</style>
background-color css
<style>
a { background-color: #FB9B7D; }
a { background-color: rgb(251,155,125); }
div.DivClassName
{
background-color: #FB9B7D;
}
.BgClassName
{
background-color: #FB9B7D;
}
</style>
border-color css
<style>
span { border-color: #FB9B7D; }
span { border-color: rgb(251,155,125); }
td.TdClassName
{
border-color: #FB9B7D;
}
.TagClassName
{
border-color: #FB9B7D;
}
</style>