#F59A85

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

Shades of Vivid Tangerine #F59A85

Tints of Vivid Tangerine #F59A85

Color information

#F59A85 (or 0xF59A85) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 9A and 85. RGB value is (245,154,133). Sum of RGB (Red+Green+Blue) = 245+154+133=532 (70% of max value = 765). Red value is 245 (96.09% from 255 or 46.05% from 532); Green value is 154 (60.55% from 255 or 28.95% from 532); Blue value is 133 (52.34% from 255 or 25% from 532); Max value from RGB is 245 - color contains mainly: red. Hex color #F59A85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59A85 is #0A657A. Grayscale: #B2B2B2. Windows color (decimal): -681339 or 8755957. OLE color: 8755957.

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

Color convert

RGB245154133-
CMYK00.370.460.04
HSL11.25º84.85%74.12%-
HSV(B)11.25º45.71%96.08%-
XYZ53.4544.2227.91-
YUV178.82102.15175.21-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 46.05%
GREEN value IS 154 (60.55% from 255) = 28.95%
BLUE value IS 133 (52.34% from 255) = 25%
R=46.05%
G=28.95%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24515413300.370.460.0411.2584.8574.12
HexF59A850252E4b554a
Octal36523220504556413125112
Binary1111010110011010100001010100101101110100101110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59A85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59A85; }

 p { color: rgb(245,154,133); }

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

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

 a { background-color: rgb(245,154,133); }

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

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

 span { border-color: rgb(245,154,133); }

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