#F28679

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

Shades of Salmon #F28679

Tints of Salmon #F28679

Color information

#F28679 (or 0xF28679) is unknown color: approx Salmon. HEX triplet: F2, 86 and 79. RGB value is (242,134,121). Sum of RGB (Red+Green+Blue) = 242+134+121=497 (65% of max value = 765). Red value is 242 (94.92% from 255 or 48.69% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 121 (47.66% from 255 or 24.35% from 497); Max value from RGB is 242 - color contains mainly: red. Hex color #F28679 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F28679 is #0D7986. Grayscale: #A4A4A4. Windows color (decimal): -883079 or 7964402. OLE color: 7964402.

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

Color convert

RGB242134121-
CMYK00.450.500.05
HSL6.45º82.31%71.18%-
HSV(B)6.45º50%94.9%-
XYZ48.5937.3122.73-
YUV164.81103.28183.06-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 48.69%
GREEN value IS 134 (52.73% from 255) = 26.96%
BLUE value IS 121 (47.66% from 255) = 24.35%
R=48.69%
G=26.96%
B=24.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24213412100.450.500.056.4582.3171.18
HexF2867902D32565247
Octal3622061710556256122107
Binary11110010100001101111001010110111001010111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F28679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F28679; }

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

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

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

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

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

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

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

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