#F1A17C

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

Shades of Light Salmon #F1A17C

Tints of Light Salmon #F1A17C

Color information

#F1A17C (or 0xF1A17C) is unknown color: approx Light Salmon. HEX triplet: F1, A1 and 7C. RGB value is (241,161,124). Sum of RGB (Red+Green+Blue) = 241+161+124=526 (69% of max value = 765). Red value is 241 (94.53% from 255 or 45.82% from 526); Green value is 161 (63.28% from 255 or 30.61% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A17C is #0E5E83. Grayscale: #B4B4B4. Windows color (decimal): -941700 or 8167921. OLE color: 8167921.

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

Color convert

RGB241161124-
CMYK00.330.490.05
HSL18.97º80.69%71.57%-
HSV(B)18.97º48.55%94.51%-
XYZ52.6645.6525.1-
YUV180.796171.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.82%
GREEN value IS 161 (63.28% from 255) = 30.61%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=45.82%
G=30.61%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116112400.330.490.0518.9780.6971.57
HexF1A17C021315135148
Octal36124117404161523121110
Binary1111000110100001111110001000011100011011001110100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A17C; }

 p { color: rgb(241,161,124); }

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

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

 a { background-color: rgb(241,161,124); }

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

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

 span { border-color: rgb(241,161,124); }

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