Shades of Vivid Tangerine #FB927D
Tints of Vivid Tangerine #FB927D
RGB
CMYK
RGB Variations
Color information
#FB927D (or 0xFB927D) is known color: Vivid Tangerine. HEX triplet: FB, 92 and 7D. RGB value is (251,146,125). Sum of RGB (Red+Green+Blue) = 251+146+125=522 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.08% from 522); Green value is 146 (57.42% from 255 or 27.97% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 251 - color contains mainly: red. Hex color #FB927D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB927D is #046D82. Grayscale: #AFAFAF. Windows color (decimal): -290179 or 8229627. OLE color: 8229627.
HSL color Cylindrical-coordinate representation of color #FB927D: hue angle of 10º 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 #FB927D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 146 | 125 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.02 |
| HSL | 10º | 0.94% | 0.74% | - |
| HSV(B) | 10º | 0.5% | 0.98% | - |
| XYZ | 53.76 | 42.55 | 24.78 | - |
| YUV | 175 | 99.79 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 146 | 125 | 0 | 0.42 | 0.50 | 0.02 | 10 | 0.94 | 0.74 |
| Hex | FB | 92 | 7D | 0 | 2A | 32 | 2 | A | 5E | 4A |
| Octal | 373 | 222 | 175 | 0 | 52 | 62 | 2 | 12 | 136 | 112 |
| Binary | 11111011 | 10010010 | 1111101 | 0 | 101010 | 110010 | 10 | 1010 | 1011110 | 1001010 |
Color Harmonies of #FB927D
Complementary color
Monochromatic Colors of #FB927D
Black with #FB927D
Text Example
Text Example
White with #FB927D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB927D; }
p { color: rgb(251,146,125); }
H1.HeaderClassName
{
color: #FB927D;
}
.AnyTagClassName
{
color: #FB927D;
}
</style>
background-color css
<style>
a { background-color: #FB927D; }
a { background-color: rgb(251,146,125); }
div.DivClassName
{
background-color: #FB927D;
}
.BgClassName
{
background-color: #FB927D;
}
</style>
border-color css
<style>
span { border-color: #FB927D; }
span { border-color: rgb(251,146,125); }
td.TdClassName
{
border-color: #FB927D;
}
.TagClassName
{
border-color: #FB927D;
}
</style>