#F4A483

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

Shades of Light Salmon #F4A483

Tints of Light Salmon #F4A483

Color information

#F4A483 (or 0xF4A483) is unknown color: approx Light Salmon. HEX triplet: F4, A4 and 83. RGB value is (244,164,131). Sum of RGB (Red+Green+Blue) = 244+164+131=539 (71% of max value = 765). Red value is 244 (95.70% from 255 or 45.27% from 539); Green value is 164 (64.45% from 255 or 30.43% from 539); Blue value is 131 (51.56% from 255 or 24.30% from 539); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A483 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A483 is #0B5B7C. Grayscale: #B8B8B8. Windows color (decimal): -744317 or 8627444. OLE color: 8627444.

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

Color convert

RGB244164131-
CMYK00.330.460.04
HSL17.52º83.7%73.53%-
HSV(B)17.52º46.31%95.69%-
XYZ54.6847.4227.74-
YUV184.1698170.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.27%
GREEN value IS 164 (64.45% from 255) = 30.43%
BLUE value IS 131 (51.56% from 255) = 24.30%
R=45.27%
G=30.43%
B=24.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416413100.330.460.0417.5283.773.53
HexF4A4830212E412544a
Octal36424420304156422124112
Binary11110100101001001000001101000011011101001001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A483; }

 p { color: rgb(244,164,131); }

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

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

 a { background-color: rgb(244,164,131); }

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

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

 span { border-color: rgb(244,164,131); }

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