Shades of Vivid Tangerine #FB907D
Tints of Vivid Tangerine #FB907D
RGB
CMYK
RGB Variations
Color information
#FB907D (or 0xFB907D) is known color: Vivid Tangerine. HEX triplet: FB, 90 and 7D. RGB value is (251,144,125). Sum of RGB (Red+Green+Blue) = 251+144+125=520 (68% of max value = 765). Red value is 251 (98.44% from 255 or 48.27% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 125 (49.22% from 255 or 24.04% from 520); Max value from RGB is 251 - color contains mainly: red. Hex color #FB907D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB907D is #046F82. Grayscale: #AEAEAE. Windows color (decimal): -290691 or 8229115. OLE color: 8229115.
HSL color Cylindrical-coordinate representation of color #FB907D: hue angle of 9.05º 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 #FB907D is Cyan = 0, Magento = 0.43, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 144 | 125 | - |
| CMYK | 0 | 0.43 | 0.50 | 0.02 |
| HSL | 9.05º | 0.94% | 0.74% | - |
| HSV(B) | 9.05º | 0.5% | 0.98% | - |
| XYZ | 53.46 | 41.94 | 24.68 | - |
| YUV | 173.83 | 100.45 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 144 | 125 | 0 | 0.43 | 0.50 | 0.02 | 9.05 | 0.94 | 0.74 |
| Hex | FB | 90 | 7D | 0 | 2B | 32 | 2 | 9 | 5E | 4A |
| Octal | 373 | 220 | 175 | 0 | 53 | 62 | 2 | 11 | 136 | 112 |
| Binary | 11111011 | 10010000 | 1111101 | 0 | 101011 | 110010 | 10 | 1001 | 1011110 | 1001010 |
Color Harmonies of #FB907D
Complementary color
Monochromatic Colors of #FB907D
Black with #FB907D
Text Example
Text Example
White with #FB907D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB907D; }
p { color: rgb(251,144,125); }
H1.HeaderClassName
{
color: #FB907D;
}
.AnyTagClassName
{
color: #FB907D;
}
</style>
background-color css
<style>
a { background-color: #FB907D; }
a { background-color: rgb(251,144,125); }
div.DivClassName
{
background-color: #FB907D;
}
.BgClassName
{
background-color: #FB907D;
}
</style>
border-color css
<style>
span { border-color: #FB907D; }
span { border-color: rgb(251,144,125); }
td.TdClassName
{
border-color: #FB907D;
}
.TagClassName
{
border-color: #FB907D;
}
</style>