#F3A47E

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

Shades of Light Salmon #F3A47E

Tints of Light Salmon #F3A47E

Color information

#F3A47E (or 0xF3A47E) is unknown color: approx Light Salmon. HEX triplet: F3, A4 and 7E. RGB value is (243,164,126). Sum of RGB (Red+Green+Blue) = 243+164+126=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A47E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A47E is #0C5B81. Grayscale: #B7B7B7. Windows color (decimal): -809858 or 8299763. OLE color: 8299763.

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

Color convert

RGB243164126-
CMYK00.330.480.05
HSL19.49º82.98%72.35%-
HSV(B)19.49º48.15%95.29%-
XYZ5447.1125.99-
YUV183.2995.67170.59-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.59%
GREEN value IS 164 (64.45% from 255) = 30.77%
BLUE value IS 126 (49.61% from 255) = 23.64%
R=45.59%
G=30.77%
B=23.64%

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
Decimal24316412600.330.480.0519.4982.9872.35
HexF3A47E021305135348
Octal36324417604160523123110
Binary1111001110100100111111001000011100001011001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A47E; }

 p { color: rgb(243,164,126); }

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

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

 a { background-color: rgb(243,164,126); }

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

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

 span { border-color: rgb(243,164,126); }

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