Shades of Vivid Tangerine #FF9C7D
Tints of Vivid Tangerine #FF9C7D
RGB
CMYK
RGB Variations
Color information
#FF9C7D (or 0xFF9C7D) is known color: Vivid Tangerine. HEX triplet: FF, 9C and 7D. RGB value is (255,156,125). Sum of RGB (Red+Green+Blue) = 255+156+125=536 (70% of max value = 765). Red value is 255 (100% from 255 or 47.57% from 536); Green value is 156 (61.33% from 255 or 29.10% from 536); Blue value is 125 (49.22% from 255 or 23.32% from 536); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C7D is #006382. Grayscale: #B6B6B6. Windows color (decimal): -25475 or 8232191. OLE color: 8232191.
HSL color Cylindrical-coordinate representation of color #FF9C7D: hue angle of 14.31º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #FF9C7D is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 125 | - |
| CMYK | 0 | 0.39 | 0.51 | 0 |
| HSL | 14.31º | 1% | 0.75% | - |
| HSV(B) | 14.31º | 0.51% | 1% | - |
| XYZ | 56.83 | 46.52 | 25.39 | - |
| YUV | 182.07 | 95.8 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 125 | 0 | 0.39 | 0.51 | 0 | 14.31 | 1 | 0.75 |
| Hex | FF | 9C | 7D | 0 | 27 | 33 | 0 | E | 64 | 4B |
| Octal | 377 | 234 | 175 | 0 | 47 | 63 | 0 | 16 | 144 | 113 |
| Binary | 11111111 | 10011100 | 1111101 | 0 | 100111 | 110011 | 0 | 1110 | 1100100 | 1001011 |
Color Harmonies of #FF9C7D
Complementary color
Monochromatic Colors of #FF9C7D
Black with #FF9C7D
Text Example
Text Example
White with #FF9C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C7D; }
p { color: rgb(255,156,125); }
H1.HeaderClassName
{
color: #FF9C7D;
}
.AnyTagClassName
{
color: #FF9C7D;
}
</style>
background-color css
<style>
a { background-color: #FF9C7D; }
a { background-color: rgb(255,156,125); }
div.DivClassName
{
background-color: #FF9C7D;
}
.BgClassName
{
background-color: #FF9C7D;
}
</style>
border-color css
<style>
span { border-color: #FF9C7D; }
span { border-color: rgb(255,156,125); }
td.TdClassName
{
border-color: #FF9C7D;
}
.TagClassName
{
border-color: #FF9C7D;
}
</style>