#F67E6B

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

Shades of Salmon #F67E6B

Tints of Salmon #F67E6B

Color information

#F67E6B (or 0xF67E6B) is unknown color: approx Salmon. HEX triplet: F6, 7E and 6B. RGB value is (246,126,107). Sum of RGB (Red+Green+Blue) = 246+126+107=479 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.36% from 479); Green value is 126 (49.61% from 255 or 26.30% from 479); Blue value is 107 (42.19% from 255 or 22.34% from 479); Max value from RGB is 246 - color contains mainly: red. Hex color #F67E6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67E6B is #098194. Grayscale: #9F9F9F. Windows color (decimal): -622997 or 7044854. OLE color: 7044854.

HSL color Cylindrical-coordinate representation of color #F67E6B: hue angle of 8.2º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F67E6B is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.04.

Color convert

RGB246126107-
CMYK00.490.570.04
HSL8.2º88.54%69.22%-
HSV(B)8.2º56.5%96.47%-
XYZ48.1235.5818.24-
YUV159.7198.26189.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 51.36%
GREEN value IS 126 (49.61% from 255) = 26.30%
BLUE value IS 107 (42.19% from 255) = 22.34%
R=51.36%
G=26.30%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24612610700.490.570.048.288.5469.22
HexF67E6B03139485945
Octal36617615306171410131105
Binary11110110111111011010110110001111001100100010110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F67E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F67E6B; }

 p { color: rgb(246,126,107); }

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

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

 a { background-color: rgb(246,126,107); }

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

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

 span { border-color: rgb(246,126,107); }

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