Shades of Vivid Tangerine #FF9C7E
Tints of Vivid Tangerine #FF9C7E
RGB
CMYK
RGB Variations
Color information
#FF9C7E (or 0xFF9C7E) is known color: Vivid Tangerine. HEX triplet: FF, 9C and 7E. RGB value is (255,156,126). Sum of RGB (Red+Green+Blue) = 255+156+126=537 (71% of max value = 765). Red value is 255 (100% from 255 or 47.49% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 126 (49.61% from 255 or 23.46% from 537); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C7E is #006381. Grayscale: #B6B6B6. Windows color (decimal): -25474 or 8297727. OLE color: 8297727.
HSL color Cylindrical-coordinate representation of color #FF9C7E: hue angle of 13.95º 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 #FF9C7E is Cyan = 0, Magento = 0.39, Yellow = 0.51 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 126 | - |
| CMYK | 0 | 0.39 | 0.51 | 0 |
| HSL | 13.95º | 1% | 0.75% | - |
| HSV(B) | 13.95º | 0.51% | 1% | - |
| XYZ | 56.89 | 46.54 | 25.72 | - |
| YUV | 182.18 | 96.3 | 179.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 126 | 0 | 0.39 | 0.51 | 0 | 13.95 | 1 | 0.75 |
| Hex | FF | 9C | 7E | 0 | 27 | 33 | 0 | E | 64 | 4B |
| Octal | 377 | 234 | 176 | 0 | 47 | 63 | 0 | 16 | 144 | 113 |
| Binary | 11111111 | 10011100 | 1111110 | 0 | 100111 | 110011 | 0 | 1110 | 1100100 | 1001011 |
Color Harmonies of #FF9C7E
Complementary color
Monochromatic Colors of #FF9C7E
Black with #FF9C7E
Text Example
Text Example
White with #FF9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C7E; }
p { color: rgb(255,156,126); }
H1.HeaderClassName
{
color: #FF9C7E;
}
.AnyTagClassName
{
color: #FF9C7E;
}
</style>
background-color css
<style>
a { background-color: #FF9C7E; }
a { background-color: rgb(255,156,126); }
div.DivClassName
{
background-color: #FF9C7E;
}
.BgClassName
{
background-color: #FF9C7E;
}
</style>
border-color css
<style>
span { border-color: #FF9C7E; }
span { border-color: rgb(255,156,126); }
td.TdClassName
{
border-color: #FF9C7E;
}
.TagClassName
{
border-color: #FF9C7E;
}
</style>