#F5A786

Color #F5A786 Light Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Salmon #F5A786

Tints of Light Salmon #F5A786

Color information

#F5A786 (or 0xF5A786) is unknown color: approx Light Salmon. HEX triplet: F5, A7 and 86. RGB value is (245,167,134). Sum of RGB (Red+Green+Blue) = 245+167+134=546 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.87% from 546); Green value is 167 (65.62% from 255 or 30.59% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A786 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F5A786 is #0A5879. Grayscale: #BABABA. Windows color (decimal): -678010 or 8824821. OLE color: 8824821.

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

Color convert

RGB245167134-
CMYK00.320.450.04
HSL17.84º84.73%74.31%-
HSV(B)17.84º45.31%96.08%-
XYZ55.7848.7729.03-
YUV186.5698.34169.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.87%
GREEN value IS 167 (65.62% from 255) = 30.59%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=44.87%
G=30.59%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516713400.320.450.0417.8484.7374.31
HexF5A7860202D412554a
Octal36524720604055422125112
Binary11110101101001111000011001000001011011001001010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A786; }

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

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

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

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

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

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

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

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