#F2A079

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

Shades of Light Salmon #F2A079

Tints of Light Salmon #F2A079

Color information

#F2A079 (or 0xF2A079) is unknown color: approx Light Salmon. HEX triplet: F2, A0 and 79. RGB value is (242,160,121). Sum of RGB (Red+Green+Blue) = 242+160+121=523 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.27% from 523); Green value is 160 (62.89% from 255 or 30.59% from 523); Blue value is 121 (47.66% from 255 or 23.14% from 523); Max value from RGB is 242 - color contains mainly: red. Hex color #F2A079 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F2A079 is #0D5F86. Grayscale: #B4B4B4. Windows color (decimal): -876423 or 7971058. OLE color: 7971058.

HSL color Cylindrical-coordinate representation of color #F2A079: hue angle of 19.34º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F2A079 is Cyan = 0, Magento = 0.34, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242160121-
CMYK00.340.500.05
HSL19.34º82.31%71.18%-
HSV(B)19.34º50%94.9%-
XYZ52.6445.424.08-
YUV180.0794.67172.17-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.27%
GREEN value IS 160 (62.89% from 255) = 30.59%
BLUE value IS 121 (47.66% from 255) = 23.14%
R=46.27%
G=30.59%
B=23.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24216012100.340.500.0519.3482.3171.18
HexF2A079022325135247
Octal36224017104262523122107
Binary1111001010100000111100101000101100101011001110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2A079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2A079; }

 p { color: rgb(242,160,121); }

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

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

 a { background-color: rgb(242,160,121); }

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

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

 span { border-color: rgb(242,160,121); }

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