Shades of Vivid Tangerine #FF8F74
Tints of Vivid Tangerine #FF8F74
RGB
CMYK
RGB Variations
Color information
#FF8F74 (or 0xFF8F74) is known color: Vivid Tangerine. HEX triplet: FF, 8F and 74. RGB value is (255,143,116). Sum of RGB (Red+Green+Blue) = 255+143+116=514 (68% of max value = 765). Red value is 255 (100% from 255 or 49.61% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 116 (45.70% from 255 or 22.57% from 514); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F74 is #00708B. Grayscale: #ADADAD. Windows color (decimal): -28812 or 7639039. OLE color: 7639039.
HSL color Cylindrical-coordinate representation of color #FF8F74: hue angle of 11.65º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8F74 is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 143 | 116 | - |
| CMYK | 0 | 0.44 | 0.55 | 0 |
| HSL | 11.65º | 1% | 0.73% | - |
| HSV(B) | 11.65º | 0.55% | 1% | - |
| XYZ | 54.21 | 42.17 | 21.8 | - |
| YUV | 173.41 | 95.61 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 143 | 116 | 0 | 0.44 | 0.55 | 0 | 11.65 | 1 | 0.73 |
| Hex | FF | 8F | 74 | 0 | 2C | 37 | 0 | C | 64 | 49 |
| Octal | 377 | 217 | 164 | 0 | 54 | 67 | 0 | 14 | 144 | 111 |
| Binary | 11111111 | 10001111 | 1110100 | 0 | 101100 | 110111 | 0 | 1100 | 1100100 | 1001001 |
Color Harmonies of #FF8F74
Complementary color
Monochromatic Colors of #FF8F74
Black with #FF8F74
Text Example
Text Example
White with #FF8F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF8F74; }
p { color: rgb(255,143,116); }
H1.HeaderClassName
{
color: #FF8F74;
}
.AnyTagClassName
{
color: #FF8F74;
}
</style>
background-color css
<style>
a { background-color: #FF8F74; }
a { background-color: rgb(255,143,116); }
div.DivClassName
{
background-color: #FF8F74;
}
.BgClassName
{
background-color: #FF8F74;
}
</style>
border-color css
<style>
span { border-color: #FF8F74; }
span { border-color: rgb(255,143,116); }
td.TdClassName
{
border-color: #FF8F74;
}
.TagClassName
{
border-color: #FF8F74;
}
</style>