#FF8E7F

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

Shades of Vivid Tangerine #FF8E7F

Tints of Vivid Tangerine #FF8E7F

Color information

#FF8E7F (or 0xFF8E7F) is unknown color: approx Vivid Tangerine. HEX triplet: FF, 8E and 7F. RGB value is (255,142,127). Sum of RGB (Red+Green+Blue) = 255+142+127=524 (69% of max value = 765). Red value is 255 (100% from 255 or 48.66% from 524); Green value is 142 (55.86% from 255 or 27.10% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8E7F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8E7F is #007180. Grayscale: #AEAEAE. Windows color (decimal): -29057 or 8359679. OLE color: 8359679.

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

Color convert

RGB255142127-
CMYK00.440.500
HSL7.03º100%74.9%-
HSV(B)7.03º50.2%100%-
XYZ54.7442.1425.33-
YUV174.08101.44185.72-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.66%
GREEN value IS 142 (55.86% from 255) = 27.10%
BLUE value IS 127 (50% from 255) = 24.24%
R=48.66%
G=27.10%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.50
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514212700.440.5007.0310074.9
HexFF8E7F02C3207644b
Octal3772161770546207144113
Binary111111111000111011111110101100110010011111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8E7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8E7F; }

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

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

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

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

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

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

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

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