#FF8E7D

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

Shades of Vivid Tangerine #FF8E7D

Tints of Vivid Tangerine #FF8E7D

Color information

#FF8E7D (or 0xFF8E7D) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 8E and 7D. RGB value is (255,142,125). Sum of RGB (Red+Green+Blue) = 255+142+125=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E7D is #007182. Grayscale: #AEAEAE. Windows color (decimal): -29059 or 8228607. OLE color: 8228607.

HSL color Cylindrical-coordinate representation of color #FF8E7D: hue angle of 7.85º 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 #FF8E7D is Cyan = 0, Magento = 0.44, Yellow = 0.51 and Black (K on CMYK) = 0.

Color convert

RGB255142125-
CMYK00.440.510
HSL7.85º100%74.51%-
HSV(B)7.85º50.98%100%-
XYZ54.6142.0924.65-
YUV173.85100.44185.88-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 125 (49.22% from 255) = 23.95%
R=48.85%
G=27.20%
B=23.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514212500.440.5107.8510074.51
HexFF8E7D02C3308644b
Octal37721617505463010144113
Binary1111111110001110111110101011001100110100011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E7D; }

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

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

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

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

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

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

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

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