#F59B85

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

Shades of Vivid Tangerine #F59B85

Tints of Vivid Tangerine #F59B85

Color information

#F59B85 (or 0xF59B85) is unknown color: approx Vivid Tangerine. HEX triplet: F5, 9B and 85. RGB value is (245,155,133). Sum of RGB (Red+Green+Blue) = 245+155+133=533 (70% of max value = 765). Red value is 245 (96.09% from 255 or 45.97% from 533); Green value is 155 (60.94% from 255 or 29.08% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 245 - color contains mainly: red. Hex color #F59B85 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F59B85 is #0A647A. Grayscale: #B3B3B3. Windows color (decimal): -681083 or 8756213. OLE color: 8756213.

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

Color convert

RGB245155133-
CMYK00.370.460.04
HSL11.79º84.85%74.12%-
HSV(B)11.79º45.71%96.08%-
XYZ53.6144.5527.96-
YUV179.4101.82174.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 45.97%
GREEN value IS 155 (60.94% from 255) = 29.08%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=45.97%
G=29.08%
B=24.95%

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
Decimal24515513300.370.460.0411.7984.8574.12
HexF59B850252E4c554a
Octal36523320504556414125112
Binary1111010110011011100001010100101101110100110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F59B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F59B85; }

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

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

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

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

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

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

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

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