#F7A081

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

Shades of Light Salmon #F7A081

Tints of Light Salmon #F7A081

Color information

#F7A081 (or 0xF7A081) is unknown color: approx Light Salmon. HEX triplet: F7, A0 and 81. RGB value is (247,160,129). Sum of RGB (Red+Green+Blue) = 247+160+129=536 (70% of max value = 765). Red value is 247 (96.88% from 255 or 46.08% from 536); Green value is 160 (62.89% from 255 or 29.85% from 536); Blue value is 129 (50.78% from 255 or 24.07% from 536); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A081 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A081 is #085F7E. Grayscale: #B6B6B6. Windows color (decimal): -548735 or 8495351. OLE color: 8495351.

HSL color Cylindrical-coordinate representation of color #F7A081: hue angle of 15.76º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F7A081 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247160129-
CMYK00.350.480.03
HSL15.76º88.06%73.73%-
HSV(B)15.76º47.77%96.86%-
XYZ54.8946.526.85-
YUV182.4897.82174.02-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.08%
GREEN value IS 160 (62.89% from 255) = 29.85%
BLUE value IS 129 (50.78% from 255) = 24.07%
R=46.08%
G=29.85%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24716012900.350.480.0315.7688.0673.73
HexF7A08102330310584a
Octal36724020104360320130112
Binary1111011110100000100000010100011110000111000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A081; }

 p { color: rgb(247,160,129); }

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

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

 a { background-color: rgb(247,160,129); }

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

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

 span { border-color: rgb(247,160,129); }

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