#F4A380

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

Shades of Light Salmon #F4A380

Tints of Light Salmon #F4A380

Color information

#F4A380 (or 0xF4A380) is unknown color: approx Light Salmon. HEX triplet: F4, A3 and 80. RGB value is (244,163,128). Sum of RGB (Red+Green+Blue) = 244+163+128=535 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.61% from 535); Green value is 163 (64.06% from 255 or 30.47% from 535); Blue value is 128 (50.39% from 255 or 23.93% from 535); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A380 is #0B5C7F. Grayscale: #B7B7B7. Windows color (decimal): -744576 or 8430580. OLE color: 8430580.

HSL color Cylindrical-coordinate representation of color #F4A380: hue angle of 18.1º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4A380 is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB244163128-
CMYK00.330.480.04
HSL18.1º84.06%72.94%-
HSV(B)18.1º47.54%95.69%-
XYZ54.346.9926.63-
YUV183.2396.84171.35-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.61%
GREEN value IS 163 (64.06% from 255) = 30.47%
BLUE value IS 128 (50.39% from 255) = 23.93%
R=45.61%
G=30.47%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416312800.330.480.0418.184.0672.94
HexF4A380021304125449
Octal36424320004160422124111
Binary11110100101000111000000001000011100001001001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A380; }

 p { color: rgb(244,163,128); }

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

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

 a { background-color: rgb(244,163,128); }

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

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

 span { border-color: rgb(244,163,128); }

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