#FE9F86

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

Shades of Vivid Tangerine #FE9F86

Tints of Vivid Tangerine #FE9F86

Color information

#FE9F86 (or 0xFE9F86) is unknown color: approx Vivid Tangerine. HEX triplet: FE, 9F and 86. RGB value is (254,159,134). Sum of RGB (Red+Green+Blue) = 254+159+134=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 159 (62.5% from 255 or 29.07% from 547); Blue value is 134 (52.73% from 255 or 24.50% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9F86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9F86 is #016079. Grayscale: #B8B8B8. Windows color (decimal): -90234 or 8822782. OLE color: 8822782.

HSL color Cylindrical-coordinate representation of color #FE9F86: hue angle of 12.5º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #FE9F86 is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB254159134-
CMYK00.370.470.00
HSL12.5º98.36%76.08%-
HSV(B)12.5º47.24%99.61%-
XYZ57.5747.5928.71-
YUV184.5699.47177.53-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 159 (62.5% from 255) = 29.07%
BLUE value IS 134 (52.73% from 255) = 24.50%
R=46.44%
G=29.07%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.47
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415913400.370.470.0012.598.3676.08
HexFE9F860252F0d624c
Octal37623720604557015142114
Binary11111110100111111000011001001011011110110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9F86; }

 p { color: rgb(254,159,134); }

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

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

 a { background-color: rgb(254,159,134); }

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

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

 span { border-color: rgb(254,159,134); }

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