#F29E79

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

Shades of Dark Salmon #F29E79

Tints of Dark Salmon #F29E79

Color information

#F29E79 (or 0xF29E79) is unknown color: approx Dark Salmon. HEX triplet: F2, 9E and 79. RGB value is (242,158,121). Sum of RGB (Red+Green+Blue) = 242+158+121=521 (69% of max value = 765). Red value is 242 (94.92% from 255 or 46.45% from 521); Green value is 158 (62.11% from 255 or 30.33% from 521); Blue value is 121 (47.66% from 255 or 23.22% from 521); Max value from RGB is 242 - color contains mainly: red. Hex color #F29E79 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F29E79 is #0D6186. Grayscale: #B3B3B3. Windows color (decimal): -876935 or 7970546. OLE color: 7970546.

HSL color Cylindrical-coordinate representation of color #F29E79: hue angle of 18.35º 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 #F29E79 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.05.

Color convert

RGB242158121-
CMYK00.350.500.05
HSL18.35º82.31%71.18%-
HSV(B)18.35º50%94.9%-
XYZ52.344.7123.96-
YUV178.995.33173.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 46.45%
GREEN value IS 158 (62.11% from 255) = 30.33%
BLUE value IS 121 (47.66% from 255) = 23.22%
R=46.45%
G=30.33%
B=23.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24215812100.350.500.0518.3582.3171.18
HexF29E79023325125247
Octal36223617104362522122107
Binary1111001010011110111100101000111100101011001010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F29E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F29E79; }

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

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

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

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

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

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

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

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