#F3A37E

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

Shades of Light Salmon #F3A37E

Tints of Light Salmon #F3A37E

Color information

#F3A37E (or 0xF3A37E) is unknown color: approx Light Salmon. HEX triplet: F3, A3 and 7E. RGB value is (243,163,126). Sum of RGB (Red+Green+Blue) = 243+163+126=532 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.68% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 126 (49.61% from 255 or 23.68% from 532); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A37E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A37E is #0C5C81. Grayscale: #B6B6B6. Windows color (decimal): -810114 or 8299507. OLE color: 8299507.

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

Color convert

RGB243163126-
CMYK00.330.480.05
HSL18.97º82.98%72.35%-
HSV(B)18.97º48.15%95.29%-
XYZ53.8346.7625.93-
YUV182.796171.01-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.68%
GREEN value IS 163 (64.06% from 255) = 30.64%
BLUE value IS 126 (49.61% from 255) = 23.68%
R=45.68%
G=30.64%
B=23.68%

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
Decimal24316312600.330.480.0518.9782.9872.35
HexF3A37E021305135348
Octal36324317604160523123110
Binary1111001110100011111111001000011100001011001110100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A37E; }

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

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

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

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

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

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

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

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