#f4a37c

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

Shades of Light Salmon #F4A37C

Tints of Light Salmon #F4A37C

Color information

#F4A37C (or 0xF4A37C) is unknown color: approx Light Salmon. HEX triplet: F4, A3 and 7C. RGB value is (244,163,124). Sum of RGB (Red+Green+Blue) = 244+163+124=531 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.95% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 124 (48.83% from 255 or 23.35% from 531); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A37C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F4A37C is #0B5C83. Grayscale: #B7B7B7. Windows color (decimal): -744580 or 8168436. OLE color: 8168436.

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

Color convert

RGB244163124-
CMYK00.330.490.04
HSL19.5º84.51%72.16%-
HSV(B)19.5º49.18%95.69%-
XYZ54.0446.8825.27-
YUV182.7794.84171.67-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.95%
GREEN value IS 163 (64.06% from 255) = 30.70%
BLUE value IS 124 (48.83% from 255) = 23.35%
R=45.95%
G=30.70%
B=23.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416312400.330.490.0419.584.5172.16
HexF4A37C021314145548
Octal36424317404161424125110
Binary1111010010100011111110001000011100011001010010101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f4a37c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f4a37c; }

 p { color: rgb(244,163,124); }

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

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

 a { background-color: rgb(244,163,124); }

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

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

 span { border-color: rgb(244,163,124); }

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