#FF8E76

Color #FF8E76 Vivid Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Tangerine #FF8E76

Tints of Vivid Tangerine #FF8E76

Color information

#FF8E76 (or 0xFF8E76) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 8E and 76. RGB value is (255,142,118). Sum of RGB (Red+Green+Blue) = 255+142+118=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 118 (46.48% from 255 or 22.91% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E76 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E76 is #007189. Grayscale: #ADADAD. Windows color (decimal): -29066 or 7769855. OLE color: 7769855.

HSL color Cylindrical-coordinate representation of color #FF8E76: hue angle of 10.51º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FF8E76 is Cyan = 0, Magento = 0.44, Yellow = 0.54 and Black (K on CMYK) = 0.

Color convert

RGB255142118-
CMYK00.440.540
HSL10.51º100%73.14%-
HSV(B)10.51º53.73%100%-
XYZ54.1841.9122.37-
YUV173.0596.94186.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 49.51%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 118 (46.48% from 255) = 22.91%
R=49.51%
G=27.57%
B=22.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514211800.440.54010.5110073.14
HexFF8E7602C360b6449
Octal37721616605466013144111
Binary1111111110001110111011001011001101100101111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E76; }

 p { color: rgb(255,142,118); }

 H1.HeaderClassName
 {
   color: #FF8E76;
 }
 .AnyTagClassName
 {
   color: #FF8E76;
 }
</style>
background-color css

<style>
 a { background-color: #FF8E76; }

 a { background-color: rgb(255,142,118); }

 div.DivClassName
 {
   background-color: #FF8E76;
 }
 .BgClassName
 {
   background-color: #FF8E76;
 }
</style>
border-color css

<style>
 span { border-color: #FF8E76; }

 span { border-color: rgb(255,142,118); }

 td.TdClassName
 {
   border-color: #FF8E76;
 }
 .TagClassName
 {
   border-color: #FF8E76;
 }
</style>