Shades of Vivid Tangerine #FF9C7F
Tints of Vivid Tangerine #FF9C7F
RGB
CMYK
RGB Variations
Color information
#FF9C7F (or 0xFF9C7F) is known color: Vivid Tangerine. HEX triplet: FF, 9C and 7F. RGB value is (255,156,127). Sum of RGB (Red+Green+Blue) = 255+156+127=538 (71% of max value = 765). Red value is 255 (100% from 255 or 47.40% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C7F is #006380. Grayscale: #B6B6B6. Windows color (decimal): -25473 or 8363263. OLE color: 8363263.
HSL color Cylindrical-coordinate representation of color #FF9C7F: hue angle of 13.59º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FF9C7F is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 156 | 127 | - |
| CMYK | 0 | 0.39 | 0.50 | 0 |
| HSL | 13.59º | 1% | 0.75% | - |
| HSV(B) | 13.59º | 0.5% | 1% | - |
| XYZ | 56.96 | 46.57 | 26.07 | - |
| YUV | 182.3 | 96.8 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 156 | 127 | 0 | 0.39 | 0.50 | 0 | 13.59 | 1 | 0.75 |
| Hex | FF | 9C | 7F | 0 | 27 | 32 | 0 | E | 64 | 4B |
| Octal | 377 | 234 | 177 | 0 | 47 | 62 | 0 | 16 | 144 | 113 |
| Binary | 11111111 | 10011100 | 1111111 | 0 | 100111 | 110010 | 0 | 1110 | 1100100 | 1001011 |
Color Harmonies of #FF9C7F
Complementary color
Monochromatic Colors of #FF9C7F
Black with #FF9C7F
Text Example
Text Example
White with #FF9C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9C7F; }
p { color: rgb(255,156,127); }
H1.HeaderClassName
{
color: #FF9C7F;
}
.AnyTagClassName
{
color: #FF9C7F;
}
</style>
background-color css
<style>
a { background-color: #FF9C7F; }
a { background-color: rgb(255,156,127); }
div.DivClassName
{
background-color: #FF9C7F;
}
.BgClassName
{
background-color: #FF9C7F;
}
</style>
border-color css
<style>
span { border-color: #FF9C7F; }
span { border-color: rgb(255,156,127); }
td.TdClassName
{
border-color: #FF9C7F;
}
.TagClassName
{
border-color: #FF9C7F;
}
</style>