Shades of Vivid Tangerine #FF9D83
Tints of Vivid Tangerine #FF9D83
RGB
CMYK
RGB Variations
Color information
#FF9D83 (or 0xFF9D83) is known color: Vivid Tangerine. HEX triplet: FF, 9D and 83. RGB value is (255,157,131). Sum of RGB (Red+Green+Blue) = 255+157+131=543 (71% of max value = 765). Red value is 255 (100% from 255 or 46.96% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 131 (51.56% from 255 or 24.13% from 543); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D83 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D83 is #00627C. Grayscale: #B7B7B7. Windows color (decimal): -25213 or 8625663. OLE color: 8625663.
HSL color Cylindrical-coordinate representation of color #FF9D83: hue angle of 12.58º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FF9D83 is Cyan = 0, Magento = 0.38, Yellow = 0.49 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 157 | 131 | - |
| CMYK | 0 | 0.38 | 0.49 | 0 |
| HSL | 12.58º | 1% | 0.76% | - |
| HSV(B) | 12.58º | 0.49% | 1% | - |
| XYZ | 57.39 | 47.01 | 27.52 | - |
| YUV | 183.34 | 98.47 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 157 | 131 | 0 | 0.38 | 0.49 | 0 | 12.58 | 1 | 0.76 |
| Hex | FF | 9D | 83 | 0 | 26 | 31 | 0 | D | 64 | 4C |
| Octal | 377 | 235 | 203 | 0 | 46 | 61 | 0 | 15 | 144 | 114 |
| Binary | 11111111 | 10011101 | 10000011 | 0 | 100110 | 110001 | 0 | 1101 | 1100100 | 1001100 |
Color Harmonies of #FF9D83
Complementary color
Monochromatic Colors of #FF9D83
Black with #FF9D83
Text Example
Text Example
White with #FF9D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9D83; }
p { color: rgb(255,157,131); }
H1.HeaderClassName
{
color: #FF9D83;
}
.AnyTagClassName
{
color: #FF9D83;
}
</style>
background-color css
<style>
a { background-color: #FF9D83; }
a { background-color: rgb(255,157,131); }
div.DivClassName
{
background-color: #FF9D83;
}
.BgClassName
{
background-color: #FF9D83;
}
</style>
border-color css
<style>
span { border-color: #FF9D83; }
span { border-color: rgb(255,157,131); }
td.TdClassName
{
border-color: #FF9D83;
}
.TagClassName
{
border-color: #FF9D83;
}
</style>