#F4A280

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

Shades of Light Salmon #F4A280

Tints of Light Salmon #F4A280

Color information

#F4A280 (or 0xF4A280) is unknown color: approx Light Salmon. HEX triplet: F4, A2 and 80. RGB value is (244,162,128). Sum of RGB (Red+Green+Blue) = 244+162+128=534 (70% of max value = 765). Red value is 244 (95.70% from 255 or 45.69% from 534); Green value is 162 (63.67% from 255 or 30.34% from 534); Blue value is 128 (50.39% from 255 or 23.97% from 534); Max value from RGB is 244 - color contains mainly: red. Hex color #F4A280 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F4A280 is #0B5D7F. Grayscale: #B6B6B6. Windows color (decimal): -744832 or 8430324. OLE color: 8430324.

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

Color convert

RGB244162128-
CMYK00.340.480.04
HSL17.59º84.06%72.94%-
HSV(B)17.59º47.54%95.69%-
XYZ54.1246.6326.57-
YUV182.6497.17171.76-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 45.69%
GREEN value IS 162 (63.67% from 255) = 30.34%
BLUE value IS 128 (50.39% from 255) = 23.97%
R=45.69%
G=30.34%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24416212800.340.480.0417.5984.0672.94
HexF4A280022304125449
Octal36424220004260422124111
Binary11110100101000101000000001000101100001001001010101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4A280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4A280; }

 p { color: rgb(244,162,128); }

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

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

 a { background-color: rgb(244,162,128); }

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

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

 span { border-color: rgb(244,162,128); }

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