#FE8F77

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

Shades of Vivid Tangerine #FE8F77

Tints of Vivid Tangerine #FE8F77

Color information

#FE8F77 (or 0xFE8F77) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 8F and 77. RGB value is (254,143,119). Sum of RGB (Red+Green+Blue) = 254+143+119=516 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.22% from 516); Green value is 143 (56.25% from 255 or 27.71% from 516); Blue value is 119 (46.88% from 255 or 23.06% from 516); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8F77 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8F77 is #017088. Grayscale: #ADADAD. Windows color (decimal): -94345 or 7835646. OLE color: 7835646.

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

Color convert

RGB254143119-
CMYK00.440.530.00
HSL10.67º98.54%73.14%-
HSV(B)10.67º53.15%99.61%-
XYZ54.0342.0522.72-
YUV173.4597.27185.45-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 49.22%
GREEN value IS 143 (56.25% from 255) = 27.71%
BLUE value IS 119 (46.88% from 255) = 23.06%
R=49.22%
G=27.71%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.53
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414311900.440.530.0010.6798.5473.14
HexFE8F7702C350b6349
Octal37621716705465013143111
Binary1111111010001111111011101011001101010101111000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8F77; }

 p { color: rgb(254,143,119); }

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

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

 a { background-color: rgb(254,143,119); }

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

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

 span { border-color: rgb(254,143,119); }

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