Shades of Vivid Tangerine #FB9378
Tints of Vivid Tangerine #FB9378
RGB
CMYK
RGB Variations
Color information
#FB9378 (or 0xFB9378) is known color: Vivid Tangerine. HEX triplet: FB, 93 and 78. RGB value is (251,147,120). Sum of RGB (Red+Green+Blue) = 251+147+120=518 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.46% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 120 (47.27% from 255 or 23.17% from 518); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9378 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9378 is #046C87. Grayscale: #AFAFAF. Windows color (decimal): -289928 or 7902203. OLE color: 7902203.
HSL color Cylindrical-coordinate representation of color #FB9378: hue angle of 12.37º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FB9378 is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 147 | 120 | - |
| CMYK | 0 | 0.41 | 0.52 | 0.02 |
| HSL | 12.37º | 0.94% | 0.73% | - |
| HSV(B) | 12.37º | 0.52% | 0.98% | - |
| XYZ | 53.61 | 42.73 | 23.19 | - |
| YUV | 175.02 | 96.96 | 182.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 147 | 120 | 0 | 0.41 | 0.52 | 0.02 | 12.37 | 0.94 | 0.73 |
| Hex | FB | 93 | 78 | 0 | 29 | 34 | 2 | C | 5E | 49 |
| Octal | 373 | 223 | 170 | 0 | 51 | 64 | 2 | 14 | 136 | 111 |
| Binary | 11111011 | 10010011 | 1111000 | 0 | 101001 | 110100 | 10 | 1100 | 1011110 | 1001001 |
Color Harmonies of #FB9378
Complementary color
Monochromatic Colors of #FB9378
Black with #FB9378
Text Example
Text Example
White with #FB9378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9378; }
p { color: rgb(251,147,120); }
H1.HeaderClassName
{
color: #FB9378;
}
.AnyTagClassName
{
color: #FB9378;
}
</style>
background-color css
<style>
a { background-color: #FB9378; }
a { background-color: rgb(251,147,120); }
div.DivClassName
{
background-color: #FB9378;
}
.BgClassName
{
background-color: #FB9378;
}
</style>
border-color css
<style>
span { border-color: #FB9378; }
span { border-color: rgb(251,147,120); }
td.TdClassName
{
border-color: #FB9378;
}
.TagClassName
{
border-color: #FB9378;
}
</style>