Shades of Vivid Tangerine #FD907B
Tints of Vivid Tangerine #FD907B
RGB
CMYK
RGB Variations
Color information
#FD907B (or 0xFD907B) is known color: Vivid Tangerine. HEX triplet: FD, 90 and 7B. RGB value is (253,144,123). Sum of RGB (Red+Green+Blue) = 253+144+123=520 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.65% from 520); Green value is 144 (56.64% from 255 or 27.69% from 520); Blue value is 123 (48.44% from 255 or 23.65% from 520); Max value from RGB is 253 - color contains mainly: red. Hex color #FD907B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD907B is #026F84. Grayscale: #AEAEAE. Windows color (decimal): -159621 or 8098045. OLE color: 8098045.
HSL color Cylindrical-coordinate representation of color #FD907B: hue angle of 9.69º 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 #FD907B is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 144 | 123 | - |
| CMYK | 0 | 0.43 | 0.51 | 0.01 |
| HSL | 9.69º | 0.97% | 0.74% | - |
| HSV(B) | 9.69º | 0.51% | 0.99% | - |
| XYZ | 54.06 | 42.26 | 24.05 | - |
| YUV | 174.2 | 99.11 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 144 | 123 | 0 | 0.43 | 0.51 | 0.01 | 9.69 | 0.97 | 0.74 |
| Hex | FD | 90 | 7B | 0 | 2B | 33 | 1 | A | 61 | 4A |
| Octal | 375 | 220 | 173 | 0 | 53 | 63 | 1 | 12 | 141 | 112 |
| Binary | 11111101 | 10010000 | 1111011 | 0 | 101011 | 110011 | 1 | 1010 | 1100001 | 1001010 |
Color Harmonies of #FD907B
Complementary color
Monochromatic Colors of #FD907B
Black with #FD907B
Text Example
Text Example
White with #FD907B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD907B; }
p { color: rgb(253,144,123); }
H1.HeaderClassName
{
color: #FD907B;
}
.AnyTagClassName
{
color: #FD907B;
}
</style>
background-color css
<style>
a { background-color: #FD907B; }
a { background-color: rgb(253,144,123); }
div.DivClassName
{
background-color: #FD907B;
}
.BgClassName
{
background-color: #FD907B;
}
</style>
border-color css
<style>
span { border-color: #FD907B; }
span { border-color: rgb(253,144,123); }
td.TdClassName
{
border-color: #FD907B;
}
.TagClassName
{
border-color: #FD907B;
}
</style>