Shades of Vivid Tangerine #FB8F74
Tints of Vivid Tangerine #FB8F74
RGB
CMYK
RGB Variations
Color information
#FB8F74 (or 0xFB8F74) is known color: Vivid Tangerine. HEX triplet: FB, 8F and 74. RGB value is (251,143,116). Sum of RGB (Red+Green+Blue) = 251+143+116=510 (67% of max value = 765). Red value is 251 (98.44% from 255 or 49.22% from 510); Green value is 143 (56.25% from 255 or 28.04% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB8F74 is #04708B. Grayscale: #ACACAC. Windows color (decimal): -290956 or 7639035. OLE color: 7639035.
HSL color Cylindrical-coordinate representation of color #FB8F74: hue angle of 12º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FB8F74 is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 143 | 116 | - |
| CMYK | 0 | 0.43 | 0.54 | 0.02 |
| HSL | 12º | 0.94% | 0.72% | - |
| HSV(B) | 12º | 0.54% | 0.98% | - |
| XYZ | 52.76 | 41.42 | 21.74 | - |
| YUV | 172.21 | 96.28 | 184.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 143 | 116 | 0 | 0.43 | 0.54 | 0.02 | 12 | 0.94 | 0.72 |
| Hex | FB | 8F | 74 | 0 | 2B | 36 | 2 | C | 5E | 48 |
| Octal | 373 | 217 | 164 | 0 | 53 | 66 | 2 | 14 | 136 | 110 |
| Binary | 11111011 | 10001111 | 1110100 | 0 | 101011 | 110110 | 10 | 1100 | 1011110 | 1001000 |
Color Harmonies of #FB8F74
Complementary color
Monochromatic Colors of #FB8F74
Black with #FB8F74
Text Example
Text Example
White with #FB8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8F74; }
p { color: rgb(251,143,116); }
H1.HeaderClassName
{
color: #FB8F74;
}
.AnyTagClassName
{
color: #FB8F74;
}
</style>
background-color css
<style>
a { background-color: #FB8F74; }
a { background-color: rgb(251,143,116); }
div.DivClassName
{
background-color: #FB8F74;
}
.BgClassName
{
background-color: #FB8F74;
}
</style>
border-color css
<style>
span { border-color: #FB8F74; }
span { border-color: rgb(251,143,116); }
td.TdClassName
{
border-color: #FB8F74;
}
.TagClassName
{
border-color: #FB8F74;
}
</style>