#F2A481

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

Shades of Light Salmon #F2A481

Tints of Light Salmon #F2A481

Color information

#F2A481 (or 0xF2A481) is unknown color: approx Light Salmon. HEX triplet: F2, A4 and 81. RGB value is (242,164,129). Sum of RGB (Red+Green+Blue) = 242+164+129=535 (70% of max value = 765). Red value is 242 (94.92% from 255 or 45.23% from 535); Green value is 164 (64.45% from 255 or 30.65% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A481 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2A481 is #0D5B7E. Grayscale: #B7B7B7. Windows color (decimal): -875391 or 8496370. OLE color: 8496370.

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

Color convert

RGB242164129-
CMYK00.320.470.05
HSL18.58º81.29%72.75%-
HSV(B)18.58º46.69%94.9%-
XYZ53.8647.0127-
YUV183.3397.34169.85-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 45.23%
GREEN value IS 164 (64.45% from 255) = 30.65%
BLUE value IS 129 (50.78% from 255) = 24.11%
R=45.23%
G=30.65%
B=24.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216412900.320.470.0518.5881.2972.75
HexF2A4810202F5135149
Octal36224420104057523121111
Binary11110010101001001000000101000001011111011001110100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A481; }

 p { color: rgb(242,164,129); }

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

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

 a { background-color: rgb(242,164,129); }

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

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

 span { border-color: rgb(242,164,129); }

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