Shades of Vivid Tangerine #FD8F7B
Tints of Vivid Tangerine #FD8F7B
RGB
CMYK
RGB Variations
Color information
#FD8F7B (or 0xFD8F7B) is known color: Vivid Tangerine. HEX triplet: FD, 8F and 7B. RGB value is (253,143,123). Sum of RGB (Red+Green+Blue) = 253+143+123=519 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.75% from 519); Green value is 143 (56.25% from 255 or 27.55% from 519); Blue value is 123 (48.44% from 255 or 23.70% from 519); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8F7B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8F7B is #027084. Grayscale: #ADADAD. Windows color (decimal): -159877 or 8097789. OLE color: 8097789.
HSL color Cylindrical-coordinate representation of color #FD8F7B: hue angle of 9.23º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FD8F7B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 143 | 123 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.01 |
| HSL | 9.23º | 0.97% | 0.74% | - |
| HSV(B) | 9.23º | 0.51% | 0.99% | - |
| XYZ | 53.91 | 41.96 | 24 | - |
| YUV | 173.61 | 99.44 | 184.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 143 | 123 | 0 | 0.43 | 0.51 | 0.01 | 9.23 | 0.97 | 0.74 |
| Hex | FD | 8F | 7B | 0 | 2B | 33 | 1 | 9 | 61 | 4A |
| Octal | 375 | 217 | 173 | 0 | 53 | 63 | 1 | 11 | 141 | 112 |
| Binary | 11111101 | 10001111 | 1111011 | 0 | 101011 | 110011 | 1 | 1001 | 1100001 | 1001010 |
Color Harmonies of #FD8F7B
Complementary color
Monochromatic Colors of #FD8F7B
Black with #FD8F7B
Text Example
Text Example
White with #FD8F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD8F7B; }
p { color: rgb(253,143,123); }
H1.HeaderClassName
{
color: #FD8F7B;
}
.AnyTagClassName
{
color: #FD8F7B;
}
</style>
background-color css
<style>
a { background-color: #FD8F7B; }
a { background-color: rgb(253,143,123); }
div.DivClassName
{
background-color: #FD8F7B;
}
.BgClassName
{
background-color: #FD8F7B;
}
</style>
border-color css
<style>
span { border-color: #FD8F7B; }
span { border-color: rgb(253,143,123); }
td.TdClassName
{
border-color: #FD8F7B;
}
.TagClassName
{
border-color: #FD8F7B;
}
</style>