#FE8E74

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

Shades of Vivid Tangerine #FE8E74

Tints of Vivid Tangerine #FE8E74

Color information

#FE8E74 (or 0xFE8E74) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 8E and 74. RGB value is (254,142,116). Sum of RGB (Red+Green+Blue) = 254+142+116=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 116 (45.70% from 255 or 22.66% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8E74 is #01718B. Grayscale: #ACACAC. Windows color (decimal): -94604 or 7638782. OLE color: 7638782.

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

Color convert

RGB254142116-
CMYK00.440.540.00
HSL11.3º98.57%72.55%-
HSV(B)11.3º54.33%99.61%-
XYZ53.741.6821.74-
YUV172.5296.11186.11-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.61%
GREEN value IS 142 (55.86% from 255) = 27.73%
BLUE value IS 116 (45.70% from 255) = 22.66%
R=49.61%
G=27.73%
B=22.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414211600.440.540.0011.398.5772.55
HexFE8E7402C360b6349
Octal37621616405466013143111
Binary1111111010001110111010001011001101100101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8E74; }

 p { color: rgb(254,142,116); }

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

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

 a { background-color: rgb(254,142,116); }

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

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

 span { border-color: rgb(254,142,116); }

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