#F1A37D

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

Shades of Light Salmon #F1A37D

Tints of Light Salmon #F1A37D

Color information

#F1A37D (or 0xF1A37D) is unknown color: approx Light Salmon. HEX triplet: F1, A3 and 7D. RGB value is (241,163,125). Sum of RGB (Red+Green+Blue) = 241+163+125=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 163 (64.06% from 255 or 30.81% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A37D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A37D is #0E5C82. Grayscale: #B6B6B6. Windows color (decimal): -941187 or 8233969. OLE color: 8233969.

HSL color Cylindrical-coordinate representation of color #F1A37D: hue angle of 19.66º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F1A37D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241163125-
CMYK00.320.480.05
HSL19.66º80.56%71.76%-
HSV(B)19.66º48.13%94.51%-
XYZ53.0746.3825.56-
YUV181.9995.84170.09-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 163 (64.06% from 255) = 30.81%
BLUE value IS 125 (49.22% from 255) = 23.63%
R=45.56%
G=30.81%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116312500.320.480.0519.6680.5671.76
HexF1A37D020305145148
Octal36124317504060524121110
Binary1111000110100011111110101000001100001011010010100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A37D; }

 p { color: rgb(241,163,125); }

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

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

 a { background-color: rgb(241,163,125); }

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

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

 span { border-color: rgb(241,163,125); }

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