Shades of Vivid Tangerine #FB9A85
Tints of Vivid Tangerine #FB9A85
RGB
CMYK
RGB Variations
Color information
#FB9A85 (or 0xFB9A85) is known color: Vivid Tangerine. HEX triplet: FB, 9A and 85. RGB value is (251,154,133). Sum of RGB (Red+Green+Blue) = 251+154+133=538 (71% of max value = 765). Red value is 251 (98.44% from 255 or 46.65% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 133 (52.34% from 255 or 24.72% from 538); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FB9A85 is #04657A. Grayscale: #B4B4B4. Windows color (decimal): -288123 or 8755963. OLE color: 8755963.
HSL color Cylindrical-coordinate representation of color #FB9A85: hue angle of 10.68º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FB9A85 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 154 | 133 | - |
| CMYK | 0 | 0.39 | 0.47 | 0.02 |
| HSL | 10.68º | 0.94% | 0.75% | - |
| HSV(B) | 10.68º | 0.47% | 0.98% | - |
| XYZ | 55.57 | 45.31 | 28.01 | - |
| YUV | 180.61 | 101.14 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 154 | 133 | 0 | 0.39 | 0.47 | 0.02 | 10.68 | 0.94 | 0.75 |
| Hex | FB | 9A | 85 | 0 | 27 | 2F | 2 | B | 5E | 4B |
| Octal | 373 | 232 | 205 | 0 | 47 | 57 | 2 | 13 | 136 | 113 |
| Binary | 11111011 | 10011010 | 10000101 | 0 | 100111 | 101111 | 10 | 1011 | 1011110 | 1001011 |
Color Harmonies of #FB9A85
Complementary color
Monochromatic Colors of #FB9A85
Black with #FB9A85
Text Example
Text Example
White with #FB9A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB9A85; }
p { color: rgb(251,154,133); }
H1.HeaderClassName
{
color: #FB9A85;
}
.AnyTagClassName
{
color: #FB9A85;
}
</style>
background-color css
<style>
a { background-color: #FB9A85; }
a { background-color: rgb(251,154,133); }
div.DivClassName
{
background-color: #FB9A85;
}
.BgClassName
{
background-color: #FB9A85;
}
</style>
border-color css
<style>
span { border-color: #FB9A85; }
span { border-color: rgb(251,154,133); }
td.TdClassName
{
border-color: #FB9A85;
}
.TagClassName
{
border-color: #FB9A85;
}
</style>