#F3A37F

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

Shades of Light Salmon #F3A37F

Tints of Light Salmon #F3A37F

Color information

#F3A37F (or 0xF3A37F) is unknown color: approx Light Salmon. HEX triplet: F3, A3 and 7F. RGB value is (243,163,127). Sum of RGB (Red+Green+Blue) = 243+163+127=533 (70% of max value = 765). Red value is 243 (95.31% from 255 or 45.59% from 533); Green value is 163 (64.06% from 255 or 30.58% from 533); Blue value is 127 (50% from 255 or 23.83% from 533); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A37F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F3A37F is #0C5C80. Grayscale: #B7B7B7. Windows color (decimal): -810113 or 8365043. OLE color: 8365043.

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

Color convert

RGB243163127-
CMYK00.330.480.05
HSL18.62º82.86%72.55%-
HSV(B)18.62º47.74%95.29%-
XYZ53.8946.7826.27-
YUV182.8296.5170.93-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 45.59%
GREEN value IS 163 (64.06% from 255) = 30.58%
BLUE value IS 127 (50% from 255) = 23.83%
R=45.59%
G=30.58%
B=23.83%

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
Decimal24316312700.330.480.0518.6282.8672.55
HexF3A37F021305135349
Octal36324317704160523123111
Binary1111001110100011111111101000011100001011001110100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3A37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3A37F; }

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

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

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

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

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

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

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

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