#F1A27E

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

Shades of Light Salmon #F1A27E

Tints of Light Salmon #F1A27E

Color information

#F1A27E (or 0xF1A27E) is unknown color: approx Light Salmon. HEX triplet: F1, A2 and 7E. RGB value is (241,162,126). Sum of RGB (Red+Green+Blue) = 241+162+126=529 (70% of max value = 765). Red value is 241 (94.53% from 255 or 45.56% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 126 (49.61% from 255 or 23.82% from 529); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A27E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F1A27E is #0E5D81. Grayscale: #B5B5B5. Windows color (decimal): -941442 or 8299249. OLE color: 8299249.

HSL color Cylindrical-coordinate representation of color #F1A27E: hue angle of 18.78º degrees, saturation: 0.8, 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 #F1A27E is Cyan = 0, Magento = 0.33, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB241162126-
CMYK00.330.480.05
HSL18.78º80.42%71.96%-
HSV(B)18.78º47.72%94.51%-
XYZ52.9646.0525.84-
YUV181.5296.67170.43-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 45.56%
GREEN value IS 162 (63.67% from 255) = 30.62%
BLUE value IS 126 (49.61% from 255) = 23.82%
R=45.56%
G=30.62%
B=23.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.48
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24116212600.330.480.0518.7880.4271.96
HexF1A27E021305135048
Octal36124217604160523120110
Binary1111000110100010111111001000011100001011001110100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1A27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1A27E; }

 p { color: rgb(241,162,126); }

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

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

 a { background-color: rgb(241,162,126); }

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

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

 span { border-color: rgb(241,162,126); }

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