#F39E80

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

Shades of Light Salmon #F39E80

Tints of Light Salmon #F39E80

Color information

#F39E80 (or 0xF39E80) is unknown color: approx Light Salmon. HEX triplet: F3, 9E and 80. RGB value is (243,158,128). Sum of RGB (Red+Green+Blue) = 243+158+128=529 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.94% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 128 (50.39% from 255 or 24.20% from 529); Max value from RGB is 243 - color contains mainly: red. Hex color #F39E80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F39E80 is #0C617F. Grayscale: #B4B4B4. Windows color (decimal): -811392 or 8429299. OLE color: 8429299.

HSL color Cylindrical-coordinate representation of color #F39E80: hue angle of 15.65º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F39E80 is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB243158128-
CMYK00.350.470.05
HSL15.65º82.73%72.75%-
HSV(B)15.65º47.33%95.29%-
XYZ53.0945.0726.32-
YUV18098.66172.94-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.94%
GREEN value IS 158 (62.11% from 255) = 29.87%
BLUE value IS 128 (50.39% from 255) = 24.20%
R=45.94%
G=29.87%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24315812800.350.470.0515.6582.7372.75
HexF39E800232F5105349
Octal36323620004357520123111
Binary11110011100111101000000001000111011111011000010100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F39E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F39E80; }

 p { color: rgb(243,158,128); }

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

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

 a { background-color: rgb(243,158,128); }

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

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

 span { border-color: rgb(243,158,128); }

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