#F59D86

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

Shades of Vivid Tangerine #F59D86

Tints of Vivid Tangerine #F59D86

Color information

#F59D86 (or 0xF59D86) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 9D and 86. RGB value is (245,157,134). Sum of RGB (Red+Green+Blue) = 245+157+134=536 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.71% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 245 - color contains mainly: red. Hex color #F59D86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59D86 is #0A6279. Grayscale: #B4B4B4. Windows color (decimal): -680570 or 8822261. OLE color: 8822261.

HSL color Cylindrical-coordinate representation of color #F59D86: hue angle of 12.43º 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 #F59D86 is Cyan = 0, Magento = 0.36, Yellow = 0.45 and Black (K on CMYK) = 0.04.

Color convert

RGB245157134-
CMYK00.360.450.04
HSL12.43º84.73%74.31%-
HSV(B)12.43º45.31%96.08%-
XYZ54.0245.2528.44-
YUV180.69101.65173.87-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.71%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 134 (52.73% from 255) = 25%
R=45.71%
G=29.29%
B=25%

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
Decimal24515713400.360.450.0412.4384.7374.31
HexF59D860242D4c554a
Octal36523520604455414125112
Binary1111010110011101100001100100100101101100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59D86; }

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

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

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

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

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

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

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

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