#F59E86

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

Shades of Vivid Tangerine #F59E86

Tints of Vivid Tangerine #F59E86

Color information

#F59E86 (or 0xF59E86) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 9E and 86. RGB value is (245,158,134). Sum of RGB (Red+Green+Blue) = 245+158+134=537 (71% of max value = 765). Red value is 245 (96.09% from 255 or 45.62% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 134 (52.73% from 255 or 24.95% from 537); Max value from RGB is 245 - color contains mainly: red. Hex color #F59E86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59E86 is #0A6179. Grayscale: #B5B5B5. Windows color (decimal): -680314 or 8822517. OLE color: 8822517.

HSL color Cylindrical-coordinate representation of color #F59E86: hue angle of 12.97º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F59E86 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245158134-
CMYK00.360.450.04
HSL12.97º84.73%74.31%-
HSV(B)12.97º45.31%96.08%-
XYZ54.1945.5928.5-
YUV181.28101.32173.45-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.62%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 134 (52.73% from 255) = 24.95%
R=45.62%
G=29.42%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515813400.360.450.0412.9784.7374.31
HexF59E860242D4d554a
Octal36523620604455415125112
Binary1111010110011110100001100100100101101100110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59E86; }

 p { color: rgb(245,158,134); }

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

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

 a { background-color: rgb(245,158,134); }

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

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

 span { border-color: rgb(245,158,134); }

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