Shades of Vivid Tangerine #FF9E7F
Tints of Vivid Tangerine #FF9E7F
RGB
CMYK
RGB Variations
Color information
#FF9E7F (or 0xFF9E7F) is known color: Vivid Tangerine. HEX triplet: FF, 9E and 7F. RGB value is (255,158,127). Sum of RGB (Red+Green+Blue) = 255+158+127=540 (71% of max value = 765). Red value is 255 (100% from 255 or 47.22% from 540); Green value is 158 (62.11% from 255 or 29.26% from 540); Blue value is 127 (50% from 255 or 23.52% from 540); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9E7F is #006180. Grayscale: #B7B7B7. Windows color (decimal): -24961 or 8363775. OLE color: 8363775.
HSL color Cylindrical-coordinate representation of color #FF9E7F: hue angle of 14.53º 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 #FF9E7F is Cyan = 0, Magento = 0.38, Yellow = 0.50 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 158 | 127 | - |
| CMYK | 0 | 0.38 | 0.50 | 0 |
| HSL | 14.53º | 1% | 0.75% | - |
| HSV(B) | 14.53º | 0.5% | 1% | - |
| XYZ | 57.3 | 47.25 | 26.18 | - |
| YUV | 183.47 | 96.14 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 158 | 127 | 0 | 0.38 | 0.50 | 0 | 14.53 | 1 | 0.75 |
| Hex | FF | 9E | 7F | 0 | 26 | 32 | 0 | F | 64 | 4B |
| Octal | 377 | 236 | 177 | 0 | 46 | 62 | 0 | 17 | 144 | 113 |
| Binary | 11111111 | 10011110 | 1111111 | 0 | 100110 | 110010 | 0 | 1111 | 1100100 | 1001011 |
Color Harmonies of #FF9E7F
Complementary color
Monochromatic Colors of #FF9E7F
Black with #FF9E7F
Text Example
Text Example
White with #FF9E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9E7F; }
p { color: rgb(255,158,127); }
H1.HeaderClassName
{
color: #FF9E7F;
}
.AnyTagClassName
{
color: #FF9E7F;
}
</style>
background-color css
<style>
a { background-color: #FF9E7F; }
a { background-color: rgb(255,158,127); }
div.DivClassName
{
background-color: #FF9E7F;
}
.BgClassName
{
background-color: #FF9E7F;
}
</style>
border-color css
<style>
span { border-color: #FF9E7F; }
span { border-color: rgb(255,158,127); }
td.TdClassName
{
border-color: #FF9E7F;
}
.TagClassName
{
border-color: #FF9E7F;
}
</style>