Shades of Vivid Tangerine #FB9075
Tints of Vivid Tangerine #FB9075
RGB
CMYK
RGB Variations
Color information
#FB9075 (or 0xFB9075) is known color: Vivid Tangerine. HEX triplet: FB, 90 and 75. RGB value is (251,144,117). Sum of RGB (Red+Green+Blue) = 251+144+117=512 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.02% from 512); Green value is 144 (56.64% from 255 or 28.12% from 512); Blue value is 117 (46.09% from 255 or 22.85% from 512); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9075 is #046F8A. Grayscale: #ADADAD. Windows color (decimal): -290699 or 7704827. OLE color: 7704827.
HSL color Cylindrical-coordinate representation of color #FB9075: hue angle of 12.09º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FB9075 is Cyan = 0, Magento = 0.43, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 117 | - |
| CMYK | 0 | 0.43 | 0.53 | 0.02 |
| HSL | 12.09º | 0.94% | 0.72% | - |
| HSV(B) | 12.09º | 0.53% | 0.98% | - |
| XYZ | 52.97 | 41.74 | 22.09 | - |
| YUV | 172.92 | 96.45 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 117 | 0 | 0.43 | 0.53 | 0.02 | 12.09 | 0.94 | 0.72 |
| Hex | FB | 90 | 75 | 0 | 2B | 35 | 2 | C | 5E | 48 |
| Octal | 373 | 220 | 165 | 0 | 53 | 65 | 2 | 14 | 136 | 110 |
| Binary | 11111011 | 10010000 | 1110101 | 0 | 101011 | 110101 | 10 | 1100 | 1011110 | 1001000 |
Color Harmonies of #FB9075
Complementary color
Monochromatic Colors of #FB9075
Black with #FB9075
Text Example
Text Example
White with #FB9075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9075; }
p { color: rgb(251,144,117); }
H1.HeaderClassName
{
color: #FB9075;
}
.AnyTagClassName
{
color: #FB9075;
}
</style>
background-color css
<style>
a { background-color: #FB9075; }
a { background-color: rgb(251,144,117); }
div.DivClassName
{
background-color: #FB9075;
}
.BgClassName
{
background-color: #FB9075;
}
</style>
border-color css
<style>
span { border-color: #FB9075; }
span { border-color: rgb(251,144,117); }
td.TdClassName
{
border-color: #FB9075;
}
.TagClassName
{
border-color: #FB9075;
}
</style>