Shades of Vivid Tangerine #FB917D
Tints of Vivid Tangerine #FB917D
RGB
CMYK
RGB Variations
Color information
#FB917D (or 0xFB917D) is known color: Vivid Tangerine. HEX triplet: FB, 91 and 7D. RGB value is (251,145,125). Sum of RGB (Red+Green+Blue) = 251+145+125=521 (69% of max value = 765). Red value is 251 (98.44% from 255 or 48.18% from 521); Green value is 145 (57.03% from 255 or 27.83% from 521); Blue value is 125 (49.22% from 255 or 23.99% from 521); Max value from RGB is 251 - color contains mainly: red. Hex color #FB917D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB917D is #046E82. Grayscale: #AEAEAE. Windows color (decimal): -290435 or 8229371. OLE color: 8229371.
HSL color Cylindrical-coordinate representation of color #FB917D: hue angle of 9.52º 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 #FB917D is Cyan = 0, Magento = 0.42, Yellow = 0.50 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 145 | 125 | - |
| CMYK | 0 | 0.42 | 0.50 | 0.02 |
| HSL | 9.52º | 0.94% | 0.74% | - |
| HSV(B) | 9.52º | 0.5% | 0.98% | - |
| XYZ | 53.61 | 42.24 | 24.73 | - |
| YUV | 174.41 | 100.12 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 145 | 125 | 0 | 0.42 | 0.50 | 0.02 | 9.52 | 0.94 | 0.74 |
| Hex | FB | 91 | 7D | 0 | 2A | 32 | 2 | A | 5E | 4A |
| Octal | 373 | 221 | 175 | 0 | 52 | 62 | 2 | 12 | 136 | 112 |
| Binary | 11111011 | 10010001 | 1111101 | 0 | 101010 | 110010 | 10 | 1010 | 1011110 | 1001010 |
Color Harmonies of #FB917D
Complementary color
Monochromatic Colors of #FB917D
Black with #FB917D
Text Example
Text Example
White with #FB917D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB917D; }
p { color: rgb(251,145,125); }
H1.HeaderClassName
{
color: #FB917D;
}
.AnyTagClassName
{
color: #FB917D;
}
</style>
background-color css
<style>
a { background-color: #FB917D; }
a { background-color: rgb(251,145,125); }
div.DivClassName
{
background-color: #FB917D;
}
.BgClassName
{
background-color: #FB917D;
}
</style>
border-color css
<style>
span { border-color: #FB917D; }
span { border-color: rgb(251,145,125); }
td.TdClassName
{
border-color: #FB917D;
}
.TagClassName
{
border-color: #FB917D;
}
</style>