#F7A181

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

Shades of Light Salmon #F7A181

Tints of Light Salmon #F7A181

Color information

#F7A181 (or 0xF7A181) is unknown color: approx Light Salmon. HEX triplet: F7, A1 and 81. RGB value is (247,161,129). Sum of RGB (Red+Green+Blue) = 247+161+129=537 (71% of max value = 765). Red value is 247 (96.88% from 255 or 46.00% from 537); Green value is 161 (63.28% from 255 or 29.98% from 537); Blue value is 129 (50.78% from 255 or 24.02% from 537); Max value from RGB is 247 - color contains mainly: red. Hex color #F7A181 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F7A181 is #085E7E. Grayscale: #B7B7B7. Windows color (decimal): -548479 or 8495607. OLE color: 8495607.

HSL color Cylindrical-coordinate representation of color #F7A181: hue angle of 16.27º 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 #F7A181 is Cyan = 0, Magento = 0.35, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB247161129-
CMYK00.350.480.03
HSL16.27º88.06%73.73%-
HSV(B)16.27º47.77%96.86%-
XYZ55.0746.8526.91-
YUV183.0797.49173.6-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 46.00%
GREEN value IS 161 (63.28% from 255) = 29.98%
BLUE value IS 129 (50.78% from 255) = 24.02%
R=46.00%
G=29.98%
B=24.02%

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
Decimal24716112900.350.480.0316.2788.0673.73
HexF7A18102330310584a
Octal36724120104360320130112
Binary1111011110100001100000010100011110000111000010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7A181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7A181; }

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

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

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

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

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

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

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

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